generate states list for tSNE from a fasta folder it is expected that the length of each fasta file is equal
1 2 3 4 5 6 7 8 9 10 | generateStatesFromFolder(
fasta.folder = "example_files/fasta",
model.path = "example_files/dummy_model_cpu.hdf5",
maxlen = 80,
batch.size = 500,
save = T,
output.folder = "example_files/states/",
verbose = T,
exact = F
)
|
fasta.folder |
path to fasta folder |
model.path |
path to model file |
maxlen |
length of semi-redundant chunks |
batch.size |
how many chunks are predicted in parallel |
save |
if TRUE, output will be written to file |
output.folder |
path to output folder with tailing "/" |
verbose |
TRUE/FALSE |
exact |
keep exact values and dont round |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.