generateNewUniqueID {rBiopaxParser}R Documentation

This function generates a new unique id for a biopax model

Description

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.

Usage

generateNewUniqueID(biopax, id = "")

Arguments

biopax

A biopax model

id

string. This is used as a prefix for the id.

Value

Returns an unused unique ID.

Author(s)

fkramer


[Package rBiopaxParser version 2.26.0 Index]