R/data.R

#' GFPip - EED protein interactors (IP-MS dataset)
#'
#' The GFPip dataset contains label free quantification (LFQ)
#' and intensity-based absolute quantification (iBAQ) data for
#' EED protein interactors in embryonic stem cells,
#' generated by Kloet et al 2016.
#' The dataset contains the proteingroups output
#' file from \href{http://www.maxquant.org}{MaxQuant}.
#'
#' @format A data.frame with 1914 observations and 30 variables:
#' \describe{
#'   \item{Protein.IDs}{Uniprot IDs}
#'   \item{Majority.protein.IDs}{Uniprot IDs of major protein(s) in the protein group}
#'   \item{Protein.names}{Full protein names}
#'   \item{Gene.names}{Gene name}
#'   \item{Fasta.headers}{Header as present in the Uniprot fasta file}
#'   \item{Peptides}{Number of peptides identified for this protein group}
#'   \item{Razor...unique.peptides}{Number of peptides used for the quantification of this protein group}
#'   \item{Unique.peptides}{Number of peptides identified which are unique for this protein group}
#'   \item{Intensity columns (6)}{Raw mass spectrometry intensity, A.U.}
#'   \item{iBAQ columns (6)}{iBAQ normalized mass spectrometry intensity, A.U.}
#'   \item{LFQ.intensity columns (6)}{LFQ normalized mass spectrometry intensity, A.U.}
#'   \item{Only.identified.by.site}{The protein is only identified by a modification site if marked ('+')}
#'   \item{Reverse}{The protein is identified in the decoy database if marked ('+')}
#'   \item{Contaminant}{The protein is a known contaminant if marked ('+')}
#'   \item{id}{The protein group ID}
#' }
#' @return A data.frame with the GFPip dataset
#' @source Kloet et al (2016).
#' The dynamic interactome and genomic targets of
#' Polycomb complexes during stem-cell differentiation.
#' Nature Structural & Molecular Biology 23(7): 682-90.
#' \href{http://www.nature.com/nsmb/journal/v23/n7/full/nsmb.3248.html}{doi: 10.1038/nsmb.3248}
#'
"GFPip"

#' GFPip_pep - Peptides table of the GFPip dataset
#'
#' The GFPip_pep object contains the identified peptides
#' of the GFPip dataset. The dataset contains the peptides table from
#' \href{http://www.maxquant.org}{MaxQuant}
#'
#' @format A data.frame with 12750 observations and 29 variables:
#' \describe{
#'   \item{Sequence}{Peptide sequence}
#'   \item{Mass}{Mass of peptide (Da)}
#'   \item{Proteins}{Uniprot IDs of proteins to which the peptide is matched}
#'   \item{Leading.razor.protein}{Uniprot ID of the main protein}
#'   \item{Gene.names}{Gene names of proteins to which the peptide is matched}
#'   \item{Unique..Groups.}{Whether the peptide is unique to the protein group to which the peptide is matched}
#'   \item{Unique..Proteins.}{Whether the peptide is unique to the protein in the complete database}
#'   \item{Charges}{Peptide charge}
#'   \item{PEP}{Posterior Error Probability of the identification}
#'   \item{Score}{Andromeda score}
#'   \item{Reverse}{The peptide is identified in the decoy database if marked ('+')}
#'   \item{Contaminant}{The peptide is a known contaminant if marked ('+')}
#'   \item{id}{The peptide ID}
#'   \item{Protein.group.IDs}{The protein group ID of the protein to which the peptide is matched}
#' }
#' @return A data.frame.
#' @source Kloet et al (2016).
#' The dynamic interactome and genomic targets of
#' Polycomb complexes during stem-cell differentiation.
#' Nature Structural & Molecular Biology 23(7): 682-90.
#' \href{http://www.nature.com/nsmb/journal/v23/n7/full/nsmb.3248.html}{doi: 10.1038/nsmb.3248}
#'
"GFPip_pep"

#' Experimental design of the GFPip dataset
#'
#' The GFPip_ExpDesign object annotates
#' 6 different samples of the GFPip dataset
#' in 2 conditions and 3 replicates.
#'
#' @format A data.frame with 6 observations and 3 variables:
#' \describe{
#'   \item{label}{Label names}
#'   \item{condition}{Experimental conditions}
#'   \item{replicate}{Replicate number}
#' }
#' @return A data.frame.
#' @source Kloet et al (2016).
#' The dynamic interactome and genomic targets of
#' Polycomb complexes during stem-cell differentiation.
#' Nature Structural & Molecular Biology 23(7): 682-90.
#' \href{http://www.nature.com/nsmb/journal/v23/n7/full/nsmb.3248.html}{doi: 10.1038/nsmb.3248}
#'
"GFPip_ExpDesign"
arnesmits/DEPstoi documentation built on May 3, 2019, 4:31 p.m.