is.fSet {chimera}R Documentation

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

Author(s)

Raffaele A Calogero

Examples

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

[Package chimera version 1.22.0 Index]