countfastq: countfastq(fastqfile) Wrapper for counting number of reads...

View source: R/sequence_handling_functions.R

countfastqR Documentation

countfastq(fastqfile) Wrapper for counting number of reads and number of bases of a fastq file in the system. Returns a vector with read counts and base counts. Caveat: Input fastq file must have exactly four lines per sequence. If your fastq files do not fit this criterion, you are totally bonkers.

Description

countfastq(fastqfile) Wrapper for counting number of reads and number of bases of a fastq file in the system. Returns a vector with read counts and base counts. Caveat: Input fastq file must have exactly four lines per sequence. If your fastq files do not fit this criterion, you are totally bonkers.

Usage

countfastq(fastqfile)

johnmcculloch/JAMS_BW documentation built on Jan. 6, 2025, 5:14 a.m.