Description Usage Arguments Details
Run tests firs subselecting the BioData object on the outer grouping and calculating tests on the inner grouping.
1 2 3 4 5 6 7 8 | PartialTests(
obj,
groupA,
groupB,
pcut = 1e-05,
logfc.threshold = 0.1,
minPct = 0.1
)
|
obj |
The BioData object |
groupA |
the outer grouping column name |
groupB |
the inner grouping column name |
pcut |
p cutoff value for gene selection default=1e-5 |
logfc.threshold |
Cpp test option default= .1 |
minPct |
Cpp test option default= .1 |
PartialTests should take two column names and apply stat tests on sub-samples using group1 and test for differentials in group2. The stat results are saved inside the original R6 object All differential genes are returned as list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.