create_protein_list | R Documentation |
For each protein, a numerical matrix is formed where the columns are samples and rows are fragment ions.
create_protein_list(preprocessed_data)
preprocessed_data |
A data frame of four components as output of the |
A list where each element contains the quantitative data of a protein. The column names are sample names and the row names fragment ions.
Thang V. Pham
Pham TV, Henneman AA, Jimenez CR. iq: an R package to estimate relative protein abundances from ion quantification in DIA-MS-based proteomics. Bioinformatics 2020 Apr 15;36(8):2611-2613.
preprocess
data("spikeins")
head(spikeins)
# This example set of spike-in proteins has been 'median-normalized'.
norm_data <- iq::preprocess(spikeins, median_normalization = FALSE, pdf_out = NULL)
protein_list <- iq::create_protein_list(norm_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.