gba {AllelicImbalance}R Documentation

global analysis wrapper

Description

A wrapper to make a global analysis based on paths for BAM, VCF and GFF files

Usage

gba(pathBam, ...)

## S4 method for signature 'character'
gba(pathBam, pathVcf, pathGFF = NULL, verbose)

Arguments

pathBam

path to bam file

...

arguments to pass on

pathVcf

path to vcf file

pathGFF

path to gff file

verbose

makes function more talkative

Author(s)

Jesper R. Gadin

Examples


#empty as function doesn't exist


[Package AllelicImbalance version 1.24.0 Index]