This dataset was simulated using the default values of the values of the options of the protdatasim function and the set.seed value set to 4619.

Format

A data frame with 200 observations on the following 11 variables.

id.obs

a numeric vector

X1

a numeric vector

X2

a numeric vector

X3

a numeric vector

X4

a numeric vector

X5

a numeric vector

X6

a numeric vector

X7

a numeric vector

X8

a numeric vector

X9

a numeric vector

X10

a numeric vector

Source

We simulated the data.

References

M. Chion, Ch. Carapito and F. Bertrand (2021). Accounting for multiple imputation-induced variability for differential analysis in mass spectrometry-based label-free quantitative proteomics. arxiv:2108.07086. https://arxiv.org/abs/2108.07086.

Author

M. Chion, Ch. Carapito and F. Bertrand.

Examples

data(datasim) str(datasim)
#> 'data.frame': 200 obs. of 11 variables: #> $ id.obs: int 1 2 3 4 5 6 7 8 9 10 ... #> $ X1 : num 99.6 99.9 100.2 99.8 100.4 ... #> $ X2 : num 97.4 101.3 100.3 100.2 101.7 ... #> $ X3 : num 100.3 100.9 99.1 101.2 100.6 ... #> $ X4 : num 99.4 99.2 98.5 99.1 99.5 ... #> $ X5 : num 98.5 99.7 100 100.2 100.7 ... #> $ X6 : num 200 199 199 200 199 ... #> $ X7 : num 200 200 202 199 199 ... #> $ X8 : num 202 199 200 199 201 ... #> $ X9 : num 200 200 199 201 200 ... #> $ X10 : num 200 198 200 201 199 ... #> - attr(*, "metadata")='data.frame': 10 obs. of 3 variables: #> ..$ Sample.name: chr [1:10] "X1" "X2" "X3" "X4" ... #> ..$ Condition : Factor w/ 2 levels "A","B": 1 1 1 1 1 2 2 2 2 2 #> ..$ Bio.Rep : int [1:10] 1 2 3 4 5 6 7 8 9 10