Giter VIP home page Giter VIP logo

reference-annotations's Introduction

reference-annotations

Makefile for building .bed formatted reference annotation files for hg19 human genome genes & genomic regions

Usage

First, clone this repository and change to its directory:

git clone https://github.com/stevekm/reference-annotations.git
cd reference-annotations

(if you do not have BEDOPS installed and in your PATH you can also run the make bin recipe to download it in the current dir)

Generate the desired annotation files from the available entries:

  • all, gencode-hg19, gencode-hg38, gencode-hg38v41, ensembl-hg19, ensembl-hg38, ensembl-mm10
make all

# or

make gencode-hg19

# or

make ensembl-hg19

# etc. ....

Output

The following files are created:

  • gencode-hg19: gencode.v19.annotation.genes.bed; Gencode hg19 human gene annotations & genomic regions

  • gencode-hg38: gencode.v27.annotation.genes.bed; Gencode hg38 human gene annotations & genomic regions

  • gencode-hg38v41: gencode.v41.annotation.genes.bed; Gencode hg38 human gene annotations version 41 & genomic regions

  • ensembl-hg19: Homo_sapiens.GRCh37.82.chr.bed; Ensembl hg19 human gene annotations & genomic regions

  • ensembl-hg38: Homo_sapiens.GRCh38.91.chr.bed; Ensembl hg38 human gene annotations & genomic regions

  • ensembl-mm10: Mus_musculus.GRCm38.91.chr.bed; Ensembl mm10 mouse gene annotations & genomic regions

Annotation Example

In addition to general reference usage, these files can also be used to annotate other genomic region files with a bedmap command like this:

bedmap --echo --echo-map-id --delim '\t' example-NGS-data/ChIP-Seq/bed/Sample1-D-H3K27AC/peaks.bed reference-annotations/gencode.v19.annotation.genes.id4.bed

Notes

Intermediate files are removed by default. If you want to keep them, then comment out the .INTERMEDIATE section in the Makefile.

Software

Resources

reference-annotations's People

Contributors

manifestoso avatar stevekm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

reference-annotations's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.