knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of BSgenome.phix174.NCBI.NC001422 is to provide a small reference genome for testing purposes.
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)
suppressPackageStartupMessages( library(BSgenome.phix174.NCBI.NC001422) ) phix174 <- BSgenome.phix174.NCBI.NC001422 phix174 dna <- phix174$NC_001422.1 dna
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.