-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
49 lines (36 loc) · 1.63 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
output: github_document
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
cache = TRUE
)
```
# webseq
<!-- badges: start -->
[![status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R build status](https://github.com/stitam/webseq/workflows/R-CMD-check/badge.svg)](https://github.com/stitam/webseq/actions)
[![Coverage](https://codecov.io/github/stitam/webseq/coverage.svg?branch=master)](https://codecov.io/gh/stitam/webseq/branch/master)
`webseq` is an R package for for working with biological sequence databases. It interacts with web services to download biological sequences or retrieve aditional information (metadata) about biological sequences. It is tailored towards whole genome sequencing reads, assembled genomes, metagenomes and associated metadata.
Currently `webseq` can interact with the following web services:
* NCBI: https://www.ncbi.nlm.nih.gov/
* ENA: https://www.ebi.ac.uk/ena/browser/home
* MGnify: https://www.ebi.ac.uk/metagenomics
The package is under development, some of the functionality may be very limited at this point.
## Install from GitHub
```{r eval= FALSE}
install.packages("devtools")
devtools::install_github("stitam/webseq")
```
## Citation
To cite `webseq` in publications use:
Stirling T (2024). webseq: Tools for working with biological sequence databases in R. https://zenodo.org/doi/10.5281/zenodo.10521754