Skip to content

Analysis of Direct RNA Sequencing of Yeast Ribosomal RNA

Notifications You must be signed in to change notification settings

novoalab/yeast_RNA_Mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of Direct RNA Sequencing data for :

  • Saccharomyces cerevisiae ribosomal RNAs (rRNAs)
  • Saccharomyces cerevisiae small nuclear and small nucleolar RNAs (sn/snoRNAs)
  • Saccharomyces cerevisiae messenger RNAs (mRNAs)

alt text

To reproduce the full results, you will need the FAST5 and FASTQ files related to yeast RNA analyses can be found here (total RNA) and here (polyA-selected RNA)

Demo/test data to run the scripts is included in each of the Analysis sections:

What's included:

Tools

  • Epinano base frequency version in order to analyse direct RNA sequencing bam files
  • Bam2Stats tool in order to analyse NanoCMC-Seq bam files]

Bash scripts

R scripts

Stoichiometry prediction

  • If you'd like to predict stochiometry (difference in RNA modification levels) between two samples (e.g. wild type vs knockout, normal vs heat stress), you may wish to look at the NanoRMS GitHub repository.

Dependencies/requirements:

Following R Packages are needed to run the scripts:

R packages
plyr
stringr
reshape2
dplyr
ggplot2
ggbeeswarm
ggpubr
data.table

Citation:

Begik, O., Lucas, M.C., Pryszcz, L.P. et al. Quantitative profiling of pseudouridylation dynamics in native RNAs with nanopore sequencing. Nat Biotechnol (2021). https://doi.org/10.1038/s41587-021-00915-6

Citation:

Please open an issue in the GitHub repo if you have any questions/doubts/suggestions about how to use this software. Thanks!