Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekm authored Jan 3, 2018
1 parent 305f22f commit 9b43fce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ The following files are created:

- `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](http://bedops.readthedocs.io/en/latest/content/reference/statistics/bedmap.html) command like this:

```bash
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`.
Expand All @@ -50,6 +58,8 @@ Intermediate files are removed by default. If you want to keep them, then commen

- GNU `make`

- `bash` shell

- [BEDOPS](http://bedops.readthedocs.io/en/latest/content/reference/file-management/conversion/gtf2bed.html)

# Resources
Expand Down

0 comments on commit 9b43fce

Please sign in to comment.