Description Usage Arguments Value To do Examples
Subsample fastq files for the first n_seq sequences (! not a random sample)
1 | fastq_subsample(fastq_path, n_seq = 1000, random = FALSE)
|
fastq_path |
File directories |
n_seq |
Number of sequences to subsample |
random |
If TRUE, then sample a range around n_seq (gaussian with sd=0.1*nseq) |
TRUE if it terminates OK
Implement compressed files
1 | fastq_subsample("C:Mydata", n_seq=1000, random=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.