Skip to content

handful of tools that might be needed before or after HAMR

Notifications You must be signed in to change notification settings

harrlol/hamrtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HAMRtools

This is a growing repository of tools tailored for the High Throughput Annotation of Modified Ribonucleotides, abbreviated HAMR, developed by Paul Ryvkin et al. The main function of these tools is to make the original method more accessible by automating the tedious pre-processing steps, allowing users to analyze entire experiments at a time. More importantly, this repository adapts the HAMR pipeline to single-cell sequencing data, while integrating Seurat as a part of the clustering analysis.

This overall pipeline aims to take in as simple as an SRR accession code, and returns HAMR analysis in highly visualized, intuitive plots or tables that aid in downstream analysis or biological discoveries. This effort is finished and now available for regular HAMR (non-single-cell) at HAMRbox

hamrtools is split into the below 2 suites:

regHAMR

regular HAMR, crystalizes all the steps in Ryvkin et al.'s paper and extends the analysis through a dozen algorhithms in R that transforms the HAMR output in more accessible ways.

scHAMR

single-cell HAMR, includes crucial preprocessing steps neccesitated for single cell data types. This method uses cell ranger to align the reads, Seurat to cluster the reads by cell type, then HAMR the reads by clusters.

Please see the readme inside each suite for a more detailed instruction on how to use the respective programs.