targeneintersect

Use pybedtools intersect to gain target gene information in pandas dataframes


Keywords
targeneintersect
License
MIT
Install
pip install targeneintersect==0.2.4

Documentation

TargetGeneIntersect

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.