View source: R/plotVariableGenes.R
plotVariableGenes | R Documentation |
Visualization for the most variable genes found with findVariableGenes
.
plotVariableGenes(scCNA, n = 30)
scCNA |
scCNA object. |
n |
A numeric defining how many variable genes will be plotted. |
plotVariableGenes
plots the list of genes that was found
using findVariableGenes
.
A ggplot object with a plot of the variable genes detected.
findVariableGenes
copykit_obj <- copykit_example_filtered()
copykit_obj <- findVariableGenes(copykit_obj,
genes = c("FHIT", "PTEN", "FOXO1", "BRCA1")
)
plotVariableGenes(copykit_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.