Description Usage Arguments Value Author(s) References Examples
This function calculates gene-specific reproducibility score based on Parmigiani et al. R implementation in MergeMaid (pairwise.cor) is a very efficient function in that it calculates the correlation matrix only once and collect appropriate elements for calculation of scores for each gene. However, in case there are more than thousands of common genes across datasets, the correlation matrix may overflow memory cells alloted to a session of R. Therefore, a replacement to the function that remedies the storage problem by brute force but fast computation in C is provided here.
1 | intcor(merged)
|
merged |
|
avg.cor |
A vector of gene-specific integrative correlation score |
pair.cor |
A matrix of correlations for each gene in every pair of two studies |
Debashis Ghosh <ghoshd@psu.edu>, Hyungwon Choi <hyung_won_choi@nuhs.edu.sg>
Clinical Cancer Research, Parmigiani et al. 10(9):2922-2927, 2004
1 | #intcor(merged)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.