Description Usage Arguments Value Examples
View source: R/stackedBarChartsRPKM.R
Get relative abundance of total rpkm per individual, sample type and drug class
1 | getRelativeAbundanceIndividuals(df_map)
|
df_map |
A dataframe of combined non-subsampled or subsampled mapping data and metadata |
A dataframe of relative abundances of drug classes for every individual and sample type
1 2 | df_map <- readMappingData("/home/vicky/Documents/CHMI/Resistome-paper/resistomeAnalysis/db/MAPPING_DATA/nonsubsampled_merged.csv", without_US_duplicates = TRUE)
df_map_rel_ind <- getRelativeAbundanceIndividuals(df_map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.