Learn R Programming

transcriptR (version 1.0.0)

show: Show method for ChipDataSet and TranscriptionDataSet objects

Description

Show method for objects of class ChipDataSet and TranscriptionDataSet

Usage

"show"(object)
"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