Description Usage Arguments Value Examples
View source: R/annotate_variants.R
Drops a column from the variant table that the user no longer needs
1 | drop_annotation(bay, column_name)
|
bay |
Input samples |
column_name |
Name of column to drop |
None
1 2 3 | bay <- readRDS(system.file("testdata", "bagel.rds", package = "BAGEL"))
drop_annotation(bay, "Variant_Type")
bay
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.