generateNewUniqueID {rBiopaxParser} | R Documentation |
This function generates a new unique id for a biopax model. Pass it an startin g point like "pathway" or "protein" to get a niceer looking id.
generateNewUniqueID(biopax, id = "")
biopax |
A biopax model |
id |
string. This is used as a prefix for the id. |
Returns an unused unique ID.
fkramer