View source: R/analyzeDataset.R
analyze_dataset | R Documentation |
A function analyze data set
analyze_dataset( expObj, expObjGroups = NULL, fdrCut = 0.05, subset = 0, repN = 2, useAllSamplesAsNegativeControl = FALSE )
expObj |
RangedSummarizedExperiment object. |
expObjGroups |
sample groups. Should be a vector of 0 and 1. 0 as control samples. |
fdrCut |
FDR cutoff to select differential genes. |
subset |
RangedSummarizedExperiment object. |
repN |
Number of replications. |
useAllSamplesAsNegativeControl |
Logic. If true, will Use all samples in the obj as negative control |
Figures and a list of result data.
1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.