# NOT RUN {
#File path for output files
wd <- tempdir()
#wd <-getwd()
file <- file.path(wd,"test_seq")
#Importing MSA file
msf <- system.file("msa/toy_align.msf", package = "Bios2cor")
align <- import.msf(msf)
#Creating entropy object
entropy <- entropy(align)
#Creating OMES correlation object
omes <- omes(align, gap_ratio = 0.2)
#Selecting correlation matrix
omes <-omes$Zscore
#Creating top_pairs object and writing scores and contacts to csv files
top_pairs <- top_pairs_analysis(omes, file, top = 25, entropy=entropy)
# }
Run the code above in your browser using DataLab