Skip to content

labinfo-lncc-br/metavirus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metavirus

logo

metavirus aims to combine the three major virus data repositories (VirusHost, ViralZone, ICTV, NCBI Taxonomy and NCBI Refseq) into a R package for facilitating the application of the viruses descriptions, variants sequences and taxonomy data into the statistical environment of R. It is also developing a public API to explore the data integration mechanisms with phylogenetic, metagenome or machine learning approach.

Dependencies

The metavirus package has the following dependencies:

R version 4.0.0 or later
Biostring

Installation

Use the devtools package to install from GitHub.

library(devtools)
install_github("labinfo-lncc/metavirus", ref="main")

Overview

workflow

Fig 1. Summary of workflow tasks, main functions and its outputs.

Environment setup

Get virus data

Retrive sequences from NCBI RefSeq

Preprocessing

Applicability and practical examples

Citation

The metavirus package is currently in press. To properly cite it, use the citation function.

citation("metavirus")
# To cite package ‘metavirus’ in publications use:
#   ANDRADE, A. A. S. (2022). metavirus: an public api and integrative tool to get viruses data into R system. R package version 1.0.
# A BibTeX entry for LaTeX users is
#   @Manual{,
#     title = {metavirus: an public api and integrative tool to get viruses data into R system},
#     author = {Amanda Araújo Serrão de Andrade, Otavio Jose Bernardes Brustolini, Eduardo Wagner, Ana Tereza Ribeiro Vasconcelos},
#     year = {2022},
#     note = {R package version 1.0},
#   }
#  ATTENTION: This citation information has been auto-generated from the package
#  DESCRIPTION file and may need manual editing, see ‘help("citation")’.

License

Artistic License 2.0

If you have any queries or find a bug, please submit an issue on GitHub or email [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published