We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran run_cistarget function following your tutorial https://pycistarget.readthedocs.io/en/latest/pycistarget_scenic%2B_human_brain.html#1.-Deriving-cistromes-using-topics-with-cisTarget in the cell6 and this function has been removed from pycistopic. Also I need to annotate motifs for my topic, what should I do instead of using run_cistarget()?
The text was updated successfully, but these errors were encountered:
I am also trying to use the function as specified in the tutorial: https://pycistarget.readthedocs.io/en/latest/pycistarget_chip-RTD.html, but I couldn't get it to work.
The error message is:
NameError: name 'run_cistarget' is not defined
Sorry, something went wrong.
Hi @Keep-Raining and @sheyiphunmi
Indeed this function does not exist anymore. pycistarget is now a command line application.
See:
pycistarget cistarget --help
for more info.
Best,
Seppe
No branches or pull requests
I ran run_cistarget function following your tutorial https://pycistarget.readthedocs.io/en/latest/pycistarget_scenic%2B_human_brain.html#1.-Deriving-cistromes-using-topics-with-cisTarget in the cell6 and this function has been removed from pycistopic.
Also I need to annotate motifs for my topic, what should I do instead of using run_cistarget()?
The text was updated successfully, but these errors were encountered: