Description Usage Arguments Author(s) See Also Examples
View source: R/findCopyNumber.R
Combine the output of getEsPositions and findCopyNumber to see which genes are in the enriched areas.
Given areas of enrichment (obtained with findCopyNumber
) and a
set of genes or probes and their positions in the genome (obtained with
getEsPositions
) the function tells which genes fall in each
area.
1 | genesInArea(x, regions)
|
x |
An object of class |
regions |
This is usually the output of |
Evarist Planet
getEsPositions, findCopyNumber
1 2 3 4 5 6 7 8 | data(epheno)
phenoNames(epheno)
mypos <- getEsPositions(epheno,'Relapse')
head(mypos)
#regions <- findCopyNumber(mypos)
#head(regions)
#genes <- genesInArea(mypos,regions)
#head(genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.