Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for .seqinrEnv #6

Merged
merged 2 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: seqinr
Title: Biological Sequences Retrieval and Analysis
Version: 4.2-34
Version: 4.2-35
Depends: R (>= 2.10.0)
Imports: ade4,segmented
Authors@R: c(person("Delphine", "Charif", role = "aut"),
Expand Down
4 changes: 3 additions & 1 deletion man/choosebank.Rd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
\name{choosebank}
\alias{choosebank}
\alias{.seqinrEnv}
\title{To select a database structured under ACNUC and located on the web}
\description{
This function allows to select one of the databases structured under ACNUC and located on the web.
Expand Down Expand Up @@ -35,7 +36,8 @@ choosebank(bank = NA, host = "pbil.univ-lyon1.fr", port = 5558, server = FALSE,
\details{
When called without arguments, \code{choosebank()} returns a list of all the databases names known
by the server, as a vector of string. When called with \code{choosebank(infobank = TRUE)}, a data.frame
with more information is returned.
with more information is returned.The environment \code{.seqinrEnv} is used to save several variables
such as socket and sequence list.
}
\value{
When called with a regular bank name, an (invisible) list with 6 components:
Expand Down