Skip to content
/ GRPutils Public

Utilities to manipulate Artemis compatible coverage graphs and to process dRNA-Seq data for TSS prediction

License

Notifications You must be signed in to change notification settings

housw/GRPutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPutils

This repository contains utilities to manipulate Artemis compatible coverage graphs (denote *.grp format), and a set of commands developed based on this file format. The grp file can be visualized using Artemis directly by clicking on Graphs => Add User Plot. The majority of the grp manipulating commands can be found within grptools.

  • wig2grp.py: convert Wiggle files generated by bam2wig.py from the RseQC package to grp format.
  • merge_grp.py: given a list of grp files from the same genome, this script will average/add-up the coverage at each genome coordinate, then return a new grp file.
  • grptools: a suite of subcommands for grp file manipulations.
  • tptools: a suite of subcommands for TSS prediction and classification.
  • tss_analysis_pipline.sh: an example shell script utilizing grptools and tptools for grp file processing, TSS prediction and classification.

About

Utilities to manipulate Artemis compatible coverage graphs and to process dRNA-Seq data for TSS prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published