Description Usage Arguments Value Examples
View source: R/readMappingData.R
Read a csv file of combined mapping data and metadata
1 | readMappingData(filename, without_US_duplicates = TRUE)
|
filename |
A character vector of the csv |
without_US_duplicates |
Logical: If TRUE, includes the US longitudinal data |
A dataframe of processed, combined mapping data and metadata
1 2 | df_map <- readMappingData("/home/vicky/Documents/CHMI/Resistome-paper/resistomeAnalysis/db/MAPPING_DATA/nonsubsampled_merged.csv", without_US_duplicates = TRUE)
df_map_dup <- readMappingData("/home/vicky/Documents/CHMI/Resistome-paper/resistomeAnalysis/db/MAPPING_DATA/nonsubsampled_merged.csv", without_US_duplicates = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.