View source: R/simulate_LFQ_data.R
sim_lfq_data | R Documentation |
simulate protein level data with two groups
sim_lfq_data(
Nprot = 20,
N = 4,
fc = list(A = c(D = -2, U = 2, N = 0), B = c(D = 1, U = -4)),
prop = list(A = c(D = 10, U = 10), B = c(D = 5, U = 20)),
mean_prot = 20,
sdlog = log(1.2),
probability_of_success = 0.3,
PEPTIDE = FALSE
)
Nprot |
number of porteins |
N |
group size |
fc |
D - down regulation N - matrix, U - regulation |
prop |
proportion of down (D), up (U) and not regulated (N) |
res <- sim_lfq_data(Nprot = 10)
res <- sim_lfq_data(Nprot = 10, PEPTIDE = TRUE)
res <- sim_lfq_data(Nprot = 10, N=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.