pycistarget is a python module to perform motif enrichment analysis in sets of regions with different tools and identify high confidence TF cistromes.
To install pycistarget:
$ conda create --name scenicplus python=3.11 -y $ conda activate scenicplus $ git clone https://github.com/aertslab/scenicplus $ cd scenicplus $ pip install .
To check your pycistarget version:
import pycistarget pycistarget.__version__
- If you have technical questions or problems, such as bug reports or ideas for new features, please open an issue under the issues tab.
- If you have questions about the interpretation of results or your analysis, please start a Discussion under the Discussions tab.