phredTable {seqTools} | R Documentation |
The function calculates characters and corresponding ascii values for a given range of phred values. As default, a data.frame with all valid phred values {0,...,93} is returned.
phredTable(phred)
phred |
|
data.frame
. The data.frame has three columns: "ascii","phred"
and "char"
Wolfgang Kaisers
Ewing B, Green P Base-calling of automated sequencer traces using phred. II. Error probabilities. Genome Research 1998 Vol. 8 No. 3 186-194
char2ascii
phredTable()