featurebatchQc | R Documentation |
Creates a scatter plot with the sum of intensities of all features for each sample ordered by injection order to visualize batch effect
featurebatchQc( features, groupvar, injectionvar, logscale = FALSE, interactive = TRUE )
features |
A SummarizedExperiment with features |
groupvar |
A numeric indicating the column to use as grouping factor or a character indicating it's name |
injectionvar |
An optional string or numeric indicating the variable in the phenodata used to indicate the injection order, no value will default to the file order |
logscale |
log10 intensity transformation |
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.