makeCoordinate | R Documentation |
Creates a chromosome coordinate with the provided input.
makeCoordinate(chrom, strand, start, stop)
chrom |
the chromosome name. |
strand |
the strand of the chromosome. |
start |
where the coordinate starts. |
stop |
where the coordinate stops. |
Returns a chromosome coordinate.
Rehrauer, Hubert
Schmid, Peter
makeCoordinate("chrm", 3, 150, 300)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.