View source: R/plot.features.R
plot.features | R Documentation |
Plot of reduced dimensions and features
## S3 method for class 'features' plot( object, assay, slot, reduction, features, order = TRUE, percentile = c(0, 1), pt_size = 0.5, cells = NULL, colours = c("#C0C0C0", "#4169E1") )
object |
An IBRAP S4 class object |
assay |
Character. Which assay within the object to access |
slot |
Character. Which expression matrix would you like to access. Default = 'normalised' |
reduction |
Character. Which reduction should be used for the plot |
features |
Character Which features should be plotted |
order |
Boolean. Should datapoints be plotted in order of expression intensity. Default = TRUE |
pt_size |
Numeric. what size should the inidividual plot sizes be |
cells |
Numeric. Which cells should be subset for plotting, Default = NULL |
colours |
Vector. The first value will represent the lower values and the second the highest |
percentile. |
Numerical. What percentile of datapoint expression should be plotted. Default = c(0.1,0.9) |
A plot of reduced dimensions annotated with assignments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.