Description Usage Arguments Value Author(s) Examples
Finds all the genes in the given chromosome regions
1 | geneInChromosome(chr, start, end, strand)
|
chr |
Chromosome |
start |
Start of the region on a chromosome |
end |
End of the region on a chromosome |
strand |
Genome strand: 1 or -1 |
table of the genes in a given regions, produced with stored procedure
Michal Okoniewski, Anna Lesniewska
1 2 3 4 | # if (xmapConnected())
# {
# geneInChromosome(1, 1, 80000, 1)
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.