-
Notifications
You must be signed in to change notification settings - Fork 22
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
Question on WipT Calculation and pathway_akk #2
Comments
Hi David!
Thank you for your interest in our work. Excuse me for the delayed
response. I was quite busy last week. So calculation of Njp is
straightforward as well. Njp refers to maximum number of walks possible
through a single gene unit in a pathway. Gene unit may be represented
either by an individual gene or by a gene module.
Prior to the calculation of the walks through the graph, the actual graph
is transformed in a way that all the genes included into a gene module are
merged into a single node.
Then WipT for each gene unit is calculated according to the formula 4 from
the Methods section of the manuscript.
ARR and CNR in the code refer to Aip and fci in the manuscript respectively.
We have a large number of already preprocessed pathway databases including
NCI, KEGG, Reactome, Biokarta and so on. As they are considered as a part
of company's IP, I can not share them directly, but we can collaborate on
your project if such collaboration may be of interest for your team.
Regards,
Ivan
2017-02-17 20:06 GMT+03:00 David <[email protected]>:
… Hello,
I have a questinon on how the calculation for WipT is implemented. The Nip
computation seems relatively straightforward, but how is Njp defined? It is
unclear in your manuscript what Njp refers to. I've done some cursory
searching through your code; however I cannot find how WipT is calculated?
Additionally in your code, what do the abbreviations ARR AND CNR stand for?
Thank you!
David
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADVJCECS5WxnN0jA8dvAAbLU3qVgONKQks5rddOHgaJpZM4MEg44>
.
|
Hi @varnivey, I understand databases you generated have a kind of copyright but is there any script or easy way to do this calculation? Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have a questinon on how the calculation for WipT is implemented. The Nip computation seems relatively straightforward, but how is Njp defined? It is unclear in your manuscript what Njp refers to. I've done some cursory searching through your code; however I cannot find how WipT is calculated? Additionally in your code, what do the abbreviations ARR and CNR stand for? Thank you!
David
The text was updated successfully, but these errors were encountered: