View source: R/variancefeaturePlot.R
variancefeaturePlot | R Documentation |
This function allows user to plot variance observed in the data by provided featureList
variancefeaturePlot( data_object = NULL, vardata = NULL, featureSet = "PTID", Residual = FALSE, top_n = 15, cols = NULL, ncol = NULL )
data_object |
Input PALMO S4 object. It contains annotation information and expression data from Bulk or single cell data. |
vardata |
Variance result obtained from lmeVariance function |
featureSet |
Column of interest to focus on, Default is 'PTID' |
Residual |
Add residual in plot, Default FALSE |
top_n |
Number of top features to show. Default is 10. |
cols |
The colors associated with features. Default is NULL. |
ncol |
Plot_grid number of plot columns. |
variance plot list
## Not run: variancefeaturePlot(data_object=palmo_obj, top_n=15) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.