Description Usage Arguments Details Value Methods Author(s) Examples
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.
1 | 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
1 2 3 | ## Get dataset from FlowRepository
mySmallDataset <- flowRep.get("FR-FCM-ZZ3X")
id(mySmallDataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.