#' RSA reference profiles
#'
#' Profiles for the subcellular compartments based on RSA profile means of the
#' individual reference proteins that represent each compartment.
#' This function produces a matrix that has one row for each
#' compartment and one column for each fraction that comprises the profile.
#' Data from the TMT MS2 data, AT5 experiment; see Tannous et al.
#' Created using RSAfromNSA on refLocProfNSA (see Tutorial 2).
#' See help file for `refLocProfNSA` and `RSAfromNSA`
#' for more information.
#'
#'
#' @docType data
#' @format List of profiles
#' @return profiles for subcellular compartments based on RSA means
#'
#' \describe{
#' \item{\code{N}}{a numeric vector}
#' \item{\code{M}}{a numeric vector}
#' \item{\code{L1}}{a numeric vector}
#' \item{\code{L2}}{a numeric vector}
#' \item{\code{P}}{a numeric vector}
#' \item{\code{S}}{a numeric vector}
#' \item{\code{Nyc1}}{a numeric vector}
#' \item{\code{Nyc2}}{a numeric vector}
#' \item{\code{Nyc3}}{a numeric vector}
#' }
#' @keywords datasets
#'
#' @references Tannous, A.; Boonen, M.; Zheng, H.; Zhao, C.;
#' Germain, C. J.; Moore, D. F.;
#' Sleat, D. E.; Jadot, M.; Lobel, P., Comparative Analysis of
#' Quantitative Mass Spectrometric Methods for Subcellular Proteomics.
#' J Proteome Res 2020, 19, (4), 1718-1730.
#'
#' @usage data(refLocProfRSA)
#' @examples
#' data(refLocProfRSA)
#' round(refLocProfRSA, digits=4)
"refLocProfRSA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.