Learn R Programming

FlowRepositoryR (version 1.4.0)

id: 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.

Value

Character vector representing the identifier to the FlowRepository dataset.

Methods

object="flowRepData"
Return identifier of a flowRepData object.

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.

Examples

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

Run the code above in your browser using DataLab