knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
The goal of gscars is to ...
You can install gscars from github with:
# install.packages("devtools") devtools::install_github("mcieslik-mctp/gscars")
This is a basic example which shows you how to solve a common problem:
library(gscars) ## initial barcode counting based on the EMA algorithm: countBarcodes("inst/extdata/test_1.fq", "barcode_counts.bin", "inst/extdata/4M-with-alts-february-2016.txt") ## preprocess fastq files for alignment using BWA preprocessFastq("barcode_counts.bin", "inst/extdata/test_1.fq", "inst/extdata/test_2.fq", "1.fq", "2.fq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.