Skip to content

Scripts for .bed file genomic region annotation with various tools

Notifications You must be signed in to change notification settings

stevekm/annotate-peaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

annotate-peaks

Scripts to simplify the annotation of .bed formatted files containing peaks or genomic regions.

See each directory's README file for descriptions of each script.

These scripts are designed for easy usage with GNU find, when you have a lot of .bed files that you want to annotate at once. For example:

find /path/to/peaks_dir -name "*.bed" ! -path "*/dir_I_dont_like/*" | xargs ./annotate.R

About

Scripts for .bed file genomic region annotation with various tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published