Skip to content

Commit

Permalink
fixes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
cbielow committed Dec 11, 2020
1 parent 8fbef1f commit 31bb74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/qcMetric_MSMSScans.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Heatmap score [MS<sup>2</sup> Scans: Intensity]: Linear score (0-100%) between 3
dd.all = merge(log.dd.tic, log.dd.bpi, by='fc.raw.file')

## for scoring...
dd.ratio = dd[,list(ratio=median(total.ion.current/base.peak.intensity)), by ='fc.raw.file']
dd.ratio = dd[,list(ratio=median(total.ion.current/base.peak.intensity, na.rm=TRUE)), by ='fc.raw.file']
dd.ratio


Expand Down

0 comments on commit 31bb74b

Please sign in to comment.