prot.make_unique | R Documentation |
This function takes a data frame of proteins, a column name for names, a column name for IDs, and a delimiter and returns a data frame with unique proteins.
prot.make_unique(proteins, names, ids, delim = ";")
proteins |
A data frame of protein abundances. |
names |
A character string for the name of the column with protein names. |
ids |
A character string for the name of the column with protein IDs (e.g., Accession numbers). |
delim |
A character string for the delimiter. |
A data frame with unique proteins.
prot.make_unique(proteins, names, ids, delim = ";")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.