.loadingCor | R Documentation |
Validating new dataset
.loadingCor(dataset, avgLoading, method = "pearson", scale = FALSE)
dataset |
A gene expression profile to be validated. Different classes of objects can be used including ExpressionSet, SummarizedExperiment, RangedSummarizedExperiment, or matrix. Rownames (genes) should be in human gene symbol format (HGNC). If dataset is a matrix, genes should be in rows and samples in columns. RNA-seq counts should be log(count + 1) prior to the 'validate()' call. |
avgLoading |
A matrix with genes by RAVs. |
method |
A character string indicating which correlation coefficient is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated. |
scale |
Default is |
A matrix of Pearson correlation coefficient (default, defined through
method
argument) between RAVs (row) and the top 8 PCs from the
datasets (column)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.