Description Usage Arguments Value Examples
View source: R/MakeSigMatrix.R
Remove genes by chunks by picking those the most improve the condition number. Will set any infinite condition numbers to max(kappas[!is.infinite(kappas)])+1 Return the condition numbers with their gene lists
1 2 3 4 5 6 7 8 |
sigMatrix |
The original signature matrix |
numChunks |
The number of groups of genes to remove (DEFAULT: NULL) |
verbose |
Print out the current chunk as is it's being calculated (DEFAULT: NULL) |
plotIt |
The title of the plot (DEFAULT: TRUE) |
singleCore |
Set to FALSE to use multiple cores to calculate condition numbers (DEFAULT: FALSE) |
fastStop |
Halt early when the condition number changes by less than 1 for 3 iterations (DEFAULT: FALSE) |
A list with condition numbers and gene lists
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.