1. Introduction
- This function is designed to provide insights into spatial and functional associations of RNA modifications (Chemical Modifications of RNAs). This function takes the RNA modifications in BED format and genome annotation in GTF (Gene Transfer Format) format as input, then the manner of distribution of RNA modifications in the genome and transcriptome is statistically analyzed and visualized, including the number of peaks in genomic feature (e.g. promoter, exon, intron, etc), the regions of enrichment of RNA modifications within transcripts, the enrichment of RNA modifications in transcriptional start/stop site and the enrichment of RNA modifications in splicing sites.
2. The number of peaks in each genomic feature
- The following figure displays the number of input peaks overlaped with each genomic feature including Transcript, Exon, 3’UTR, CDS, Intron, Promoter, 5’UTR and Intergenic.
3. The number of peaks in each type of RNA
4. The regions of enrichment of RNA modifications within transcripts
- The following figure displays the enrichment of RNA modifications on meta-RNA, to be specific, each transcript are splited into bins of 30 nt, then the relative position of each bin for each feature (5’UTR, CDS and 3’UTR) is calculated. The RNA modifications enrichment can be obtained by overlap input peaks with each 30nt bin.
## [1] "total 138424 transcripts extracted ..."
## [1] "total 53527 transcripts left after ambiguity filter ..."
## [1] "total 17059 mRNAs left after component length filter ..."
## [1] "total 2118 ncRNAs left after ncRNA length filter ..."
## [1] "Building Guitar Coordinates. It may take a few minutes ..."
## [1] "Guitar Coordinates Built ..."
5. The enrichment of RNA modifications in transcriptional start/stop site
- The figures below display the enrichment of RNA modifications in transcription start and end site, respectively. To be specific, the x axis represents the relative position of transcription start/end site, 0 indicates the meta-transcription start/end site, negative number and positive number represent the upstream and downstream of transcription start/end site, respectively.
6. The enrichment of RNA modifications in splicing sites
- The figures below display the enrichment of RNA modifications in 3’ and 5’ end of exons, respectively. To be specific, the x axis represents the relative position of 3’ and 5’ end of exons, 0 indicates the 3’ and 5’ end of exons, negative number and positive number represent the upstream and downstream of 3’ and 5’ end of exons, respectively.