View source: R/response_viewer.R
This is a Shiny web application for the visualization of hidden states of LSTM models from the package deepG. It also comes with the possibility to use own trained models.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
sample |
character input string of text |
states |
if states = TRUE, then load states from states_path |
model.path |
path to trained model |
fasta.path |
path to fasta files |
states.path |
path to the .h5 file with the calculated states |
start_position |
start from the dygraph |
end_position |
end from the dygraph |
batch.size |
number of samples to evaluate at once |
vocabulary |
used vocabulary |
layer_depth |
depth of layer to evaluate |
cell_number |
cell_number showed in the dygraph |
step |
frequency of sampling steps |
padding |
TRUE/FALSE generate states for the first maxlen nucleotides |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.