R/data_sample.R

#' @title sample data for vertex file
#'
#' @description a simple data of vertex file that is  for simple testing and
#' running of examples
#'
#' @format A dataframe with 2 columns, which are:
#' \describe{
#' \item{node}{the node of network}
#' \item{aorb}{the type of node, 0 means groupB, 1 maens groupA, 2 means share genes}
#' }
"vertex_sample"

#' @title sample data for edge file
#'
#' @description a simple data of edge file that is  for simple testing and
#' running of examples
#'
#' @format A dataframe with 2 columns, which are:
#' \describe{
#' \item{node1}{the end of edge}
#' \item{node2}{the other end of edge}
#' }
"edge_sample"
windforclouds/PSV2N documentation built on Dec. 23, 2021, 5:15 p.m.