Description Usage Arguments Value Examples
View source: R/analyze_datasets.R
analyze_dataset: Basically performs preprocessing and then returns analyzed RNASeq dataset (diff. expression) , i.e. the DESeq2 result whose p-values and baseMean statistics can then be used with IHW
1 | analyze_dataset(dataset = c("airway", "bottomly", "hammer"), res = TRUE)
|
dataset |
Character, name of dataset to be preprocessed, only 3 choices currently available ("airway","bottomly","hammer") |
res |
(default TRUE): return result table, rather than DESeq2 object |
Preprocessed dataset
1 | bottomly <- analyze_dataset("bottomly")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.