You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electrophoresis$peaks$concentration==ladder.concentrations[1] # verify this is the right peak (sometimes Bioanalyzer annotates more than one as the marker but it only assigns the hardcoded concentration to one)
145
+
if (is.null(ladder.concentrations)) TRUEelseelectrophoresis$peaks$concentration==ladder.concentrations[1] # verify this is the right peak (sometimes Bioanalyzer annotates more than one as the marker but it only assigns the hardcoded concentration to one)
if (is.null(ladder.concentrations)) TRUEelseelectrophoresis$peaks$concentration==ladder.concentrations[length(ladder.concentrations)]
152
150
)
153
151
)
154
152
)
155
153
))
154
+
for (iin seq(nrow(electrophoresis$samples))) if (length(which.markers[[i]]) ==0) warning(paste("no markers detected in sample", i))
156
155
integrable<-! any(is.na(electrophoresis$peaks[unlist(which.markers), c("lower.length", "upper.length")])) # peak boundaries aren't given so don't rely on integration
0 commit comments