Description Usage Arguments Details Value Author(s) References Examples
Combine COCONUT output from multiple objects into a single object. Makes pooled analysis of COCONUT-co-normalized data easier.
1 | combineCOCOoutput(COCONUT.out)
|
COCONUT.out |
Output from a call to COCONUT(). |
The output from COCONUT() can be a bit daunting, and the separate dataobjects remain separated by input cohort, plus are separated into control and diseased components.
This function will knit all data together into a list with three parts:
gene |
contains a single matrix with all COCONUT-conormalized data (both control and disease) |
pheno |
contains a single data.frame with all phenotype info from the input samples, but ONLY from those columns whose colnames are same across all cohorts |
class.cntl0.dis1 |
a binary vector that contains control/disease assignment for all columns in $genes. |
Timothy E Sweeney, MD, PhD (tes17 [at] stanford [dot] edu)
Sweeney TE et al., "Robust classification of bacterial and viral infections via integrated host gene expression diagnostics", 2016
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.