Description Usage Arguments Value Examples
Create visual representation of one gene expression according to indexes combinaisons.
1 | indexplot(sce, goi)
|
sce |
A SingleCellExperiement object. |
goi |
Gene of interest |
ggplot
1 2 3 4 | sce <- SingleCellExperiment(assays = list(counts = as.matrix(cleanhop_counts)),
colData = cleanhop_annotations)
indexplot(sce, "B2M")
indexplot(sce, "CCR8")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.