FilterChimeric_Ularcirc | R Documentation |
NEED to ensure that unstranded boolean value is passed to this function Not tested via shiny app yet.
FilterChimeric_Ularcirc( All_junctions, chromFilter = TRUE, strandFilter = TRUE, genomicDistance = c(200, 1e+05), canonicalJuncs = TRUE, fileID = c(-1), chrM_Filter = TRUE, invertReads = FALSE, unstranded = FALSE, summaryNumber = 50 )
All_junctions |
: data.table of chimeric reads from STAR aligner |
chromFilter |
: when TRUE (default) both chimera parts have to align to same chromosome |
strandFilter |
: when TRUE (default) both chimera parts have to align to same strand |
genomicDistance |
: minimum and maximum distance filters of chimeric reads on chromosome. Only is applied if ChromFilter is TRUE and StrandFilter is TRUE |
canonicalJuncs |
: Will include any canonical junctions (default TRUE). Note STAR keeps canonical junctions that do not conform to aligner rules. |
fileID |
: Specify a file index. Useful if planing to concatenating all data sets into a single table. |
chrM_Filter |
: Filter out mitochondrial chimeric reads (default TRUE) |
invertReads |
: Boolean that specifies in read strand should be inverted (default FALSE). |
unstranded |
: Boolen for if reads are unstranded |
summaryNumber |
: Number (Integer) of records to display in shiny app |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.