.checkReferenceAnchor | R Documentation |
Overlaps the reference bases and positions with the given genome and check if all positions overlap and reports non-overlapping mutations.
.checkReferenceAnchor( mutations, genomeSeqs, ignoreNonMatch = FALSE, threads = 1 )
mutations |
(VRanges): Mutations to incorporate within transcripts. |
genomeSeqs |
(BSgenome or DNAStringSet): Reference genome sequences. |
ignoreNonMatch |
(logical): Should non-matching reference anchors be ignored? These mutations will be removed. |
threads |
(integer): Number of threads. |
(logical): Returns TRUE/FALSE if per given mutation based on matching position and base with the reference genome.
Job van Riet j.vanriet@erasmusmc.nl
Wesley van de Geer w.vandegeer@erasmusmc.nl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.