geneInChromosome {rnaSeqMap} | R Documentation |
Finds all the genes in the given chromosome regions
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
# if (xmapConnected()) # { # geneInChromosome(1, 1, 80000, 1) # }