Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@jwvillain jwvillain released this 11 Jun 22:19
f5d43d9
Update quickPCR.R

On lines 60 and 66, "length(temp)" was returning number of columns, when it should have been pulling the number of rows in "temp". Code has been updated to "length(temp[,CT_num])" in both places. The bug would not have an effect on any resulting output files.