filterGisticOutput(gisticGenes, gisticGeneMatrix)

Arguments

gisticGenes

gisticGeneMatrix

Details

Value

References

Note

See also

Examples

##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (gisticGenes, gisticGeneMatrix) { subSet <- intersect(gisticGenes, rownames(gisticGeneMatrix)) return(gisticGeneMatrix[subSet, ]) }
#> function (gisticGenes, gisticGeneMatrix) #> { #> subSet <- intersect(gisticGenes, rownames(gisticGeneMatrix)) #> return(gisticGeneMatrix[subSet, ]) #> } #> <environment: 0x118766fc0>