EESI / themetagenomics

Other
23 stars 4 forks source link

In function "prepare_data", refs= did not work #14

Open aiguoguo1 opened 4 years ago

aiguoguo1 commented 4 years ago

formula <- ~DIAGNOSIS refs <- 'CD' refs <- 'Not IBD' dat <- prepare_data(otu_table=GEVERS$OTU,rows_are_taxa=FALSE,tax_table=GEVERS$TAX, metadata=GEVERS$META,formula=formula,refs=refs, cn_normalize=TRUE,drop=TRUE) the results are same. refs did not work, there is something wrong in this function.