step - Defines the distance that will be traversed in the sequence for the formation of a new connection. By default the step parameter is set to 1
mRNA - Directory of an FASTA file containing mRNA sequences.
lncRNA - Directory of an FASTA file containing lncRNA sequences.
sncRNA - Directory of an FASTA file containing lncRNA sequences, this parameter is optional.
graphic - If TRUE is used to generate two-dimensional graphs between Thresholds x Measure. By default it is considered FALSE.
graphic3D - If TRUE is the generation of three-dimensional graphs between the Thresholds x Measure1 x Measure2. By default it is considered FALSE.
mRNA <- system.file("extdata", "sequences2.fasta", package = "BASiNET") lncRNA <- system.file("extdata", "sequences.fasta", package = "BASiNET") library(BASiNET) classification(mRNA,lncRNA)
Examples of generated graphs:
Bidimensional graph for the measurement Average Minimum Path
knitr::include_graphics("2d.png")
Three-dimensional chart for the measurement Average Minimum Path x Cluster coefficient
knitr::include_graphics("3d.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.