save_lml_logs: save_lml_logs

View source: R/save_lml_logs.R

save_lml_logsR Documentation

save_lml_logs

Description

Saves the log marginal likelihoods to a text file.

Usage

save_lml_logs(hb.object, file)

Arguments

hb.object

The resulting object from runnign hierBAPS

file

The file you would like to save the log output to.

Examples

snp.matrix <- load_fasta(system.file("extdata", "small_seqs.fa", package = "rhierbaps"))
hb.result <- hierBAPS(snp.matrix, max.depth=2, n.pops=20)
save_lml_logs(hb.result,  file.path(tempdir(), "output_file.txt"))


rhierbaps documentation built on Nov. 18, 2022, 5:06 p.m.