Learn R Programming

transcriptR (version 1.0.2)

show: Show method for ChipDataSet and TranscriptionDataSet objects

Description

Show method for objects of class ChipDataSet and TranscriptionDataSet

Usage

## S3 method for class 'TranscriptionDataSet':
show(object)

## S3 method for class 'ChipDataSet': show(object)

Arguments

Value

  • Displays an overview of the TranscriptionDataSet or ChipDataSet object.

Examples

Run this code
### Load TranscriptionDataSet object
    data(tds)

    ### View a short summary of the object
    tds

Run the code above in your browser using DataLab