Description Usage Arguments Value Author(s) Examples
View source: R/main_splinter.R
Compares two sequences and gives differences if there's a switch from 1->2 if seq2 is NULL, assume seq1 is a list of length 2 to compare
1 2 3 4 5 6 7 8 | eventOutcomeCompare(
seq1,
seq2 = NULL,
genome,
direction = TRUE,
fullseq = TRUE,
verbose = FALSE
)
|
seq1 |
GRangesList |
seq2 |
GRangesList |
genome |
BSGenome object |
direction |
logical. Report direction of sequence change. |
fullseq |
logical. Report full sequences. |
verbose |
logical. turn messages on/off. |
list containing
(1) tt : PairwiseAlignmentsSingleSubject pairwise alignment
(2) eventtypes : string detailing primary event classification
Diana LOW
1 2 3 4 | suppressMessages(library(BSgenome.Mmusculus.UCSC.mm9))
bsgenome<-BSgenome.Mmusculus.UCSC.mm9
eventOutcomeCompare(seq1=compatible_cds$hits[[1]],seq2=region_minus_exon,
genome=bsgenome,direction=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.