Learn R Programming

CorMut (version 1.14.0)

JI-class: Class "JI"

Description

JI class for representing the jiAA results

Arguments

Slots

JI:
Object of class "matrix". Mutual information among codons or amino mutations
p.value:
Object of class "matrix". P value for the significance of correlated mutations
OR:
Object of class "matrix". Odds Ratios for the correlated mutations

Methods

filterSites
signature(object = "MI"): Filter positive selection amino mutations for objects of MI class.
plot
signature(object = "MI"): Plot the influence interaction among mutations for objects of MI class.

See Also

miAA,filterSites

Examples

Run this code
#examplefile=system.file("extdata","PI_treatment.aln",package="CorMut")
#example=seqFormat(examplefile)
#result=jiAA(example)

Run the code above in your browser using DataLab