Skip to content

barnalab/icm2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9846c1f · Mar 3, 2021

History

7 Commits
Feb 16, 2021
Nov 28, 2020
Nov 28, 2020
Feb 17, 2021
Feb 16, 2021
Nov 28, 2020
Mar 3, 2021
Mar 3, 2021
Nov 28, 2020
Nov 28, 2020
Nov 28, 2020
Nov 28, 2020
Nov 28, 2020

Repository files navigation

icm2 data processing pipeline and analysis codes

icm2 (in-cell mutate-and-map) is a method to characterize RNA structure inside cells. The experiment generates two-dimensional accessibility mapping data under cellular conditions. This code demonstrates how such data can be used to model RNA secondary structure ensembles. The input here is the .fastq files from Illumina sequencing run for an icm2 experiment. Outputs are a set of visualizations of the data and a set of secondary structures and their weights fitted by REEFFIT. The repository accompanies [PAPER CITATION HERE] and reproduces the analysis presented in the paper.

Dependencies

Utilities

cutdapt
bowtie2
bbmap
samtools
bamtools
shapemapper2
viennarna

Python packages

numpy
rdatkit
reeffit

R packages

data.table
cowplot
tidyverse
scales
Biostrings
edgeR
limma
hues
viridis
impute
ggrepel

Usage

  • The set of scripts here are used to do the following:
  1. Pre-process and align the sequencing reads (p0.sh)
  2. Make correlated mutation counts matrix (m2matrix.py)
  3. Data visualization; clustering; output constraints (icm2.R)
  4. Ensemble model fits (reeffit_bootstrap_run.sh)
  • wrapper.sh and reeffit_bootstrap_run.sh contain slurm job execution commands

  • bonus_combined.dot is the set of 500 suboptimals sampled by RNAsubopt used as input to REEFFIT exactly for the paper.

  • The parameters within each script were used to produce the analysis presented in the paper. The index are available under index/reference*. The raw sequencing data can be downloaded from GEO under accession code GSE155656.

Reference

[CITATION GOES HERE]


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published