Get cell states from a fasta file
| 1 2 3 4 5 6 7 | getStatesFromFasta(
  model = NULL,
  fasta.path = "example_files/fasta/a.fasta",
  maxlen = 80,
  batch.size = 100,
  verbose = F
)
 | 
| 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.