Description Usage Arguments Value Examples
Run principal coordinate analysis on mapping data and metadata
1 | runPrincipleCoordinateAnalysis(df_map)
|
df_map |
A dataframe of combined non-subsampled or subsampled mapping data and metadata |
A dataframe of multidimensional scaled coordinates
1 2 | df_map <- readMappingData("/home/vicky/Documents/CHMI/Resistome-paper/resistomeAnalysis/db/MAPPING_DATA/nonsubsampled_merged.csv", without_US_duplicates = TRUE)
mds <- runPrincipleCoordinateAnalysis(df_map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.