7.2.RNA Structure
Last updated
Last updated
The probing methods of RNA secondary structure includes icSHAPE, SHAPEmap, DMS, etc.
For instance, RNA is treated with a SHAPE reagent that reacts at conformationally dynamic nucleotides. During reverse transcription, polymerase reads through chemical adducts in the RNA and incorporates a nucleotide noncomplementary to the original sequence (red) into the cDNA. The resulting cDNA is sequenced using any massively parallel approach to create a mutational profile. Sequencing reads are aligned to a reference sequence, and nucleotide-resolution mutation rates are calculated, corrected for background and normalized, producing a standard SHAPE reactivity profile. SHAPE reactivities can then be used to model secondary structures, visualize competing and alternative structures, or quantify any process or function that modulates local nucleotide RNA dynamics.
请首先启动相应 Docker,进入工作目录:
ShapeMapper automates the calculation of RNA structure probing reactivities from mutational profiling (MaP) experiments, in which chemical adducts on RNA are detected as internal mutations in cDNA through reverse transcription and read out by massively parallel sequencing.
download scripts and example data from: https://github.com/Weeks-UNC/shapemapper2
TPPplus: modified fasta file
TPPminus: untreated fasta file
example-results_TPP_histograms.pdf是数据突变率,read depth的可视化展示。
example-results_TPP_profiles.pdf是数据结果的可视化展示,可以用于质控。
example-results_TPP.shape
explanation for each column:
example-results_TPP.map
explanation for each column:
example-results_TPP_profile.txt是数据的详细输出
shapemapper2是根据输入的modified和untreated的fasta文件进行计算的。如果fasta文件有多行则在输出时会每行对应一组输出文件。实际使用的计算过程中通常是针对多个转录本的。
简述structure-seq的原理,查阅文献解释reactivity的含义。