#Importing MSA file
align <- import.msf(system.file("msa/human_gpcr.msf", package = "Bios2cor"))
#creating entropy object for positions with gap ratio < 0.5
entropy <- entropy(align,gap_ratio=0.5)
Run the code above in your browser using DataLab