Description Usage Arguments Value Examples
View source: R/differentialAnalysis.R
Runs differential analysis using DESeq2 for a Location between paired sample types
1 |
Location |
A string of a Location that is found in the Location column of df_map |
compare_samples |
A character vector of length two of sample types to compare |
df_map |
A dataframe of combined non-subsampled or subsampled mapping data and metadata |
A list of length two of a dataframe of DESeq2 results and a character vector of sample types compared in DESeq2
1 2 3 | df_map <- readMappingData("/home/vicky/Documents/CHMI/Resistome-paper/resistomeAnalysis/db/MAPPING_DATA/nonsubsampled_merged.csv", without_US_duplicates = TRUE)
output_list <- runDESeq2(df_map, "US", c("stool", "dorsum of tongue"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.