Description Usage Arguments Details Value Author(s) See Also
Open a streaming connection to a FastQ file
1 2 | FastQStreamer.init(input_file, input_file2 = NULL, chunk_size,
subsample_nbreads = NULL, max_nbchunks = NULL)
|
input_file |
Path to a FastQ file |
input_file2 |
Optional path to a FastQ file. Default is NULL. |
chunk_size |
Number of reads per chunk |
subsample_nbreads |
Optional number of reads to subsample (deterministic) from the input files. Default is NULL. |
max_nbchunks |
Optional maximal number of chunks to read |
Only one FastQStreamer object can be open at any time.
Nothing.
Gregoire Pau
FastQStreamer.getReads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.