Description Value Methods Author(s) See Also Examples
Comparison of the correlated mutations between two conditions by the means of correlated mutation network, two correlated mutation network will be displayed in a plot, which represent the global mutation correlation among sites or mutations in two conditions. In the plot, blue nodes indicate the positive selection nodes in the first condition, while red nodes indicate the positive selection nodes in the second condition.
A biCompare instance is returned.
Compare the correlated mutations(in the unit of codon) between two conditions using condition kaks method.
Compare the correlated mutations(in the unit of amino) between two conditions using condition kaks method.
Compare the correlated mutations(in the unit of codon) between two conditions using mutual information method.
Compare the correlated mutations(in the unit of amino) between two conditions using mutual information method.
Compare the correlated mutations(in the unit of amino) between two conditions using mutual information method.
Zhenpeng Li
biCompare-class
,plot.biCompare
1 2 3 4 5 6 7 8 9 10 11 | examplefile=system.file("extdata","PI_treatment_naive.aln",package="CorMut")
examplefile02=system.file("extdata","PI_treatment.aln",package="CorMut")
seq_formated=seqFormat(examplefile)
seq_formated02=seqFormat(examplefile02)
biexample=biCkaksAA(seq_formated,seq_formated02)
#biexample=biCkaksCodon(seq_formated,seq_formated02)
#biexample=biMIAA(seq_formated,seq_formated02)
#biexample=biMICodon(seq_formated,seq_formated02)
#biexample=biJIAA(seq_formated,seq_formated02)
result=biCompare(biexample)
plot(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.