Skip to contents

Plot sequencing depth of cevodata

Usage

plot_sequencing_depth(object, ...)

# S3 method for cevodata
plot_sequencing_depth(
  object,
  snvs_name = default_SNVs(object),
  geom = geom_boxplot,
  ...
)

# S3 method for cevo_snvs
plot_sequencing_depth(object, geom = geom_boxplot, ...)

Arguments

object

cevodata or cevo_snvs

...

params passed to geom

snvs_name

name of the SNVs table

geom

change geom

Methods (by class)

  • plot_sequencing_depth(cevodata): Plot sequencing data of mutations in cevodata

  • plot_sequencing_depth(cevo_snvs): Plot sequencing data of mutations in cevodata