createedges | R Documentation |
A function that from a biological sequence generates a graph not addressed having as words vertices, this being able to have its size parameter set by the' word 'parameter. The connections between words depend of the' step 'parameter that indicates the next connection to be formed
createedges(sequence, word = 3, step = 1)
sequence |
It is a vector that represents the sequence |
word |
This integer parameter decides the size of the word that will be formed |
step |
It is the integer parameter that decides the step that will be taken to make a new connection |
Returns the array used to creates the edge list
Murilo Montanini Breve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.