Commit f5d43d9
authored
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.1 parent 6f8d5e7 commit f5d43d9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments