Description Usage Arguments Value Examples
View source: R/getProportion.R
Plots a scatter plots of the porportions of samples that contain a property for each Location for subsampled and non-subsampled samples
1 | plotScatter(df_map_pb_comb)
|
df_map_pb_comb |
A dataframe with proportions and confidence intervals from non-subsampled and equivalent subsampled samples |
None
1 2 3 4 5 | df_map <- readMappingData("/home/vicky/Documents/CHMI/Resistome-paper/resistomeAnalysis/db/MAPPING_DATA/nonsubsampled_merged.csv", without_US_duplicates = TRUE)
df_map_sub_saliva <- readMappingData("/home/vicky/Documents/CHMI/Resistome-paper/resistomeAnalysis/db/MAPPING_DATA/subsampled_saliva_merged.csv", without_US_duplicates = TRUE)
df_map_pb_comb <- combineSubsampled(df_map, df_map_sub_saliva, "Drug.Class", "saliva")
plotScatter(df_map_pb_comb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.