getAccn {GeneR} | R Documentation |
Each of these functions returns GeneR global variable associated to a sequence buffer (see globals
).
but the global variable strand
which concerns all the sequence buffers.
getAccn(seqno=0) getBegSeq(seqno=0) getSeqSize(seqno=0) getStrand() getEndSeq(seqno=0)
seqno |
Integer/scalar, Sequence number (buffer number) |
All details on addresses and GeneR global variables can be found on page globals
.
getAccno |
Accession number or name of the sequence |
getBegSeq,getEndSeq,getSeqSize |
Beginning or ending position or size of the loaded sequence |
getStrand |
Running working strand (0 -> forward, 1 -> reverse) |
if error : -1
L. Cottret
setAccn
,getParam
,setParam
,
globals