getStatesFromFasta: Get cell states from a fasta file

Description Usage Arguments

View source: R/inference.R

Description

Get cell states from a fasta file

Usage

1
2
3
4
5
6
7
getStatesFromFasta(
  model = NULL,
  fasta.path = "example_files/fasta/a.fasta",
  maxlen = 80,
  batch.size = 100,
  verbose = F
)

Arguments

model

keras model

fasta.path

path to fasta file

maxlen

time steps to unroll for

batch.size

how many subsequences are predicted in parallel

verbose

print output


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