plot_bcv: Plot biological coefficent of variation and annotate genes

Description Usage Arguments Examples

View source: R/plot_bcv.R

Description

plot_bcv() plots the mean - variance (bcv) relationship, as well as colors and annotates genes of interest.

Usage

1
2
plot_bcv(annotated_fData, genes_to_color, color_scale = c("grey50",
  "red"), genes_to_annotate, title = NULL)

Arguments

annotated_fData

annotated fData object produced by the cellwrangler annotate_bcv() function.

genes_to_color

vector of Ensembl gene ids to color

color_scale

color scale used for coloring genes specified in genes_to_color.

genes_to_annotate

vector of Ensembl gene ids to annotate

Examples

1
plot_bcv(annotated_fData)

jacobheng/cellwrangler documentation built on Aug. 12, 2019, 6:49 a.m.