An open API service indexing awesome lists of open source software.

https://github.com/edawson/genelist_to_bed

Convert a list of genes to a bedfile
https://github.com/edawson/genelist_to_bed

Last synced: 4 months ago
JSON representation

Convert a list of genes to a bedfile

Awesome Lists containing this project

README

        

genelist_to_bed : make a bed file for a list of genes
-------------
Eric Dawson
September 2017

## Requirements:
Python 2.7
pyensembl (Hammer lab)

## Setup
1. Install pyensembl
`pip install pyensembl`

2. Cache ensembl DB release for genome of choice (HG19: version 75, HG38: 76-90 or newer)
`pyensembl install --release 75 --species homo_sapiens`
This will take several minutes and will download >3GB of data.

## Usage:
`python genelist_to_bed.py `

## Advanced function

## License:
MIT