View source: R/main_splinter.R
findCompatibleEvents | R Documentation |
Which transcript contains the event? Each event has 2 possibilities, as long as the transcript fulfills one, it passes the test Has to be exact (inner junctions)
findCompatibleEvents(tx, tx2 = NULL, roi, sequential = TRUE, verbose = FALSE)
tx |
GRangesList object of transcripts |
tx2 |
optional GRangesList object of transcripts if tx is list of cds |
roi |
|
sequential |
logical. Exons have to appear sequentially to be considered compatible |
verbose |
logical. printouts and messages. |
Seperates into event/region1 and 2 for the alternative case
list of length 4
(1) GRangesList
(2) Hits status [c]=coding; [nc]=non-coding
(3) ct - compatible transcripts
(4) tt - total transcripts
Diana Low
compatible_cds <- findCompatibleEvents(valid_cds,roi=roi,verbose=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.