| qualToInts | R Documentation | 
Convert fastq chars to integer quals
qualToInts(quals, baseQual = 33)
| quals | A vector of strings with one character per quality | 
| baseQual | integer to subtract from quality characters to convert into quality space | 
list with a vector of integer qualities for each string
qualToInts(c('!@#$','ABCI+'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.