drop_annotation: Drops a column from the variant table that the user no longer...

Description Usage Arguments Value Examples

View source: R/annotate_variants.R

Description

Drops a column from the variant table that the user no longer needs

Usage

1
drop_annotation(bay, column_name)

Arguments

bay

Input samples

column_name

Name of column to drop

Value

None

Examples

1
2
3
bay <- readRDS(system.file("testdata", "bagel.rds", package = "BAGEL"))
drop_annotation(bay, "Variant_Type")
bay

campbio/BAGEL documentation built on Oct. 6, 2020, 3:59 a.m.