R/data.R

#' Example Data
#'
#' 3 data types: Gene_Expression, Methy_Expression and Mirna_Expression data
#' from patients with Glioblastoma
#' @format ## `exampleL_data`
#' A list of 3 objects:
#' \describe{
#' \item{Gene_Expression}{subset of Gene expression data;}
#'   \item{Methy_Expression}{subset of Methylation data;}
#'   \item{Mirna_Expression}{subset of Mirna data.}
#' }
#' @source <https://portal.gdc.cancer.gov/>
"exampleL_data"

#' Graph Data
#'
#' List of 2 graphs of igraph class type.
#' @format ## `graphL_data`
#' A list of 2 objects:
#' \describe{
#'   \item{Graph1}{Graph firt layer;}
#'   \item{Graph2}{Graph second layer.}
#' }
"graphL_data"


#' Adjacency Data
#'
#' List of 2 adjacency matrices data type.
#' @format ## `adjL_data`
#' A list of 2 objects:
#' \describe{
#'   \item{AdjMatrix1}{Adjacency matrix;}
#'   \item{AdjMatrix2}{Adjacency matrix.}
#' }
"adjL_data"



#' try Data
#'
#' Random data with different nodes name in a list of 2 adjacency matrices.
#' @format ## `tryL_data`
#' A list of 2 objects:
#' \describe{
#'   \item{AdjMatrix1}{Adjacency matrix;}
#'   \item{AdjMatrix2}{Adjacency matrix.}
#' }
"tryL_data"

Try the INetTool package in your browser

Any scripts or data that you put into this service are public.

INetTool documentation built on March 20, 2026, 1:07 a.m.