SelectUniqueJunctions | R Documentation |
Builds a summary table from chimeric data obtained from the STAR aligner. Assembles table with the requested number of top entries. Populates with RAD score and FSJ score.
SelectUniqueJunctions( BSJ_junctions, filterlist = chimericFilters(), unstranded = FALSE, FSJ_Junctions = NULL, shinyapp = FALSE )
BSJ_junctions |
: Junction to display |
filterlist |
: filterlist |
unstranded |
: If TRUE will match reads from both strands. |
FSJ_Junctions |
: Junction to display. |
shinyapp |
: Boolean. If true used to setup control status bars in shiny app. |
This is the workhorse for collated BSJ junctions from the input data. It will return selected rows of data (annotated) that will enable enhanced browsing of raw data on the fly.
Filter options: Junction abundance. Sort
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.