Description Usage Arguments Details Value Author(s) See Also
Generates a list of genes (possibly, empty) that start inside each interval
1 2 3 4 5 6 | genes.with.TSS.covered.by.interval(
noodles,
flanks = 0,
genes = NA,
genome.id = "gencode19"
)
|
noodles |
the |
flanks |
lenght to inflate the noddles by before the search; if >0, the seqlengths information is to be set in |
genes |
it is GRandes oject with the annotation genes. The gene_name matadata field is almost required, it passes the gene name to form output.
The default is NA that means that the function will call |
genome.id |
is genome.annotation.id to call |
After the noodles (the set of intervals to search TSS in) are inflated by flanks, we look for all the TSS that start inside the (inflated) intervals. Genes are provided by parameter or they are returned by get.Known.Gene.List
for genome_id
. If a noodle (interval) overlaps more that one TSS, we form a text list of the genes.
GRanges
object, noodles argument with added TSS-overlapped genes for each interval
Alexander Favorov, favorov@sensi.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.