Description Usage Arguments Value Author(s) References Examples
View source: R/GetNearbyGenes.R
GetNearGenes is a function to collect equal number of gene on each side of one locus.
1 2  | GetNearGenes(geneAnnot = NULL, TRange = NULL, geneNum = 20,
  cores = NULL)
 | 
geneAnnot | 
 A GRange object contains coordinates of promoter for human genome.  | 
TRange | 
 A GRange object contains coordinates of a list of target loci.  | 
geneNum | 
 A number determines how many gene will be collected totally. Then the number devided by 2 is the number of genes collected from each side of targets (number shoule be even) Default to 20.  | 
cores | 
 A interger which defines the number of cores to be used in parallel process. Default is NULL: no parallel process.  | 
A data frame of nearby genes' information: genes' IDs, genes' symbols, distance with target and side to which the gene locate to the target.
Lijing Yao (maintainer: lijingya@usc.edu)
Yao L, Shen H, Laird PW, Farnham PJ,Berman BP: Inferring Regulatory Element Landscapes and Transcription Factor Networks from Cancer Methylomes. in revision of Genome Biology
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.