comparison input/maaslin_demo2.R @ 8:e9677425c6c3 default tip

Updated the structure of the libraries
author george.weingart@gmail.com
date Mon, 09 Feb 2015 12:17:40 -0500
parents e0b5980139d9
children
comparison
equal deleted inserted replaced
7:c72e14eabb08 8:e9677425c6c3
1 processFunction = function( frmeData, aiMetadata, aiGenetics, aiData )
2 {
3 return( list(frmeData = frmeData, aiMetadata = aiMetadata, aiData = aiData) )
4 }