Learn R Programming

CorMut (version 1.14.0)

ckaks-class: Class "ckaks"

Description

ckaks class for representing the ckaksCodon/ckaksAA results

Arguments

Slots

ckaks:
Object of class "matrix". Conditional kaks among codons or amino mutations
lod:
Object of class "matrix". LOD confidence score indicates the significance of correlated mutations

Methods

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

See Also

filterSites,ckaksCodon,ckaksAA,plot.ckaks

Examples

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

Run the code above in your browser using DataLab