-
Notifications
You must be signed in to change notification settings - Fork 40
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
how to add node scores beteen two network when using sana? #54
Comments
You can get useful online help inside SANA itself by typing "./sana -h |
less", and then search for sequence.
Let me know if that doesn't work. use [email protected].
…--
Wayne Hayes, Ph.D.
Associate Professor of Computer Science, University of California, Irvine
Director, UCI-SDSU Joint Ph.D. Program in Computational Science (UCI side)
*The evidence is now incontrovertible that Russia interfered with the 2016
US Presidential election by subtly manipulating public opinion via fake
social media accounts. Why? Follow the money: Trump has been laundering it
for Russian billionaires, including Putin, for 20 years. Details and fact
checking
at https://secure.avaaz.org/campaign/en/shocking_truth_about_trump/?bebhylb
<https://secure.avaaz.org/campaign/en/shocking_truth_about_trump/?bebhylb>.*
The opinions expressed in this email by Professor Hayes are his and his
alone, and are not meant to represent those of the University of California.
On Tue, Jan 8, 2019 at 10:51 PM xphuang2017 ***@***.***> wrote:
Hi,
I'm going to use sana to solve network alignment. But, I don't know how to
add the node similarities between two networks!
./sana -g1 A -g2 B -s3 0.5 -sequence 0.5
The command above is the usage of network alignment of A and B in the form
of topology only, how can I add the node similarity(like Blast) between A
and B?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#54>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATUkjJf1_mfAMfjAbC3PrgqbcrMNoLuDks5vBZFJgaJpZM4Z24BP>
.
|
Great thanks to Professor Wayne Hayes! the command below can be used to add similarities: |
Dear, "Initializing measures... Can anyone give me some help about these options? |
Apologies. I admit the instructions are not too clear. The best-supported method is the 3-column method: G1node G2node SIM ./sana -g1 yeast -g2 human -ec 0.5 -esim 1 0.5 -simFile 1 sequence/yeast-human.simple.xz -simFormat 1 1 The meaning of the sim file argumnets are:
|
Hi,
I'm going to use sana to solve network alignment. But, I don't know how to add the node similarities between two networks!
./sana -g1 A -g2 B -s3 0.5 -sequence 0.5
The command above is the usage of network alignment of A and B in the form of topology only, how can I add the node similarity(like Blast) between A and B?
The text was updated successfully, but these errors were encountered: