CIRDLES / Tripoli

Tripoli imports raw mass spectrometer data files and supports interactive review and archiving of isotopic data. Tripoli facilitates visualization of temporal trends and scatter during measurement, statistically rigorous filtering of data, and calculation of statistical parameters.
http://cirdles.org/Tripoli/
Apache License 2.0
8 stars 12 forks source link

Copy summary statistics to clipboard #231

Closed noahmclean closed 1 month ago

noahmclean commented 2 months ago

A popular OGTripoli function is to copy/paste the 'Tripolized' means and percent standard errors of every plotted time series to the clipboard. All numerical outputs should be the double precision number, output with of its decimal places (no rounding for output).

For each time series, output:

(Mean, %StdErr) (Mean, %Std Err) etc For example, i205 (Mean, %StdErr) 123456.22342394 2.3452323095789 204/205 (Mean, %StdErr) 0.0012323987235 0.5672350987234 206/205 (Mean, %StdErr) 1.2345678923497 0.0029232498723
bowring commented 1 month ago

@noahmclean - we are not calculating or displaying %StdErr for non-ratio user functions - should that be true here?

noahmclean commented 1 month ago

Let's keep them all consistent and provide %StdErr for all outputs. I think a mix would be confusing and easy to make mistakes with. We will have more detailed options for tabular data outputs (e.g., csv files with more complete stats).

bowring commented 1 month ago

Even though the plots don’t show them?

noahmclean commented 1 month ago

Correct.

bowring commented 1 month ago

done as of v0.5.2