Description Slots Methods See Also Examples
biCompare class for representing the biCompare results
method
:Object of class "character"
. The method to compute the correlated mutations, including ckaksCodon,ckaksAA,miCodon,miAA
state_1
:Object of class "matrix"
. The conditional kaks(conditional selection pressure) or mutual information among codons or amino mutations.
statistic_1
:Object of class "matrix"
. LOD confidence score or p value among codons or amino mutations for the first condition.
state_2
:Object of class "matrix"
. The conditional kaks(conditional selection pressure) or mutual information among codons or amino mutations.
statistic_2
:Object of class "matrix"
. LOD confidence score or p value among codons or amino mutations for the second condition.
positiveSite01
:Object of class "ANY"
. A vector of positive selection sites for the first condition.
positiveSite02
:Object of class "ANY"
. A vector of positive selection sites for the second condition.
signature(object = "biCompare")
: plot the result of biCompare class
1 2 3 4 5 6 | #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)
#result=biCompare(biexample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.