Skip to content
New issue

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

Handle multiple motifs for same TF. #26

Closed
j-andrews7 opened this issue Sep 27, 2016 · 1 comment
Closed

Handle multiple motifs for same TF. #26

j-andrews7 opened this issue Sep 27, 2016 · 1 comment

Comments

@j-andrews7
Copy link
Owner

Some motif databases have multiples motifs for the same transcription factor. Would like to check both motifs, but need a way to differentiate the two. An easy solution would be to just tack on a suffix in the motif database file when calculating thresholds.

For example:

124 AIRE
16 12 14 0 0 1 9
7 8 9 1 0 7 16
1 2 5 0 0 9 22
4 5 11 36 37 26 1

125 AIRE
counts

Would become:

124 AIRE
counts

125 AIRE.2
counts

Or something along those lines.

@j-andrews7
Copy link
Owner Author

j-andrews7 commented Oct 13, 2016

This has been addressed for tf_expression.py at least, see #32. Merged into #33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant