-
Notifications
You must be signed in to change notification settings - Fork 14
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
85 add bidirectional mc5 methods #123
Conversation
…ll by neg 1, removed potency metric NA assignments
Hold on this, more testing needs to be done |
bug resolved, ready for reviewal! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
127 nmed gtbl mc6 flags
62 bidirectional summary stats
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge! We will continue testing on dev branch.
ow_bidirectional_loss and ow_bidirectional_gain have been added to mc5_mthds and mc5 has been updated to handle these ow methods after tcplHit is returned.
ow_bidirectional_loss overwrites winning model hitcall by multiplying by -1 for models fit in the positive analysis direction (top > 0). Typically used for endpoints where only negative responses are biologically relevant.
ow_bidirectional_gain overwrites winning model hitcall by multiplying by -1 for models fit in the negative analysis direction (top < 0). Typically used for endpoints where only positive responses are biologically relevant.
Closes #85 .