calc_format_score {qckitfastq}R Documentation

Calculate score based on Illumina format

Description

Calculate score based on Illumina format

Usage

calc_format_score(score, score_format)

Arguments

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

calc_format_score("A","Sanger")

[Package qckitfastq version 1.10.0 Index]