Skip to content
Snippets Groups Projects
  1. Oct 11, 2020
  2. Oct 07, 2020
  3. Oct 06, 2020
  4. Oct 04, 2020
  5. Oct 01, 2020
    • Todor Kondic's avatar
      api: Add sort_spectra · 7fde065a
      Todor Kondic authored
      * R/api.R(sort_spectra): New function to sort the spectral table.
      
      * R/resources.R(DEF_ORDER_SPECTRA): New parameter defining the default
      order of the spectral table.
      
      * NAMESPACE: Update exports.
  6. Sep 30, 2020
  7. Sep 25, 2020
  8. Sep 10, 2020
  9. Aug 27, 2020
  10. Aug 06, 2020
  11. Aug 04, 2020
  12. Aug 03, 2020
  13. Aug 02, 2020
    • Todor Kondic's avatar
      api.R,extraction.R: Generate spectral tables · 650de956
      Todor Kondic authored
      * extraction.R(filt_ms2_fine): Create a data table as the
        output. Complete the ms2 and m1 spectra extration.
      
      * api.R(extr_data): Adapt to changes in extraction.R and generate
        tables of ms1 EICs and ms2 spectra.
      650de956
    • Todor Kondic's avatar
      ... · 5b87f34b
      Todor Kondic authored
      5b87f34b
    • Todor Kondic's avatar
      R/extraction.R: Filter by ID and adduct, not just ID · 8760408a
      Todor Kondic authored
      * R/extraction.R <various places>: I used to filter precursors and so
        on based on ID, but the problem is a single mz in a file is defined
        by ID and adduct, not just ID. Changed that in many places, but code
        still not fully functional (multiple of shorer length warnings)
      8760408a
  14. Jul 30, 2020
  15. Jul 03, 2020
    • Todor Kondic's avatar
      api: Update extr_data · e12a1551
      Todor Kondic authored
      * R/api.R(extr_data): Substitue call to future::future with
        m$future (which may be something else than future, depending on the
        configuration options).
    • Todor Kondic's avatar
      extraction, mix: Update extraction functions · a7344511
      Todor Kondic authored
      The intention now is not to write individual spectra to different
      files, but to memorise all of them in a table. Also, do not store them
      in fragile MSnbase objects, rather store them in normal tables.
      
      * R/extraction.R(filt_ms2_by_prcs, filt_ms2_by_prcs_ht,
      verif_prec_fine_ht, ): Arguments change. Also adaptation and
      restructuring due to them being called by the new driver functions
      filt_ms2_fine and extr_ms2.
      
      (filt_ms2_fine,extr_ms3): New driver functions.
      
      (extract): Update the top-level driver function to call extr_ms2.
      
      <all the rest>: Bits and pieces of obsolete code may have gotten an
      update although it will be removed later.
      
      * R/mix.R(new_state): Add debug entry to be used, for example, in the
        concurrency call.
    • Todor Kondic's avatar
      api: Update mk_tol_funcs · 92143b56
      Todor Kondic authored
      * R/api.R(mk_tol_funcs): Updated. Vectorise the error calculation
        functions. Then it will stop choking on vectors of mz-s. If it even
        did.
    • Todor Kondic's avatar
      api: Update concurrency · cb30cb98
      Todor Kondic authored
      * R/api.R(concurrency): Updated. Add comments and allow the plan to be
        set from outside shinyscreen (in accordance with the policy of the
        future package that users should have the control). Also, make
        debugging slightly easier by substituting future::future call with
        identity when debugging.
  16. Jul 01, 2020
Loading