View source: R/utility_profile.R
FilterMetaphlan2Profile | R Documentation |
Filter metaphlan2 profile
FilterMetaphlan2Profile( pro, include = c("k__Bacteria", "k__Archaea"), remove_unclassified = TRUE, remove_noname = TRUE, normalize = TRUE )
pro |
input splited metaphlan2 profile in a rank, e.g. genus |
include |
any kingdom included, default k__Bacteria and K__Archaea. The prefix "K__" is needed. |
remove_unclassified |
if remove unclasssified features in profiles. |
remove_noname |
if remove features with noname. |
normalize |
if normalization after above process. |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.