Description Usage Arguments Value Examples
View source: R/load_recurrent_mutations.R
Loads in recurrent mutations from tab or comma-delimited file with four columns (Chr, Pos, Ref, Alt) and no header, presenting it as a VRanges file.
1 | load_recurrent_mutations(file, genome)
|
file |
Location of file with recurrent mutations |
genome |
Reference genome to use |
This function returns a VRanges
object including:
seqnames
ranges
ref
alt
1 2 3 4 | ## Not run:
recurrent <- load_recurrent_mutations(file = "COSMIC_Heme_mutations_freq10.txt", genome)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.