Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jenzopr committed Oct 20, 2015
1 parent cf86ccb commit 3652007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docs/genesets.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Gene sets can be given with `admire -g geneset1 -g geneset2 ...`. Gene set files should be in *.gmt format, as provided by (MSigDB)[http://www.broadinstitute.org/gsea/msigdb/index.jsp].
Gene sets can be given with `admire -g geneset1 -g geneset2 ...`. Gene set files should be in *.gmt format, as provided by [MSigDB](http://www.broadinstitute.org/gsea/msigdb/index.jsp).
3 changes: 2 additions & 1 deletion docs/regions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Custom genomic regions should be provided in BED format and can be given by `admire -r regions1.bed -r regions2.bed ...`.

*Hint*: Use multiple `-r` parameters to analyse more than one region at a time.
*Hint*: The BED format is described [here](http://www.ensembl.org/info/website/upload/bed.html)

*Hint*: The BED format is described [here](http://www.ensembl.org/info/website/upload/bed.html).

To enable the Gene Set Enrichment Analysis for a certain bed file, include a *gene_name* property in column 4 of the bed file:

Expand Down
38 changes: 0 additions & 38 deletions docs/test.html

This file was deleted.

0 comments on commit 3652007

Please sign in to comment.