Learn R Programming

chimera (version 1.14.0)

fusionName: A function to extract fusion names for a list of fSet object

Description

A function allowing extract fusion names from a list of fSet objects.

Usage

fusionName(list, parallel=FALSE)

Arguments

list
a list of fSet object
parallel
option to run a parallel version of the function, default FALSE

Examples

Run this code
tmp <- importFusionData("fusionmap", paste(find.package(package="chimera"),"/examples/mcf7.FMFusionReport", sep=""), org="hg19")
fusion.names <- fusionName(tmp)
fusion.names

Run the code above in your browser using DataLab