adjust_exons_of_long_reads | R Documentation |
Adjust internal exons of full-length RNA-seq reads by majority vote
adjust_exons_of_long_reads(long_reads, max_exon_diff = 10)
long_reads |
|
max_exon_diff |
Positive integer. |
GRangesList
object with the same order of elements and same mcols as the input object.
The input GRangesList
object is returned by the extend_long_reads_to_TSS_and_PAS()
function.
5'- and 3'-borders of exons in long_reads
are clustered by similarity (within max_exon_diff
bp).
Then the exon borders are changed to the median value of genomic coordinates observed within the cluster.
This suppresses the "fuzziness" of subalignments which are often observed in full-length RNA-seq reads.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.