Description Usage Arguments Value Author(s) Examples
This function will calculate the correlation among all columns in the metadata
1 |
metadata |
data.frame with samples metadata. |
fdr |
numeric value to use as cutoff to determine the minimum fdr to consider significant correlations between pcs and covariates. |
... |
Parameters to pass to |
: list: a) cor, data.frame with pair-wise correlations, pvalues, FDR b) corMat, data.frame with correlation matrix c) fdrMat, data.frame with FDR matrix b) plot, Heatmap plot of correlation matrix
: Lorena Pantano, Kenneth Daily and Thanneer Malai Perumal
1 2 3 4 5 6 | data(humanGender)
library(DESeq2)
idx <- c(1:10, 75:85)
dse <- DESeqDataSetFromMatrix(assays(humanGender)[[1]][1:1000, idx],
colData(humanGender)[idx,], design=~group)
cor <- degCorCov(colData(dse))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.