#Importing MSA file
align <- import.msf(system.file("msa/toy_align.msf", package = "Bios2cor"))
#Creating correlation object with ELSC method for positions with gap ratio < 0.1
elsc <- elsc(align, gap_ratio = 0.1)
#Creating correlation object with ELSC method for positions with gap_ratio < 0.2 (Default)
#elsc <- elsc(align)
Run the code above in your browser using DataLab