#File path for output file
wd <- tempdir()
#wd <-getwd()
file <- file.path(wd,"test_omes")
#Importing MSA file
msf <- system.file("msa/toy_align.msf", package = "Bios2cor")
align <- import.msf(msf)
#Creating OMES correlation object for positions with gap ratio < 0.2
omes <- omes(align, gap_ratio= 0.2)
#Selecting a correlation matrix
omes <-omes$Zscore
#Analyzing pairs with top scores and creating 'top_pairs' object
top_pairs <- top_pairs_analysis(omes, top = 25, file)
#Plotting the network structure of top pairs in pdf file
network.plot(top_pairs, file)
Run the code above in your browser using DataLab