Description Usage Arguments Value Examples
Return sample from bagel object
1 | subset_variants_by_samples(bay, sample_name)
|
bay |
Bagel object containing samples |
sample_name |
Sample name to subset by |
Returns sample dataframe subset to a single sample
1 2 | bay <- readRDS(system.file("testdata", "bagel.rds", package = "BAGEL"))
subset_variants_by_samples(bay, "public_LUAD_TCGA-97-7938.vcf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.