calculateSampleCorrs {countsimQC} | R Documentation |
Calculate Spearman correlation between sample pairs
calculateSampleCorrs(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 samples to use for correlation
calculation. If the number of samples in a data set exceeds
|
A data frame with pairwise sample correlations for each data set
Charlotte Soneson