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