id {FlowRepositoryR}R Documentation

Retrieve the identifier of flowRepData objects

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

    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

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

[Package FlowRepositoryR version 1.22.0 Index]