findMF / findMFHCS

find molecular features in ms data
Other
1 stars 0 forks source link

determining sampling with of spectra #1

Open wolski opened 10 years ago

wolski commented 10 years ago

the convert2dense method in the Convert2Dense class requires the parameter am_. Currently it is determined per spectrum. However, many spectra do not have sufficient signal for this procedure to work correctly.

Possible solution: Make a pass through the entire dataset first to determine the am_ parameter.