calc_format_score: Calculate score based on Illumina format
Description
Calculate score based on Illumina format
Usage
calc_format_score(score, score_format)
Arguments
| Argument | Description |
|---|---|
score |
An ascii quality score from the fastq |
score_format |
The illumina format |
Value
a string as with the best guess as to the illumina format
Examples
r
calc_format_score("A","Sanger")