Add protein abundance to an InteRactome.
Protein abundance are obtained from CD4+ effector T cells.
merge_proteome(res, col_ID = "Protein.IDs", col_names = "names", sep_primary = ";", sep_secondary = c("|", "-"), proteome_dataset, pdata_col_ID = "Protein.ID", pdata_col_gene_name = "Gene.names", pdata_col_copy_number = "Copy.Number", map_gene_name = FALSE, updateProgress = NULL)
| res | an |
|---|---|
| col_ID | name of |
| col_names | name of |
| sep_primary | Separator between different proteins |
| sep_secondary | Set of separators used sequentially (from right to left) to identify protein IDs for each protein |
| proteome_dataset | Dataset containing protein abundances. |
| pdata_col_ID | column of |
| pdata_col_gene_name | column of |
| pdata_col_copy_number | column of |
| map_gene_name | logical, map protein using gene names rather than protein IDs |
| updateProgress | used to display progress in shiny apps protein abundances (in log10) |