Drops a column from the variant table that the user no longer needs
Source:R/annotate_variants.R
drop_annotation.RdDrops a column from the variant table that the user no longer needs
Arguments
- musica
A
musicaobject.- column_name
Name of column to drop
Examples
data(musica)
drop_annotation(musica, "Variant_Type")