Description Usage Arguments Examples
Reads a table containing a list of petides intensities and sums the peptide intensities for each protein. Column containing protein identifiers should be included in the dataset.
1 | calc_TIC(x, col_id, protein_lab, custom_lab = "TIC_")
|
x |
Dataframe containing list of protein identifiers and intensity values for individual peptides. Each row contains peptide intensities. |
col_id |
Character string used to identify the columns containing peptide intensity. |
protein_lab |
Column name of the column containing the protein identifiers. |
custom_lab |
Custom character string to be added in front of every column name. Default value it "TIC_". |
1 | TIC <- calc_TIC(x, col_id = "normalized_int", protein_lab = "Protein")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.