-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
[CV] Request new entry: base peak intensity maximum until RT #247
Comments
A table rather than an n-tuple I think, because n-tuples should contain similar values, whereas tables have different columns (in this case, base peak and retention time maximum). Does it make sense to generalize to an RT interval, e.g. both an RT minimum and maximum? Or to predefine RT intervals, such as in the QuaMeter quartile metrics? |
Generalizing for a RT interval makes perfectly sense. |
I generalized it a bit more, so that the table may contain several rows. Recommended term:
|
Otherwise it looks good to me. |
What is the QC term's name?
base peak intensity maximum until RT
Briefly describe the QC term.
this term is similar to #246 but only takes the BPs into account until a given retention time.
This could maybe be modeled using a tuple or table specifying the RT and the maximum BP until this RT
Also #246 could be modelled using e.g. "-1" as RT to specify "global maximum BP"
What is the QC term's unit?
intensity / arbitrary and time (in seconds)
Value type
MS:4000004 ! n-tuple
Describe any additional information.
This metric is similar to #246 , but can cut away a very high gradient change in the end of an MS run.
The text was updated successfully, but these errors were encountered: