Skip to main content

GimmeMotifs is a motif prediction pipeline.

Project description

GimmeMotifs

bioconda-badge PyPI version Build Status Documentation Status Maintainability Test Coverage

Anaconda-Server Badge DOI

Suite of motif tools, including a motif prediction pipeline for ChIP-seq experiments.

See full GimmeMotifs documentation for detailed installation instructions and usage examples.

For documentation on the development version see here.

The manuscript describing this latest release is available on biorRxiv as a preprint and can be cited as:

GimmeMotifs: an analysis framework for transcription factor motif analysis
Niklas Bruse, Simon J. van Heeringen
bioRxiv (2018) DOI: 10.1101/474403

You can interactively try out the Python API in a Jupyter notebook using binder: Binder

We need your help!

GimmeMotifs was originally developed for our own needs but we would really like it to be useful to the wider community. However, this also depends on your input. Let us know what you think! What features are missing? Which tutorial would you like to see? What part of the documentation is unclear? Have great ideas for future developments? Maybe you even want to join in developing this software?

Let us know!

Easy installation

The most straightforward way to install GimmeMotifs is via conda using the bioconda channel.

If you have not used bioconda before, first set up the necessary channels (in this order!). You only have to do this once.

$ conda config --add channels defaults
$ conda config --add channels bioconda
$ conda config --add channels conda-forge

You can now install GimmeMotifs with one command:

# Create an environment called gimme with all dependencies
$ conda create -n gimme python=3 gimmemotifs

# Activate the environment
$ conda activate gimme

Python 3 is the required, from version 0.13.0 on GimmeMotifs no longer supports Python 2. Don't forget to activate the environment with conda activate gimme whenever you want to use GimmeMotifs.

Quick start

Predict some de novo motifs:

$ gimme motifs my_peaks.bed my_motifs -g /data/genomes/hg38/hg38.fa --denovo

Download a genome

The example above assumes that you have the hg38 genome in /data/genomes/hg38/hg38.fa. GimmeMotifs can also use genomes installed by genomepy.

You can configure the directory where genomepy stores genomes by editing ~/.config/genomepy/genomepy.yaml

genome_dir: /data/genomes

To download a genome from UCSC:

$ genomepy install hg38 --annotation  # genomepy >=0.9.0

Now you can specify this genome for GimmeMotifs by name.

$ gimme motifs my_peaks.bed -g hg38 -n my_motifs

Help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gimmemotifs-0.18.0.tar.gz (12.2 MB view details)

Uploaded Source

File details

Details for the file gimmemotifs-0.18.0.tar.gz.

File metadata

  • Download URL: gimmemotifs-0.18.0.tar.gz
  • Upload date:
  • Size: 12.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.9.6 requests/2.28.2 setuptools/66.0.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.9.15

File hashes

Hashes for gimmemotifs-0.18.0.tar.gz
Algorithm Hash digest
SHA256 94f1f4f642f1a981598003254ed207a9d22716111f556e78bbe1ab709cc4d3a7
MD5 63b70ece9f8ecf7e5ca1521c04a4ec48
BLAKE2b-256 23b131f5061ff2749292af7c70ec4f1c81afd1991ea4a2cb62c4e5235d3f1f1c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page