getAccn {GeneR}R Documentation

Reading of a GeneR global variable

Description

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.

Usage

getAccn(seqno=0)
getBegSeq(seqno=0)
getSeqSize(seqno=0)
getStrand()
getEndSeq(seqno=0)

Arguments

seqno Integer/scalar, Sequence number (buffer number)

Details

All details on addresses and GeneR global variables can be found on page globals.

Value

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

Author(s)

L. Cottret

See Also

setAccn,getParam,setParam, globals


[Package GeneR version 2.13.1 Index]