View source: R/calculateCorrelations.R
calculateFeatureCorrs | R Documentation |
Calculate Spearman correlation between feature pairs
calculateFeatureCorrs(ddsList, maxNForCorr)
ddsList |
List of lists, with one element per data set. Each element is
a list containing a DGEList and a DESeqDataSet, with calculated
dispersions (e.g., output from |
maxNForCorr |
Maximal number of features to use for calculation of
correlations. If the number of features in a data set exceeds
|
A data frame with pairwise feature correlations for each data set
Charlotte Soneson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.