Generate a matrix with quantities. Zero quantities will be replaced with NA values.
1 2 3 4 5 6 7 8 9 10 | diann_matrix(
x,
id.header = "Precursor.Id",
quantity.header = "Precursor.Normalised",
proteotypic.only = F,
q = 0.01,
protein.q = 1,
pg.q = 1,
gg.q = 1
)
|
x |
DIA-NN report |
id.header |
protein/peptide/precursor Id column name |
quantity.header |
quantity column name |
proteotypic.only |
only proteotypic peptides and the respective proteins should be considered? |
q |
precursor q-value threshold |
protein.q |
uniquely identified protein q-value threshold |
pg.q |
protein group q-value threshold |
gg.q |
gene group q-value threshold |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.