View source: R/analyzeResults.R
calculateCorrSum | R Documentation |
Calculates internal correlations for each condition having at least two samples and returns a vector with correlation values corresponding to each condition
calculateCorrSum(
methodData,
allReplicateGroups,
sampleGroupsWithReplicates,
corrType
)
methodData |
Expression data matrix |
allReplicateGroups |
Full condition header corresponding to data tables columns |
sampleGroupsWithReplicates |
Unique conditions where number of replicates exceeds one |
corrType |
Type of correlation (Pearson or Spearman) |
corSums
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.