| spaceInChromosome {rnaSeqMap} | R Documentation |
Finds all the intergenic spaces in the given chromosome region
spaceInChromosome(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 intergenic spaces in a given regions, produced with stored procedure
Michal Okoniewski, Anna Lesniewska
# if (xmapConnected())
# {
# spaceInChromosome(1, 1, 80000, 1)
# }