mcieslik-mctp / gscars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

output
github_document

gscars

The goal of gscars is to ...

Installation

You can install gscars from github with:

# install.packages("devtools")
devtools::install_github("mcieslik-mctp/gscars")

Example

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")
#> [1] "barcode_counts.bin"
## 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")
#> [1] "1.fq" "2.fq"

About

License:GNU General Public License v3.0


Languages

Language:R 60.8%Language:C 20.0%Language:C++ 19.1%