id {FlowRepositoryR} | R Documentation |
This method retrieves the identifier of a flowRepData
object. These identifiers are typically in the form of FR-FCM-
xxxx
where xxxx represents 4 alphanumeric characters.
id(object)
object |
Object of class |
FlowRepository dataset (experiment) identifiers 12 character strings in
the form of FR-FCM-
xxxx where xxxx represents 4 alphanumeric
characters. Bases on this identifier, a corresponding dataset can be
obtained from http://flowrepository.org/id/FR-FCM-
xxxx.
Character vector representing the identifier to the FlowRepository dataset.
Return identifier of a
flowRepData
object.
Josef Spidlen
## Get dataset from FlowRepository mySmallDataset <- flowRep.get("FR-FCM-ZZ3X") id(mySmallDataset)