Description Usage Arguments Value Examples
Calculates specified rows of lower half of MI matrix and write directly to file. This uses less memory as it doesn't need to hold the entire mi matrix in memory. By setting fromRow and toRow it is possible to split up the job to run independantly in parallel.
1 2 | calcSplineMItoFile(x, nBins, splineOrder, filename, fromRow = 2,
toRow = nrow(x))
|
x |
Gene expression matrix with genes in rows and samples in columns |
nBins |
Number of bins |
splineOrder |
Spline order |
filename |
name of output file |
fromRow |
first row of MI matrix to generate |
toRow |
last row of MI matrix to generate |
Returns nothing. The results are written to file as text with values space separated and one row per line. Gene IDs are discarded.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.