Description Usage Arguments Value Examples
View source: R/enhancerToGene.R
Get regions per gene in which to look for potential enhancers to be linked
1 | getSearchSpace(txdb, org.db, genes, extend = c(50000, 50000))
|
txdb |
Txdb object matching with the genome assembly used for the analysis |
org.db |
Org.Db objet for the corresponding species |
genes |
Genes for which enhancer-to-gene links want to be inferred |
extend |
Space around the TSS that must be considered (first value, upstream; second, downstream TSS). In addition, intronic regions in the gene will be considered. Default=c(50000, 50000) |
Genomic ranges object containing the regions considered for each gene (as metadata)
1 | searchSpace <- getSearchSpace(txdb, org.db, rownames(DGEM), extend=c(50000, 50000))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.