Process the 2 group comparison data and return a summary object
1 2 3 4 5 6 7 8 9 10 | Get_PartialTest_Obj(
obj,
groupA,
groupB,
k = NULL,
pcut = 1e-05,
logfc.threshold = 0.1,
minPct = 0.1,
debug = F
)
|
obj |
The BioData object |
groupA |
the outer grouping column name |
groupB |
the inner grouping column name |
k |
amount of gene groups (default 1 per 20 genes) |
pcut |
the cutoff p value default=1e-5 |
logfc.threshold |
Cpp test option default= .1 |
minPct |
Cpp test option default= .1 |
debug |
lets you debug the mds part default false |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.