Description Usage Arguments Value Examples
View source: R/stackedBarChartsRPKM.R
Get relative abundance of total rpkm per Location, sample type and drug class
1 | getRelativeAbundance(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 Location 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 <- getRelativeAbundance(df_map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.