GetAlignmentStatistics: Get a summary of alignment statistics for an aligned bam file...

Description Usage Arguments Value Author(s) Examples

Description

Get a summary of alignment statistics for an aligned bam file as defined by samtools idxstats.

Usage

1

Arguments

BamFilePath

location of aligned bam file. Corresponding bai index file must be in the same directory.

Value

A data.frame of a summary of alignment statistics for an aligned bam file as defined by samtools idxstats.

Author(s)

Nathaniel J. Madrid, Jason Byars

Examples

1
2
BamFilePaths <- dir(path="/home/ubuntu/Projects/RNAseqPackage/bams", pattern=".*.bam$", full.names=T)
AlignmentStatsDF = GetAlignmentStatistics(BamFilePaths[1])

njmadrid/RNAseqQuality documentation built on May 20, 2019, 3:32 p.m.