Fastq Module
Functions to read and write fastq formatted files
Functions and values
| Function or value | Description |
Full Usage:
read converter qualityConverter filePath
Parameters:
char seq -> 'a
qualityConverter : char seq -> 'c
filePath : string
Returns: FastqItem<'b, 'd> seq
|
|
Full Usage:
readGZip converter qualityConverter filePath
Parameters:
char seq -> 'a
qualityConverter : char seq -> 'c
filePath : string
Returns: FastqItem<'b, 'd> seq
|
|
Full Usage:
readLines sequenceConverter qualitySequenceConverter lines
Parameters:
char seq -> 'a
qualitySequenceConverter : char seq -> 'b
lines : string seq
Returns: FastqItem<'SequenceItem, 'QualitySequenceItem> seq
|
|
BioFSharp