calculateStepsPerEpoch: Calculate the steps per epoch

Description Usage Arguments

View source: R/utils.R

Description

Do one full preprocessing iteration to the FASTA file to figure out what the observed steps_per_epoch value is.

Usage

1
2
3
4
5
6
7
calculateStepsPerEpoch(
  dir,
  batch.size = 256,
  maxlen = 250,
  format = "fasta",
  verbose = F
)

Arguments

dir

Input directory where .fasta files are located

batch.size

Number of samples

maxlen

Length of the semi-redundant sequences

format

File format

verbose

TRUE/FALSE


hiddengenome/altum documentation built on April 22, 2020, 9:33 p.m.