Description Usage Arguments Value Details Examples
Sorts and removes duplicate entries in a mutation file output
by icgc2mut()
1 | icgc_curate(mut_file, remove.nonSNP = TRUE)
|
mut_file |
A mutation file output by icgc2mut(). |
remove.nonSNP |
A boolean variable indicating whether the function
should remove non-single nucleotide changes. This is set by default
to |
A sorted mutation file with duplicate entries removed and, depending on user specification, non-single nucleotide changes removed.
Your input mutation file must at least have the following column headers: icgc_sample_id (i.e. the ICGC sample ID), chromosome (i.e. the Chromosome ID), chromosome_start (i.e. the chromosome start position), chromosome_end (i.e. the chromosome end position), mutated_from_allele (i.e. the reference allele), and mutated_to_allele (i.e. alternate allele).
1 | res <- icgc_curate(mutation_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.