extractRandomReadSet: Randomly extract reads from fastq

Description Usage Arguments Value

Description

Extract a random subset of reads from fastq files. The files have to be in the same directory, since the method gets all fastq files from a directory and iterates through them.

Usage

1
extractRandomReadSet(numberOfReads = 50000, rawDataOldDir, rawDataNewDir)

Arguments

numberOfReads

The number of reads one wants to extract (default: 50000)

rawDataOldDir

The path to the fastq files from which the random subset is extracted

rawDataNewDir

The path to the new sampled fastq files

Value

returns TRUE


SimonSchafferer/RNASeqUtility documentation built on May 9, 2019, 1:34 p.m.