R/proteome.R

#' Proteomic data set that is used in the toy example provided by the `multiGSEA` package.
#'
#' Processed proteomics data set that will be used throughout the vignette
#' provided by the `multiGSEA` package. The raw data was originally published
#' by [Quiros _et al._](http://doi.org/10.1083/jcb.201702058) and deposited at
#' [ProteomeXchange](http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID=PXD006293).
#'
#' @name proteome
#'
#' @docType data
#'
#' @usage data(proteome)
#'
#' @format A tibble with 4 variables and 8275 measured proteome features:
#' \describe{
#'    \item{Symbol}{HGNC symbol of measured proteins.}
#'    \item{logFC}{Log2-transformed fold change between treatment and control.}
#'    \item{pValue}{P-value associated with the fold change.}
#'    \item{adj.pValue}{Adjusted p-value associated with the fold change.}
#' }
#'
#' @keywords datasets
#'
#' @examples
#' data(proteome)
NULL

Try the multiGSEA package in your browser

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

multiGSEA documentation built on Nov. 8, 2020, 8:15 p.m.