Description Usage Arguments Details See Also Examples
Calculate the relative quality of all samples from a study.
1 | qualSample(data,mode="complete",cc=NULL,multicore=FALSE)
|
data |
The study data. If an Eset, toSnageeFormat is called on it. Otherwise, must be a list with fields 'genes' containing the vector of gene IDs (from Entrez) and 'data' containing the gene expression data. |
mode |
Which gene-gene correlation matrix should be used. Can be 'complete' (using all platforms) or 'woAffy' (without the Affy platforms). |
cc |
Can be used if wishing to use a custom gene-gene correlation matrix. Must be a list with fields 'g' containing the gene IDs and 'cc' containing the (upper triangular part of the) correlations. |
multicore |
Should the parallel version be used? This is based on the parallel package, if that package cannot be loaded it will fall back on single core, with a warning. |
The function calculates the quality of all samples in a study. Lower values are of lower quality. The numerical values of the study (the 'data' field) should be in log-scale, and normalized. It is recommended to used medpolish on the data.
Each gene should only appear once in the gene list. Duplicated genes must be merged before using the function. Non-finite values should also be removed first (using the impute package for instance).
SNAGEE, qualStudy, toSnageeFormat
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.