indexplot: Create visual representation of one gene expression according...

Description Usage Arguments Value Examples

View source: R/indexplot.R

Description

Create visual representation of one gene expression according to indexes combinaisons.

Usage

1
indexplot(sce, goi)

Arguments

sce

A SingleCellExperiement object.

goi

Gene of interest

Value

ggplot

Examples

1
2
3
4
sce <- SingleCellExperiment(assays = list(counts = as.matrix(cleanhop_counts)),
                            colData = cleanhop_annotations)
indexplot(sce, "B2M")
indexplot(sce, "CCR8")

obricard/cleanhop documentation built on July 26, 2019, 8:22 a.m.