violinPlot: Feature Expression Violin Plot

Description Usage Arguments Value Examples

View source: R/celda_functions.R

Description

Outputs a violin plot for feature expression data.

Usage

1
violinPlot(counts, celda.mod, features)

Arguments

counts

Integer matrix. Rows represent features and columns represent cells.

celda.mod

Celda object of class "celda_G" or "celda_CG".

features

Character vector. Uses these genes for plotting.

Value

Violin plot for each feature, grouped by celda cluster

Examples

1
2
violinPlot(counts = celda.CG.sim$counts,
                   celda.mod = celda.CG.mod, features = "Gene_1")

compbiomed/celda documentation built on May 25, 2019, 3:58 a.m.