TargetGeneIntersect

https://img.shields.io/pypi/v/targeneintersect.svg https://img.shields.io/travis/isabelleberger/targeneintersect.svg Documentation Status Updates

A baby package that uses pybedtools intersect to gain target gene names for genomic data in a pandas dataframe. My first attempt at packaging, as well as a useful little tool for something I end up copying and pasting all the time.

Features

  • Input a BED formatted gene file and a BED formatted dataframe of genomic data
  • Receive a dataframe that now includes target gene names

Credits

This package is based on the BEDTools function intersect, as implemented in python by pybedtools. This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.