inst/extdata/tools/QualityConfirm/README.md

QualityConfirm

Introduction

QualityConfirm is a quality control tool for gene panel sequencing data. It relies on RColorBrewer, ggplot2, and stringr R packages. It also uses samtools to extract the depth of each base from bam files.

Guide

Defined environment variable:

R Dependence:

Extra Dependence:

install.packages(c('ggplot2', 'stringr', 'RColorBrewer'))
setwd(dirname(system.file("extdata", "tools/QualityConfirm", package = "ngstk")))
Sys.setenv(SAMTOOLS = "/path/samtools", REFFA='/path/hg19')
source('demo.R')

## Object Initialization
Obj <- new("ReadsCheck", list(panelBed = './example/APL_panel.bed',
           bamDir = './example', resultDir='./example/result'))

Object

QualityConfirm defined a S4 object ReadsCheck. This object has 15 slots which can be classified into 5 groups:

Functions

QualityConfirm has 6 main functions: * PanelMerge: the function to merge panel.

Every function will return the object with updating. And the inpute is only a defined object.

Maintainer



JhuangLab/ngstk documentation built on May 28, 2019, 12:43 p.m.