|
a |
|
b/data-raw/kidneySimTimeGroup.R |
|
|
1 |
# Jasmin Straube, Queensland Facility of Advanced Bioinformatics |
|
|
2 |
# |
|
|
3 |
# NOTE to myself: Kidney have been integrated to timeOmics after lmms removal from CRAN |
|
|
4 |
# to remove WARNINGS, hidden variable ".Random.seed" have been removed and data have been re-saved. |
|
|
5 |
# Raw data are still available: https://github.com/cran/lmms/blob/master/data/kidneySimTimeGroup.RData |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
#' Kidney Simulation Data |
|
|
9 |
#' |
|
|
10 |
#' This data set contains the simulated expression of 140 proteins in 40 samples |
|
|
11 |
#' from either group 1 or group 2 measured on the time points 0, 0.5, 1, 2, 3, 4. |
|
|
12 |
#' |
|
|
13 |
#' @usage |
|
|
14 |
#' data(kidneySimTimeGroup) |
|
|
15 |
#' |
|
|
16 |
#' @description |
|
|
17 |
#' A list containing the following components: |
|
|
18 |
#' @format |
|
|
19 |
#' \describe{ |
|
|
20 |
#' \item{\code{data}}{data matrix with 192 rows and 140 columns. Each row represents |
|
|
21 |
#' an experimental sample, and each column a single protein.} |
|
|
22 |
#' \item{\code{time}}{a numeric vector containing the time points on which each sample is measured} |
|
|
23 |
#' \item{\code{sampleID}}{a character vector containing the biological replicate information of each sample } |
|
|
24 |
#' \item{\code{group}}{a character vector indicating the group of each sample} |
|
|
25 |
#' } |
|
|
26 |
#' |
|
|
27 |
#' @details |
|
|
28 |
#' This simulated data set consists of 40 samples and 140 proteins and was based on an |
|
|
29 |
#' the existing study from Freue \emph{et al.} (2010). Samples were measured on maximum 6 time points: 0, 0.5, 1, 2, 3, 4. Some samples have missing time points. 50 molecules were randomly selected to introduce a fold change of log(2). |
|
|
30 |
#' |
|
|
31 |
#' |
|
|
32 |
#' @source |
|
|
33 |
#' The Kidney Simulation Data is based on the the paper of Freue \emph{et al.} (2010). |
|
|
34 |
#' |
|
|
35 |
#' |
|
|
36 |
#' @references |
|
|
37 |
#' Freue, G. V. C. et al. (2010). Proteomic signatures in plasma during early acute renal allograft rejection. \emph{Molecular & cellular proteomics}, \bold{9}, 1954-67. |
|
|
38 |
#' |
|
|
39 |
#' |
|
|
40 |
#' @keywords |
|
|
41 |
#' datasets |
|
|
42 |
"kidneySimTimeGroup" |
|
|
43 |
|