R/data.R

#' Small example proteomic quantification data extract from txt or csv file used to
#' demonstrate data extract function.
#'
#' @format A list containing 2 data frame: one is MaxQ proteomic data; another is other type of proteomic data
#' @keywords internal
"ProteomicData"

#' A network which is obtained by WGCNA-package blockwiseModule function.
#' it can short the time of Module analysis example time.
#'
#'
#' @format A list containing network module information, ME information and dendrograms information.
#' @keywords internal
"net"

#' A small uniprot ID information used to do ID convert in example.
#'
#' @format A data frame corresponding uniprot ID information
#' @keywords internal
"Sample_ID_data"

#' a data used for Dataimpute function.
#'
#' @format A list containing proteomic protein information and quantification data.
#' @keywords internal
"Dforimpute"


#' an imputed data used for downstream analysis
#'
#' @format A list containing proteomic protein information and quantification data.
#' @keywords internal
"imputedData"
liukf10/TEST documentation built on May 20, 2019, 12:59 a.m.