R/data.R

#' Bioactivity data
#'
#' The relative relative growth inhibition of bioactivity levels for the
#'     bacteria and virus strains studies in Kirkpatrick et al. (2016).
#'
#' @docType data
#'
#' @usage data(bioact)
#'
#' @format A \code{list} containing relative growth inhibition of bioactivity
#'     levels for the bacteria and virus strains listed below.  Each of the
#'     following elements in the \code{list} is a \code{data.frame} with 3 rows
#'     and 44 columns (with the exception of fg ********* which has 2 rows).
#'     The rows in each \code{data.frame} correspond to replications of the data
#'     collection process, while the columns correspond to relative growth
#'     inhibition bioactivity levels when subject to peptide libraries across
#'     fractions 1-43 and fraction 47.
#'
#' \describe{
#'
#'     \item{ec}{E. Coli}
#'
#'     \item{bc}{S. aureus}
#'
#'     \item{pc}{K. pneumoniae}
#'
#'     \item{oc}{A. baumannii}
#'
#'     \item{ef}{E. cloacae}
#'
#'     \item{ab}{??}
#'
#'     \item{pa}{??}
#'
#'     \item{fg}{??}
#'
#' }
"bioact"




#' Mass spectrometry data
#'
#' The mass spectrometry data collected for and described in Kirkpatrick et
#' al. (2016).  See paper for a full description of the data collection process,
#' or the package vignette for an abridged description.
#'
#' @docType data
#'
#' @usage data(mass_spec)
#'
#' @format A \code{data.frame} with 30,799 mass spectrometry levels and 38
#'     variables:
#'
#' \describe{
#'
#'     \item{m/z}{mass-to-charge ratio}
#'
#'     \item{Retention time (min)}{The time in minutes at which the peak
#'         retention time was achieved}
#'
#'     \item{Mass}{mass in daltons}
#'
#'     \item{Charge}{electrical charge state}
#'
#'     \item{20150207_CLK_BAP_VO_11}{intensity state at fraction 11}
#'
#'     \item{20150207_CLK_BAP_VO_12}{intensity state at fraction 12}
#'
#'     \item{20150207_CLK_BAP_VO_13}{intensity state at fraction 13}
#'
#'     \item{20150207_CLK_BAP_VO_14}{intensity state at fraction 14}
#'
#'     \item{20150207_CLK_BAP_VO_15}{intensity state at fraction 15}
#'
#'     \item{20150207_CLK_BAP_VO_16}{intensity state at fraction 16}
#'
#'     \item{20150207_CLK_BAP_VO_17}{intensity state at fraction 17}
#'
#'     \item{20150207_CLK_BAP_VO_18}{intensity state at fraction 18}
#'
#'     \item{20150207_CLK_BAP_VO_19}{intensity state at fraction 19}
#'
#'     \item{20150207_CLK_BAP_VO_20}{intensity state at fraction 20}
#'
#'     \item{20150207_CLK_BAP_VO_21}{intensity state at fraction 21}
#'
#'     \item{20150207_CLK_BAP_VO_22}{intensity state at fraction 22}
#'
#'     \item{20150207_CLK_BAP_VO_23}{intensity state at fraction 23}
#'
#'     \item{20150207_CLK_BAP_VO_24}{intensity state at fraction 24}
#'
#'     \item{20150207_CLK_BAP_VO_25}{intensity state at fraction 25}
#'
#'     \item{20150207_CLK_BAP_VO_26}{intensity state at fraction 26}
#'
#'     \item{20150207_CLK_BAP_VO_27}{intensity state at fraction 27}
#'
#'     \item{20150207_CLK_BAP_VO_28}{intensity state at fraction 28}
#'
#'     \item{20150207_CLK_BAP_VO_29}{intensity state at fraction 29}
#'
#'     \item{20150207_CLK_BAP_VO_30}{intensity state at fraction 30}
#'
#'     \item{20150207_CLK_BAP_VO_31}{intensity state at fraction 31}
#'
#'     \item{20150207_CLK_BAP_VO_32}{intensity state at fraction 32}
#'
#'     \item{20150207_CLK_BAP_VO_33}{intensity state at fraction 33}
#'
#'     \item{20150207_CLK_BAP_VO_34}{intensity state at fraction 34}
#'
#'     \item{20150207_CLK_BAP_VO_35}{intensity state at fraction 35}
#'
#'     \item{20150207_CLK_BAP_VO_36}{intensity state at fraction 36}
#'
#'     \item{20150207_CLK_BAP_VO_37}{intensity state at fraction 37}
#'
#'     \item{20150207_CLK_BAP_VO_38}{intensity state at fraction 38}
#'
#'     \item{20150207_CLK_BAP_VO_39}{intensity state at fraction 39}
#'
#'     \item{20150207_CLK_BAP_VO_40}{intensity state at fraction 40}
#'
#'     \item{20150207_CLK_BAP_VO_41}{intensity state at fraction 41}
#'
#'     \item{20150207_CLK_BAP_VO_42}{intensity state at fraction 42}
#'
#'     \item{20150207_CLK_BAP_VO_43}{intensity state at fraction 43}
#'
#'     \item{20150207_CLK_BAP_VO_47}{intensity state at fraction 47}
#' }
"mass_spec"

Try the PepSAVIms package in your browser

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

PepSAVIms documentation built on May 1, 2019, 10:16 p.m.