knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

BSgenome.phix174.NCBI.NC001422

Travis build status AppVeyor build status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: stable

The goal of BSgenome.phix174.NCBI.NC001422 is to provide a small reference genome for testing purposes.

Installation

You can install the released version of BSgenome.phix174.NCBI.NC001422 with:

install.packages("remotes")
remotes::install_github("c5sire/BSgenome.phix174.NCBI.NC001422", 
  dependencies = TRUE)

Usage

suppressPackageStartupMessages(
  library(BSgenome.phix174.NCBI.NC001422)
)


phix174 <- BSgenome.phix174.NCBI.NC001422
phix174

dna <- phix174$NC_001422.1
dna


c5sire/BSgenome.phix174.NCBI.NC001422 documentation built on Feb. 28, 2020, 12:22 a.m.