Description Usage Arguments Value Author(s) Examples
A function to evaulate if an object belongs to fSet class or not.
1 | is.fSet(x)
|
x |
an object |
If the object belons to fSet class it returns TRUE, else it returned FALSE
Raffaele A Calogero
1 2 | tmp <- importFusionData("fusionmap", paste(find.package(package="chimera"),"/examples/mcf7.FMFusionReport", sep=""), org="hg19")
is.fSet(tmp[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.