/BSgenomehpv16

HPV16 genome

Primary LanguageR

BSgenomehpv16

HPV16 genome

✍️ Authors

Erqiang Hu: Department of Bioinformatics, School of Basic Medical Sciences, Southern Medical University.

Shanye Yin: Albert Einstein College of Medicine

⏬ Installation

devtools::install_github("huerqiang/BSgenomehpv16")

Example

This is a basic example which shows you how to solve a common problem:

library(BSgenomehpv16)
getSeq(BSgenomehpv16, "NC_001526.2", start = 4570, end = 4667)
#> 98-letter DNAString object
#> seq: CTAGTTTTATTGATGCTGGTGCACCAACATCTGTAC...TTTAGTATTACTACTTCAACTGATACCACACCTGCT
## basic example code