Description Usage Arguments Value
This function loads a file as a matrix. It assumes that the first column contains the rownames and the subsequent columns are the sample identifiers. Any rows with duplicated row names will be dropped with the first one being kepted.
1 2 | analyze_contributions(contributions_fp, contributions_id = "Sample",
mappingfile_fp, mappingfile_id = "X.SampleID")
|
contributions_fp |
File location of the metagenomic_contributions.py output. |
mappingfile_fp |
File location of the input sample metadata. |
A very long dataframe with taxa information and sample metadata for each observed OTU.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.