We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illumina doesn't include Signal-to-Noise in their summary, but it sounds like a good thing for us to track.
$query = "Select AVG(SIGNAL_TO_NOISE) from SPECIMEN.MiSeqQC_CORRECTEDINTENSITIES where RUNID = ".$RunID." AND SIGNAL_TO_NOISE > -1 AND". $read1
$query = "Select AVG(SIGNAL_TO_NOISE) from SPECIMEN.MiSeqQC_CORRECTEDINTENSITIES where RUNID = ".$RunID." AND SIGNAL_TO_NOISE > -1 AND". $read2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Illumina doesn't include Signal-to-Noise in their summary, but it sounds like a good thing for us to track.
Read1
$query = "Select AVG(SIGNAL_TO_NOISE) from SPECIMEN.MiSeqQC_CORRECTEDINTENSITIES where RUNID = ".$RunID." AND SIGNAL_TO_NOISE > -1 AND". $read1
Read2
$query = "Select AVG(SIGNAL_TO_NOISE) from SPECIMEN.MiSeqQC_CORRECTEDINTENSITIES where RUNID = ".$RunID." AND SIGNAL_TO_NOISE > -1 AND". $read2
The text was updated successfully, but these errors were encountered: