Last chance! 50% off unlimited learning
Sale ends in
crelistfromclientdata(listname, file, type,
socket = autosocket(), invisible = TRUE,
verbose = FALSE, virtual = FALSE)
clfcd(listname, file, type, socket = autosocket(),
invisible = TRUE, verbose = FALSE, virtual = FALSE)
sockconn
connecting to a remote ACNUC
database (default is a socket to the last opened database).FALSE
, the result is returned visibly.TRUE
, verbose mode is onTRUE
, no attempt is made to retrieve the information about
all the elements of the list. In this case, the req
component of the list is set to
NA
.listname
in the user workspace.
This is an objet of class qaw
, a list with the following 6 components:NA
when
called with parameter virtual
is TRUE
clfcd
is a shortcut for crelistfromclientdata
.citation("seqinr")
choosebank
,
query
, savelist
for the reverse operation with
an ACNUC list of sequences.# Need internet connection
choosebank("emblTP")
#
# Example with a file that contains sequence names:
#
fileSQ <- system.file("sequences/bb.mne", package = "seqinr")
crelistfromclientdata("listSQ", file = fileSQ, type = "SQ")
sapply(listSQ$req, getName)
#
# Example with a file that contains sequence accession numbers:
#
fileAC <- system.file("sequences/bb.acc", package = "seqinr")
crelistfromclientdata("listAC", file = fileAC, type = "AC")
sapply(listAC$req, getName)
#
# Example with a file that contains species names:
#
fileSP <- system.file("sequences/bb.sp", package = "seqinr")
crelistfromclientdata("listSP", file = fileSP, type = "SP")
sapply(listSP$req, getName)
#
# Example with a file that contains keywords:
#
fileKW <- system.file("sequences/bb.kwd", package = "seqinr")
crelistfromclientdata("listKW", file = fileKW, type = "KW")
sapply(listKW$req, getName)
#
# Summary of ACNUC lists:
#
sapply(alr()$rank, getliststate)
closebank()
Run the code above in your browser using DataLab