View source: R/preprocessing.R
filterForSignature | R Documentation |
Filter a with tri-nucleotide context annotated list of loci for a particular signature supplied as a regex like so: (CAG)|(CTG)|(GAC)|(GTC).
filterForSignature(
signature_anno_loci_file,
signature_regex,
outfile,
trinucleotide_column = 5,
alt_alleles = NA,
alt_allele_column = 4
)
signature_anno_loci_file |
Filepath to a with tri-nucleotide context annotated loci |
signature_regex |
A regex that captures the signature to keep. |
outfile |
Filepath to where to store the output. |
trinucleotide_column |
Integer representing the column within the input file that contains the context |
alt_alleles |
An optional vector with reference alleles to allow. |
alt_allele_column |
The column in the annotated loci file that contains the reference base. |
sd11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.