Learn R Programming

chimera (version 1.14.0)

is.fSet: A function to evaulate if an object belongs to fSet class or not

Description

A function to evaulate if an object belongs to fSet class or not.

Usage

is.fSet(x)

Arguments

x
an object

Value

If the object belons to fSet class it returns TRUE, else it returned FALSE

Examples

Run this code
tmp <- importFusionData("fusionmap", paste(find.package(package="chimera"),"/examples/mcf7.FMFusionReport", sep=""), org="hg19")
is.fSet(tmp[[1]])

Run the code above in your browser using DataLab