View source: R/create_master_table.R
get_splice_sites_info2 | R Documentation |
Similar to get_splice_sites_info
, but also count read ends.
get_splice_sites_info2(input_bam, threads)
input_bam |
The input BAM file to extract splice site positions from. |
threads |
Number of threads. |
This function may take several hours to run.
A 2-element list ('splice_site', and 'transcript_end'). Element
'splice_site' should contain the same returned by get_splice_sites_info
.
Element 'transcript_end' counts of read ends (start or final/end site of the read).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.