Usage
extractseqs(listname,socket = autosocket(), format="fasta",
operation="simple",feature="xx", bounds="xx", minbounds="xx", verbose = FALSE, nzlines=1000, zlib = FALSE)
exseq(listname,socket = autosocket(), format="fasta",operation="simple", feature="xx", bounds="xx", minbounds="xx", verbose = FALSE, nzlines=1000, zlib = FALSE)
Arguments
listname
the name of list on server (may be a virtual list)
socket
an object of class sockconn connecting to a remote ACNUC
database (default is a socket to the last opened database).
format
the format of output.Can be acnuc, fasta,flat or coordinates
operation
the type of extraction. Can be simple, translate, fragment, feature or region
feature
-optional- the feature to be extracted (for operations "feature" or "region"): a feature table item (CDS, mRNA,...)
bounds
-optional- the bounds for extraction (for operations "fragment" or "region")
minbounds
-optional- the minimal bounds for extraction (for operations "fragment" or "region")
verbose
if TRUE, verbose mode is on
nzlines
number of line in zlib mode
zlib
logical. If TRUE sequences are download in zlib compress mode.