Skip to content

A collection of scripts for the analysis of data generated by single-cell targeted analysis of the methylome (scTAM-seq).

License

Notifications You must be signed in to change notification settings

veltenlab/scTAM-seq-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of scripts for analyzing data obtained from single-cell Targeted Analysis of the Methylome (scTAM-seq)

The collection of R scripts needed to re-generate the plots that we already generated for the manuscript. The scripts are ordered by the Figure/panel they are needed for.

If you want to re-generate all of the plots of the publication, you'll have to download several datasets and put them into the base folder of this repository (called scTAM-seq-scripts):

In addition, you'll have to install the following R-packages

  • RnBeads: (source('https://rnbeads.org/data/install.R'))
  • Seurat: (BiocManager::install('Seurat'))
  • Signac: (install.packages('Signac'))
  • monocle3: (install.packages('monocle3'))
  • SeuratWrappers:(devtools::install_github('satijalab/seurat-wrappers'))
  • viridis: (install.packages('viridis'))
  • ComplexHeatmap: (BiocManager::install('ComplexHeatmap'))
  • ggsci: (install.packages('ggsci'))
  • rstan: (install.packages('rstan'))

This contains the re-implementation of the Mission Bio tapestri pipeline to generate all of the files needed for downstream processing.

Citation

If you use this software in your publication, please cite:

Bianchi, A., Scherer, M., Zaurin, R. et al. scTAM-seq enables targeted high-confidence analysis of DNA methylation in single cells. Genome Biol 23, 229 (2022). https://doi.org/10.1186/s13059-022-02796-7

About

A collection of scripts for the analysis of data generated by single-cell targeted analysis of the methylome (scTAM-seq).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages