Description Usage Arguments Value Author(s) See Also Examples
Inputs vector of strings composed of nucleotides and outputs a zero-padded array of encodings.
1 |
data |
Character strings composed of nucleotides A, C, G, T. |
zeros_len |
Integer value denoting number of zeros to pad vector with. Commonly the convolutional filter length - 1. |
max_len |
Maximum sequence length. If unspecified defaults to the maximum number of characters present in the data character strings. |
Zero-padded array of one-hot encodings.
Matthew Ploenzke, ploenzke@g.harvard.edu
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.