Description Usage Arguments Value
Retrieves the genomic context of input lncRNAs. The genomic context is defined as the set of protin coding genes that resides within a given range.
1 | get_genomic_context(positions, lncgenes, pcgenes = NULL, max_window = 1e+05)
|
positions |
a data.frame reporting genomic positions by |
lncgenes |
a list of lncRNA genes |
pcgenes |
a list of protein-coding genes that are of interest for the study. If empty, the complete set of neighbors is extracted otherwise only pcgenes in this set are taken into account. |
max_window |
the maximum size of the genomic range |
a two column data.frame reporting neighborhood information. The first column gives lncRNAs and the second column gives their associated neighbors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.