featureVarPlot | R Documentation |
Creates a scatter plot with the ordered feature values after evaluating the given function for each feature usually used to visualize the distribution of IQR, standard deviation or coefficient of variation (CV) for each feature.
featureVarPlot(features, varfun, interactive = TRUE)
features |
A SummarizedExperiment or ExpressionSet |
varfun |
A function to calculate for each feature, usually IQR / SD or function(x)sd(x)/mean(x) |
interactive |
A boolean indicating if the plot will be converted to an interactive 'ggplotly()' |
Returns a ggplot object or a ggplotly
Jordi Rofes Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.