View source: R/wimp_raw_to_phyloseq.R
wimp_raw_to_phyloseq | R Documentation |
Given wimp directory and metadata, make phyloseq object. phyloseq package required.
wimp_raw_to_phyloseq( path.to.wimp.files, metadata, keep.unclassified = FALSE, keep.human = FALSE )
path.to.wimp.files |
path to data of raw csv files from WIMP analysis |
metadata |
dataframe of metadata with "filename" and "barcode" columns required |
keep.unclassified |
TRUE or FALSE: whether to keep reads that do not classify below phylum, default = FALSE |
keep.human |
TRUE or FALSE: whether to keep reads that are classified as human, default = FALSE |
phyloseq object for downstream analysis with WIMP data
phyloseq
## Not run: wimp_raw_to_phyloseq(path.to.wimp.files = path/to/wimpfiles, metadata = metadata, keep.unclassified = FALSE, keep.human = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.