View source: R/create_master_table.R
get_splice_sites_info | R Documentation |
Get the position of all splice sites in a BAM file and the number of reads that support each one of them. Besides that, indicate whether the splice site is acceptor or donor site.
get_splice_sites_info(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 data.frame in which each row is a splice-site position.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.