drop_annotation {musicatk} | R Documentation |
Drops a column from the variant table that the user no longer needs
drop_annotation(musica, column_name)
musica |
A |
column_name |
Name of column to drop |
None
data(musica) drop_annotation(musica, "Variant_Type")