createNet: Creates an untargeted graph from a biological sequence

View source: R/createNet.R

createNetR Documentation

Creates an untargeted graph from a biological sequence

Description

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

Usage

createNet(word, step, sequence)

Arguments

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

sequence

It is a vector that represents the sequence

Value

Returns the non-directed graph formed through the sequence

Author(s)

Eric Augusto Ito


BASiNET documentation built on Aug. 19, 2022, 9:07 a.m.