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
There is a hard coded convention for the regulon names which can cause the right pane in the regulon tab not to be displayed.
The regulon genes and the regulon motif will not be displayed if regulons are named like: [TF-name]_([number-of-genes-in-regulon]g) e.g.: Abd-B_(17g)
[TF-name]_([number-of-genes-in-regulon]g)
The regulon genes and the regulon motif will be displayed if regulons are named like: [TF-name] ([number-of-genes-in-regulon]g) e.g.: Abd-B (17g)
[TF-name] ([number-of-genes-in-regulon]g)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a hard coded convention for the regulon names which can cause the right pane in the regulon tab not to be displayed.
The regulon genes and the regulon motif will not be displayed if regulons are named like:
[TF-name]_([number-of-genes-in-regulon]g)
e.g.: Abd-B_(17g)
The regulon genes and the regulon motif will be displayed if regulons are named like:
[TF-name] ([number-of-genes-in-regulon]g)
e.g.: Abd-B (17g)
The text was updated successfully, but these errors were encountered: