getParam {GeneR} | R Documentation |
Gives all the GeneR global variables associated to a sequence
getParam(seqno=0)
seqno |
Integer/scalar, Sequence number (buffer number) |
All details on addresses and global variables can be found on page globals
.
A list with
Strand |
Running working strand (0 -> forward, 1 -> reverse) |
begin |
beginning position of the loaded sequence |
end |
ending position of the loaded sequence |
size |
size of the parent sequence (to allow computations of relative adresses) |
name |
name of the loaded sequence |
L. Cottret