View source: R/manipulate_vafs.R
subset_vaf_matrix_by_id | R Documentation |
Extract the VAFs of a specific set of variants
subset_vaf_matrix_by_id( sample_meta_path, variant_meta_path, variant_id, return_genotypes = FALSE, normalize_columns = FALSE )
sample_meta_path |
a file path |
variant_meta_path |
a file path |
variant_id |
a character vector containing one or more requested variants in the format CHROM-POS-REF-ALT |
return_genotypes |
a logical value. If TRUE, returns 0 or 1 values. If FALSE, returns VAFs. |
a tibble where the first column is the sample identifier, and all remaining columns are the variant mutations or VAFs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.