getParam {GeneR}R Documentation

Reading of all the GeneR global variables

Description

Gives all the GeneR global variables associated to a sequence

Usage

getParam(seqno=0)

Arguments

seqno

Integer/scalar, Sequence number (buffer number)

Details

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

Value

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

Author(s)

L. Cottret

See Also

setParam


[Package GeneR version 2.24.0 Index]