knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
#devtools::load_all() #library(fastqR)
#fq_data <- read_fastq(system.file("good.fq", package = "fastqR")) #fq_data
Add a column of GC content to the tibble
#fq_data <- dplyr::mutate(fq_data, GC_content = gc_content(seq)) #fq_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.