-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfetch.gb.Rd
More file actions
24 lines (23 loc) · 735 Bytes
/
fetch.gb.Rd
File metadata and controls
24 lines (23 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/read_gb_file.R
\name{fetch.gb}
\alias{fetch.gb}
\title{Fetch GB files online}
\usage{
fetch.gb(GI, read = TRUE)
}
\arguments{
\item{GI}{GenInfo Identifier(GI) for interested genome file.}
\item{read}{A logical value. If it is \code{TRUE}, the function will read
the fetched GB file into current R session environment.}
}
\value{
If \code{read} is set as \code{TRUE}. The function return a large
character vector which contains the content of GB file for input \code{GI}
from GeneBank.
}
\description{
Fetching GB file from GenBank database by GenInfo Identifier (GI) or
accession number and writeing it to a file named "GI.gb" in current work
directory.
}