GetHtseqSummaryStats: Read and organize htseq *_summary_stats.txt files into one...

Description Usage Arguments Value Author(s) Examples

Description

Read and organize htseq *_summary_stats.txt files into one data structure.

Usage

1
GetHtseqSummaryStats(HtseqFilePaths)

Arguments

HtseqFilePaths

htseq *_summary_stats.txt file paths.

Value

A data.frame containing the summary statistics from each HtSeq file in HtseqFilePaths.

Author(s)

Nathaniel J. Madrid, Jason Byars

Examples

1
2
HtseqFilePaths <- dir(path=".", pattern=".*_summary_stats.txt", full.names=T)
HtseqStatsPerFile <- GetHtseqSummaryStats(HtseqFilePaths)

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