countfastq_files: countfastq_files(fastqfiles = NULL, threads = NULL) Wrapper...

View source: R/sequence_handling_functions.R

countfastq_filesR Documentation

countfastq_files(fastqfiles = NULL, threads = NULL) Wrapper for applying the countfastq() function to a vector of filenames using multiple threads. Returns a dataframe with read counts and base counts for each input fastq file. 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_files(fastqfiles = NULL, threads = NULL) Wrapper for applying the countfastq() function to a vector of filenames using multiple threads. Returns a dataframe with read counts and base counts for each input fastq file. 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_files(fastqfiles = NULL, threads = NULL)

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