id-methods: Retrieve the identifier of flowRepData objects

Description Usage Arguments Details Value Methods Author(s) Examples

Description

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.

Usage

1
    id(object)

Arguments

object

Object of class flowRepData.

Details

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.

Value

Character vector representing the identifier to the FlowRepository dataset.

Methods

object="flowRepData"

Return identifier of a flowRepData object.

Author(s)

Josef Spidlen

Examples

1
2
3
    ## Get dataset from FlowRepository
    mySmallDataset <- flowRep.get("FR-FCM-ZZ3X")
    id(mySmallDataset)

FlowRepositoryR documentation built on Nov. 8, 2020, 7:26 p.m.