View source: R/miscFunctions.r
validatePhloseq | R Documentation |
This validation serve to ensure the data are prepared is ready for the C3NA.
Ensure the OTUs/ASVs table, Taxa table and sample data with a diagnosis column present.
The user can provide the correct diagnosis column required for the C3NA phenotype data processing.
validatePhloseq(phyloseqObj = phyloseqObj, diagColName = NA)
phyloseqObj |
(Required) A phyloseq object. |
diagColName |
(Optional) Identify the dianogis/phenotype column, and create a 'diagnosis' column the column was named differently. |
A phyloseq object
data(CRC_Phyloseq) curPhyloseq = validatePhloseq(phyloseqObj = CRC_Phyloseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.