powered by
Function to encode Correlated columns of alignment matrix with desired properties
matEncode(aliMat, pIndex, propDf)
amino acid multiple sequence alignment in the form of a matrix
Amino acid property index to be encoded. It is the row number in the property data frame
The amino acid property to analyse. It is row number in propertyDF data frame
A matrix of input dimensions with amino acid alphabets replaced by amino acid properties of choice
# NOT RUN { aliMatLoc <- system.file("extdata", "aliMat.rda", package = "aaSEA") aliMat <- readRDS(aliMatLoc) matEncode(aliMat = aliMat, pIndex = 1, propDf = "Cruciani" ) # }
Run the code above in your browser using DataLab