createGraph2D {BASiNET}R Documentation

Creates a two-dimensional graph between a measure and the threshold

Description

For an analysis of each measure, the createGraph2D () function was created in order to visualize the behavior of each measurement in relation to the threshold. This function creates a graph (Measure x Threshold) from an array, mRNA sequences are given the blue color, the lncRNA sequences are given a red color. In cases where there is a third class this will be given the green color

Usage

createGraph2D(matrix, numSeqMRNA, numSeqLNCRNA, nameMeasure)

Arguments

matrix

matrix of the measure for the creation of two-dimensional graph

numSeqMRNA

Integer number of mRNA sequences

numSeqLNCRNA

Integer number of lncRNA sequences

nameMeasure

Character Parameter that defines the name of the measure to put in the title of the graph

Author(s)

Eric Augusto Ito


[Package BASiNET version 0.0.5 Index]