Skip to content

Commit 9b43fce

Browse files
authored
Update README.md
1 parent 305f22f commit 9b43fce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ The following files are created:
4242

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

45+
# Annotation Example
46+
47+
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:
48+
49+
```bash
50+
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
51+
```
52+
4553
# Notes
4654

4755
Intermediate files are removed by default. If you want to keep them, then comment out the `.INTERMEDIATE` section in the `Makefile`.
@@ -50,6 +58,8 @@ Intermediate files are removed by default. If you want to keep them, then commen
5058

5159
- GNU `make`
5260

61+
- `bash` shell
62+
5363
- [BEDOPS](http://bedops.readthedocs.io/en/latest/content/reference/file-management/conversion/gtf2bed.html)
5464

5565
# Resources

0 commit comments

Comments
 (0)