powered by
Get correlated sites with substitutions
getCorSites(fileLoc, corMethod = "mcbasc")
exact location of multiple sequence alignment file in "FASTA" format
One of the methods to compute correlated sites viz. 'mip', 'elsc', 'mcbasc' and 'omes'. Default is 'mcbasc'.
A subset alignment matrix of original multiple sequence alignment with significant correlations.
# NOT RUN { file = system.file("extdata", "linB_toy_ali.fasta", package = "aaSEA") getCorSites(fileLoc = file,corMethod="mcbasc") # }
Run the code above in your browser using DataLab