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

View source: R/annotate_variants.R

drop_annotationR Documentation

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

Description

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

Usage

drop_annotation(musica, column_name)

Arguments

musica

A musica object.

column_name

Name of column to drop

Value

None

Examples

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

campbio/musicatk documentation built on Oct. 22, 2023, 8:28 p.m.