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(musica, column_name)

Arguments

musica

A musica object.

column_name

Name of column to drop

Value

None

Examples

1
2
data(musica)
drop_annotation(musica, "Variant_Type")

musicatk documentation built on Nov. 8, 2020, 5:16 p.m.