strc_create_jobs: Create a job file for faststructure package

Description Usage Arguments Details Examples

View source: R/parallele_jobs.R

Description

[Experimental] Create a job file for faststructure package

Usage

1
2
3
4
5
6
7
strc_create_jobs(
  nk = 1:4,
  nrep = 3,
  popnum = 1,
  burn = 1000,
  iteration = 10000
)

Arguments

nk

Numeric vector of the K values to be tested

nrep

Number of repetition at each K values

popnum

Numeric vector of the pop that you want to use

burn

Number of burnin

iteration

Number of iteration

Details

more details to come ...

Examples

1
2
3
4
# create a new job
job1 <- strc_create_jobs(nk = 1:2, nrep = 3, popnum = 1:2, burn = 1000, iteration = 10000)
job1
# write(t(jobs1), ncol=length(jobs1[1,]), file='path/to/file.txt')

biodray/QuickPop documentation built on Dec. 19, 2021, 9:44 a.m.