powered by
Get amino acid property wise correlations of co-evolving columns of a multiple sequence alignment
getPropCorr(selMat, propertyDF = "Cruciani", propertyIndex = 1)
A subset matrix of original multiple sequence alignment with significant correlations identified with 'getCorSites' function
One of the amino acid property data frames. viz. Cruciani, Fasgai, Kidera, AAindex. Default is Cruciani properties
Specific property row number from the data frame of propertyDF
A data frame of four columns viz. Pos1, Pos2, Cor and p Value. Results are filtered to find position pairs with correlations above 0.8 and below -0.8
# NOT RUN { selMatLoc <- system.file("extdata", "selMat.rda", package = "aaSEA") selMat <- readRDS(selMatLoc) getPropCorr(selMat = selMat, propertyDF = "Cruciani", propertyIndex = 1) # }
Run the code above in your browser using DataLab