calculateFeatureCorrs {countsimQC} | 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