# NOT RUN {
#File path for output file
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 OMES correlation object
omes <- omes(align, gap_ratio = 0.2)
#Creating MIP correlation object
#mip <- mip(align, gap_ratio = 0.2)
#Selecting correlation matrices
omes <-omes$Zscore
#mip <- mip$Zscore
#Creating a list of matrices and plotting the boxplots in a graph
#Two matrices
#corr_matrix_list <- list(omes,mip)
#name <- c("omes","mip")
#One matrix
corr_matrix_list <- list(omes)
name <- c("omes")
scores.boxplot(corr_matrix_list, name, file, 25, 275)
# }
Run the code above in your browser using DataLab