View source: R/manipulate_vafs.R
compute_mutation_counts_per_sample | R Documentation |
Compute mutation burden per sample
compute_mutation_counts_per_sample( sample_meta_path, variant_meta_path, variant_id, include_variants = 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, except for the AC column, which is the sum of the individual variants
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.