Description Usage Arguments Value Examples
Get probes mapped to a TSS. All transcripts for the gene are considered. The function takes a gene name as appears in UCSC RefGene database. The platform and reference genome build can be changed with 'platform' and 'refversion' options. The function returns a vector of probes that falls into the TSS region of the gene.
1 2 3 4 5 6 7 | getProbesByTSS(
geneName,
upstream = 1500,
dwstream = 1500,
platform = c("EPIC", "HM450"),
refversion = c("hg38", "hg19")
)
|
geneName |
gene name |
upstream |
the number of base pairs to expand upstream the TSS |
dwstream |
the number of base pairs to expand dwstream the TSS |
platform |
EPIC or HM450 |
refversion |
hg38 or hg19 |
probes that fall into the given gene
1 | probes <- getProbesByTSS('CDKN2A')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.