getNormalisedRanges | R Documentation |
this function determines the ranges of a gene in test data
getNormalisedRanges(input.mat, quantiles = c(0.05, 0.1, 0.25, 0.75, 0.9, 0.95))
input.mat |
an n gene x m sample matrix of values |
quantiles |
desired ranges to compute |
the set of ranges computed from applying the specified quantiles to each gene in the test data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.