1 / 4

RNA-Seq Simulation Framework for Splicing and Read Generation

Explore a comprehensive RNA-Seq simulation project for gene splicing and read generation processes. Simulate splicing of genes and sampling by sequencing machines to generate transcriptome data efficiently.

cliff
Télécharger la présentation

RNA-Seq Simulation Framework for Splicing and Read Generation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PMSB Project: RNA-Seq Read Simulation

  2. Overview • The actualprocessofRNA-Seqisquiteinvolved • For simple simulation, wecan break it down totwosteps: • Simulatesplicingof genes in theorganism • Simulatesamplingprocessbythesequencingmachine. Titel, Datum

  3. Part A: Simulate Splicing • Read in: • Reference Sequence • Gene/Exon/Intro annotation from GFF (GTF File) • Generate transcriptome of organism • For each gene • For each mRNA • Splice together sequences from genome • Write out transcriptome to FASTA File Titel, Datum

  4. Part B: Read Simulation • Read in • Reference sequence (transcriptome) • Read in expression levels (aka counts) for each transcript • Simulate Reads • Single-End: Sample uniformly with fixed length. • Paired-End: Sample paired, insert size follows normal distribution. • Error Model: Uniform Errors • Error Model: Read in FASTQ files, convert quality values into error probabilities, use this form position dependent errors. • Write out simulated reads Titel, Datum

More Related