R/gold_standard.R

#' Reference set of human protein complexes
#' 
#' A reference set of 467 experimentally confirmed human protein complexes,
#' derived from the EBI Complex Portal database. 
#' 
#' 467 protein complexes, ranging in size from 2 to 44 proteins and involving
#' 877 proteins in total, to provide a reference set of true positive and true 
#' negative interactions (intra- and inter-complex interactions, respectively)
#' for demonstration in PrInCE analysis of a co-elution dataset.
#' Other "gold standards" are possible in practice, most notably the CORUM
#' database; however, the Complex Portal reference set is included in this
#' package due to its CC-BY license. 
#' 
#' @docType data
#' @usage data(gold_standard)
#' @format a list containing 467 entries (character vectors)
#' @source \url{https://www.ebi.ac.uk/complexportal/complex/organisms}
"gold_standard"

Try the PrInCE package in your browser

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

PrInCE documentation built on Nov. 8, 2020, 6:34 p.m.