View source: R/base_package_functions.R View source: R/Package-Code5-Compiled.R
assessScale | R Documentation |
Function to assess how much of the data matrix supplied lies within the range specifies in scale.range stored in the parameters list object, specifically for heatmaps
assessScale(data)
data |
numeric data matrix with samples/observations in the columns and genes/variables in the rows |
Based off of the scale range stored in params, will calculate what proportion of the non-missing values in the data.matrix lie below, within, and above the scale.range. Helpful for determining the appropriate range of data for a heatmap
Printed output indicating percentage of data below, within, and above the set scale range
~~Alison Moss~~
See Also as set_scale.range for how to adjust the scale of the heatmaps
##initiate parameters
initiate_params()
assessScale(RAGP_norm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.