View source: R/preparing_mutations.R
get_mut_trinuc_strand | R Documentation |
get_mut_trinuc_strand() takes a data frame of mutations and determines the quadnucleotide context (trinucleotide context + alternate allele) and strand.
get_mut_trinuc_strand(maf)
maf |
Data frame of mutations with the following columns: chr, start, end, ref and alt
|
Data frame containing additional mutation context columns
autosomal chromosomes as chr1 to chr22 and sex chromosomes as chrX and chrY
the start position of the mutation in base 1 coordinates
the end position of the mutation in base 1 coordinates
the reference allele as a string containing the bases A, T, C or G
the alternate allele as a string containing the bases A, T, C or G
pyrimidine-centered quadnucleotide mutation context and indel
the mutation strand classified as w for Watson and c for Crick
pyrimidine single-base substitution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.