← all publishers

HolobiomicsLab

@holobiomicslab source repo

7377 published skills · page 66 of 74

  1. Redis Queue Job Submission · holobiomicslab
    Use when you have an OpenMS workflow ready to execute in online_deployment:true mode with Redis available, and you need to submit it as a queued job artifact rather than blocking the Streamlit thread. Trigger conditions: (1) online_deployment flag is true in settings;
    0
    installs
  2. Rust Build And Compilation · holobiomicslab
    Use when when you have Rust source code (such as the mzPeak format implementation at the repository root) and need to generate executable binaries or libraries for converting mass-spectrometry file formats, validating output files, or reading/writing domain-specific formats like mzPeak.
    0
    installs
  3. Shiny Reactive Programming · holobiomicslab
    Use when you have an R package with analytical functions (e.g., meta-analysis, statistical modeling, visualization) and need to expose it as an interactive web interface where end-users can upload data, adjust parameters, and view results in real time without rewriting backend logic.
    0
    installs
  4. Smiles Sdf Format Handling · holobiomicslab
    Use when you have downloaded or obtained a dataset of small molecules with structures encoded as SMILES strings or SDF files (e.
    0
    installs
  5. Spectral Bucket Assignment · holobiomicslab
    Use when you have a collection of mass spectrometry spectral data (m/z and intensity pairs) that must be indexed for fast neighbor retrieval or similarity search, and you need to trade some precision in similarity matching for substantial gains in query speed and memory efficiency across large.
    0
    installs
  6. Spectral Metadata Grouping · holobiomicslab
    Use when processing a mass spectrometry dataset (in FragHub JSON format or similar) where duplicate spectral records are suspected or known to exist. The input dataset should already be in a standardized format with computed or retrievable SPLASH keys.
    0
    installs
  7. Statistical Power Analysis · holobiomicslab
    Use when you have implemented or obtained a statistical method (e.g., PaIRKAT) and need to quantify its statistical power—the probability of correctly rejecting a false null hypothesis—across a range of realistic experimental scenarios before applying it to real data or publishing results.
    0
    installs
  8. Twim Ms Data Preprocessing · holobiomicslab
    Use when you have raw or processed TWIM-MS experimental data (arrival times, m/z, ion mobility parameters) and need to compute class-conditioned CCS values or assign biomolecular class labels directly from high-dimensional ion mobility measurements.
    0
    installs
  9. Unwanted Variation Removal · holobiomicslab
    Use when metabolomics featuredata exhibits unwanted variation from batch effects, matrix effects, or confounding factors;
    0
    installs
  10. Validator Tool Integration · holobiomicslab
    Use when you have a repository of structured records (e.g., mass spectrometry data, metadata, or domain-specific formats) and need to enforce validation rules systematically across all records.
    0
    installs
  11. Weka Format Pathway Export · holobiomicslab
    Use when you have computed a pathway dysregulation score matrix (PDSmatrix) from metabolomics data and need to rank pathways by their relevance to a binary or multi-class phenotype label using information-gain scoring, then export the ranked set for use in machine learning classifiers (SVM, Random.
    0
    installs
  12. Accurate Mass Database Search · holobiomicslab
    Use when after peak detection and MS1 feature extraction from FIA-MS, GC-MS, LC-MS(/MS), or CE-MS data, when you need to identify unknown metabolites by matching observed m/z values to a reference database and want to recover HMDB identifiers, molecular formulas, and structural annotations for.
    0
    installs
  13. Ce Ms Data Import And Parsing · holobiomicslab
    Use when you have raw CE-MS instrument output in mzML or netCDF format and need to extract specific ion traces (by m/z value), filter by effective mobility windows, or apply transformations to migration time data.
    0
    installs
  14. Cosine Similarity Computation · holobiomicslab
    Use when when comparing two MS/MS spectra (query and reference) to quantify their spectral resemblance for compound identification or molecular networking, particularly when you need a simple, symmetric measure that is insensitive to precursor mass differences and does not require peak alignment.
    0
    installs
  15. Mobility Scale Transformation · holobiomicslab
    Use when analyzing CE-MS(/MS) data where electroosmotic flow fluctuations cause variable migration times for the same compounds across runs.
    0
    installs
  16. Ms2 Annotation Interpretation · holobiomicslab
    Use when after GNPS spectral library search has returned matched chemical annotations (with m/z values and cosine similarity scores) for MS/MS spectra.
    0
    installs
  17. Multi Platform Ms Integration · holobiomicslab
    Use when you have untargeted metabolomics data from multiple MS instruments (e.
    0
    installs
  18. Bleu Score Metric Computation · holobiomicslab
    Use when you have a trained sequence-to-sequence model (such as GCMSFormer) that predicts mass spectra from overlapped peaks, and you need to evaluate model performance on a held-out test set.
    0
    installs
  19. Chromatogram Artifact Removal · holobiomicslab
    Use when raw NetCDF-format GCxGC-MS chromatograms exhibit steady or increasing baseline intensity caused by instrumental contamination, column bleeding, or thermal drift;
    0
    installs
  20. Coeluting Compound Resolution · holobiomicslab
    Use when analyzing complex GC-MS mixtures where two or more chemical compounds elute at similar or identical retention times, producing overlapping or merged peaks in the raw chromatogram.
    0
    installs
  21. Feature Table Matrix Assembly · holobiomicslab
    Use when when you need to generate a realistic LC/GC-MS feature table (peak intensity matrix) with controlled, quantifiable condition effects (e.g., differential metabolite abundance across disease states) and batch effects (e.g., instrument drift, sample processing day).
    0
    installs
  22. Fixed Size Integration Method · holobiomicslab
    Use when you have aligned and baseline-corrected GC-IMS data with detected and clustered peaks, and you want to extract peak intensities using a consistent integration window.
    0
    installs
  23. Gc Ms Abundance Preprocessing · holobiomicslab
    Use when after autoQ has extracted isotopologue peak area measurements from mz(X)ML files and you need to prepare the integrations data frame for visualization with metBarPlot or comparative analysis.
    0
    installs
  24. Gc Ms Chromatogram Processing · holobiomicslab
    Use when when working with raw GC-MS data in NetCDF (ANDI) format that requires peak detection, baseline removal, and retention time alignment before spectral matching against reference libraries such as PNNLMetV20191015.MSL.
    0
    installs
  25. Gcims Dataset Object Creation · holobiomicslab
    Use when you have raw GCIMS sample files (from a GC–IMS instrument) and an annotations table (Excel, CSV, or TSV) with sample metadata, and you need to begin the GCIMS preprocessing pipeline.
    0
    installs
  26. Gnps Spectral Data Processing · holobiomicslab
    Use when your input is raw or semi-processed MS/MS spectra fetched from GNPS or a compatible library (e.g., EMBL-MCF 2.0, NIST23) and you need to prepare them for neural-network-based formula prediction.
    0
    installs
  27. Level 4 Annotation Assignment · holobiomicslab
    Use when after khipu has grouped LC-MS features into empirical compounds with inferred molecular formulas and adduct assignments.
    0
    installs
  28. Mass Spectrum Tensor Encoding · holobiomicslab
    Use when when you have parsed EI-MS spectrum data (m/z and intensity values) and need to feed it into a pre-trained MWFormer transformer model for direct molecular weight prediction.
    0
    installs
  29. Metabolite Cluster Evaluation · holobiomicslab
    Use when after running RAMClustR clustering on XCMS-detected LC-MS features in positive ionization mode, when you need to assign molecular weights to compound clusters and want to cross-validate the two available scoring methods (findMain and RAMClustR internal scoring) to identify cases where they.
    0
    installs
  30. Metabolomic Feature Alignment · holobiomicslab
    Use when you have two or more CSV feature tables from independent metabolomic experiments (each with RT, m/z, intensity, isotope, and adduct columns), and you need to merge them into a single aligned feature matrix for downstream batch effect removal, marker identification, or pathway analysis.
    0
    installs
  31. Ms Data Format Identification · holobiomicslab
    Use when when receiving raw MS data files of unknown or mixed acquisition modalities and needing to route each to its corresponding analysis pipeline. Specifically, apply this skill when: (1) input files arrive without documented instrument type or chromatographic/mobility dimensionality;
    0
    installs
  32. Nps Classification Prediction · holobiomicslab
    Use when you have an unknown mass spectrum from a suspicious analyte and need to determine whether it matches a known NPS or a derivative thereof. The analyte's mass spectrum is available in MSP or equivalent format, and you have a core drug structure to enumerate derivatives from.
    0
    installs
  33. Qc Sample Type Classification · holobiomicslab
    Use when when constructing a sample list from an Excel template for LC/GC-MS analysis, you must classify each QC sample by type before proceeding to plate layout and randomization steps.
    0
    installs
  34. Tandem Ms Data Reorganization · holobiomicslab
    Use when importing MS/MS spectral libraries (particularly from MoNA or GNPS) where SMILES or chemical structure identifiers are embedded in free-text or non-standard Comment fields rather than in dedicated SMILES/InChIKey fields, or when positive and negative ionization mode spectra are commingled.
    0
    installs
  35. Adduct Mass Offset Assignment · holobiomicslab
    Use when when you have an LC-MS feature table with m/z and retention time columns and need to identify which observed ions correspond to the same neutral compound under different ionization conditions and isotopic enrichment.
    0
    installs
  36. Adduct Mass Shift Calculation · holobiomicslab
    Use when when you have a list of observed m/z values from LC/MS feature detection and need to identify candidate metabolites by testing whether those m/z values correspond to known database compounds in specific ionization forms.
    0
    installs
  37. Adduct Regex Pattern Matching · holobiomicslab
    Use when ingesting mass spectrometry spectra from heterogeneous databases or libraries where adduct annotations may be incomplete, incorrectly formatted, or inconsistent with the ionization mode. Use it before downstream analysis (e.
    0
    installs
  38. Anchor Feature Pair Selection · holobiomicslab
    Use when after completing feature m/z grouping and pairwise alignment detection on two LC-MS datasets acquired under non-identical conditions.
    0
    installs
  39. Baseline Comparative Analysis · holobiomicslab
    Use when your research proposes a new spectral embedding, matching algorithm, or retrieval method and you need to quantify its improvement over known baselines. Specifically, when you have a test dataset (e.
    0
    installs
  40. Binary Additive Flag Encoding · holobiomicslab
    Use when constructing HPLC column feature vectors from raw metadata that includes additive composition flags (e.g., presence/absence or concentration of formic acid, acetic acid, TFA, or phosphoric acid in mobile phase eluents A and B).
    0
    installs
  41. Bioactivity Score Aggregation · holobiomicslab
    Use when when you have both (1) a molecular network graph from GNPS with aligned MS/MS features (nodes and edges) and (2) a bioassay-guided fractionation activity matrix (fractions × bioactivity measurements), and you need to determine which molecular features are responsible for observed.
    0
    installs
  42. Blank Contamination Filtering · holobiomicslab
    Use when your peak table includes features flagged in blank control samples (e.g., solvent blanks, media blanks) at relative abundance above a project-specific threshold.
    0
    installs
  43. Chemical Formula Tokenization · holobiomicslab
    Use when you have collections of chemical formulae (e.g., from SIRIUS decomposition or subformula labeling) derived from MS/MS spectra and need to feed them into a transformer encoder.
    0
    installs
  44. Chemical Metadata Integration · holobiomicslab
    Use when when you have a GNPS molecular network (graphml or cytoscape format) and wish to annotate it with chemical class labels or MS2LDA-derived mass2motifs to highlight shared structural features or chemical families across spectral clusters.
    0
    installs
  45. Clustering Tool Orchestration · holobiomicslab
    Use when you have raw tandem MS metabolomics data (in mzML or MGF format) and wish to compare the clustering performance of two or more MS clustering tools on the same dataset.
    0
    installs
  46. Consensus Taxonomy Generation · holobiomicslab
    Use when when you have structural annotations from multiple sources (in silico predictions via SIRIUS/CANOPUS and GNPS spectral library matches) for the same molecular features and need a single authoritative taxonomy assignment.
    0
    installs
  47. Corpus Preparation Validation · holobiomicslab
    Use when when you have raw LC-MS-MS fragmentation spectra in MGF format and need to convert them into a corpus JSON file before running topic modeling.
    0
    installs
  48. Covariance Matrix Computation · holobiomicslab
    Use when after normalization (Step 7) is complete and you have a clean feature matrix ready for multivariate statistical analysis.
    0
    installs
  49. Cross Sample Feature Matching · holobiomicslab
    Use when you have detected feature tables from two or more LC-IMS-MS/MS samples and need to establish correspondence between features across samples to enable quantitative comparison, statistical analysis, or consensus feature calling.
    0
    installs
  50. Cross View Similarity Scoring · holobiomicslab
    Use when you have an experimental mass spectrum (query) and a set of molecular candidate structures, and you need to rank the candidates by how well their predicted spectral features match the query spectrum.
    0
    installs
  51. Dda Acquisition Data Handling · holobiomicslab
    Use when you have raw or processed LC-MS/MS data from DDA mode acquisitions and need to extract, annotate, and structure MS/MS spectra with purity labels (or quality indicators) to serve as input to the DNMS2Purifier customized model training workflow, or to prepare data for purification of.
    0
    installs
  52. Decision Tree Path Extraction · holobiomicslab
    Use when you have a trained shallow decision tree on ChemEcho feature vectors (sparse, high-dimensional representations of tandem mass spectra peaks and neutral losses) and need to convert it into an interpretable, deployable query for a domain-specific language like MassQL.
    0
    installs
  53. Eic Data Extraction From Xcms · holobiomicslab
    Use when after running XCMS getEIC() to generate xcmsEIC objects and fillPeaks() to produce a filled xcmsSet object, before computing the 12 peak-quality metrics (Apex Max-Boundary Ratio, Elution Shift, FWHM2Base, Jaggedness, Modality, Symmetry, Sharpness, Gaussian Similarity, Retention-Time.
    0
    installs
  54. Feature Extraction Untargeted · holobiomicslab
    Use when when you have raw untargeted LC/MS data in mzML or mzXML format and need to detect and quantify metabolite signals across mass-to-charge and retention time dimensions without prior knowledge of instrument parameters, batch effects, or optimal detection thresholds.
    0
    installs
  55. Feature Gap Filling Recursion · holobiomicslab
    Use when after sample alignment has established consensus m/z and retention time coordinates, and after grouping of isotopologues and adducts is complete.
    0
    installs
  56. Feature Hashing Vectorization · holobiomicslab
    Use when when you have high-resolution tandem MS/MS spectra in mzML, mzXML, or MGF format and need to cluster or search millions of spectra efficiently.
    0
    installs
  57. Feature Identifier Assignment · holobiomicslab
    Use when after constructing MetaboSet objects from Excel-formatted LC-MS peak tables and before drift correction or quality flagging.
    0
    installs
  58. Feature Table Filtering Logic · holobiomicslab
    Use when when you have a quantitative feature table (peak intensities across samples) and need to isolate molecular features that show differential abundance between defined sample groups within a specified fold-change range.
    0
    installs
  59. Feature Table Format Handling · holobiomicslab
    Use when transitioning feature intensity data between pipeline stages (e.
    0
    installs
  60. Feature Table Quality Control · holobiomicslab
    Use when when you have a feature intensity matrix (samples × compounds) from untargeted LC–MS/MS or GC–MS analysis and accompanying sample-type metadata (blank, curve, QC, unknown classifications), and you need to remove features with high measurement variability, low QC detection rates, high blank.
    0
    installs
  61. Feature Table Standardization · holobiomicslab
    Use when you have feature tables from external metabolomics software (MS-DIAL, XCMS, vendor tools) in CSV format and need to integrate them into JPA for cross-sample alignment and metabolite annotation.
    0
    installs
  62. Formula Sampler Configuration · holobiomicslab
    Use when you need to generate a set of candidate chemical formulas for LC-MS/MS simulation—specifically when you want to populate a virtual mass spectrometer with realistic chemical structures drawn from a reference database (HMDB) or a uniform m/z distribution, and you need to apply m/z filtering.
    0
    installs
  63. Fragment Ion Library Matching · holobiomicslab
    Use when you have peak-picked experimental MS/MS data (m/z, retention time, intensity) from UHPLC-HRMS/MS instruments (Orbitrap or Q-TOF from Agilent, Bruker, SCIEX, or similar vendors) and need to annotate detected features with specific lipid identifications using in-silico fragmentation.
    0
    installs
  64. Fragment Ion Mass Calibration · holobiomicslab
    Use when when comparing experimental spectra to reference library spectra and fragment ion m/z values show systematic drift or measurement noise that could distort neutral loss peaks or cosine similarity scores.
    0
    installs
  65. Global Similarity Aggregation · holobiomicslab
    Use when after computing pairwise cosine similarities between all spectra across two LC-MS/MS datasets when you need a single scalar summary of dataset-level resemblance rather than individual spectrum matches.
    0
    installs
  66. Gradient Performance Encoding · holobiomicslab
    Use when when you have extracted retention times from the top detected MS1 features in a LC-MS run and need to evaluate whether the gradient spreads those compounds efficiently across the available chromatographic time window—particularly during iterative gradient optimization where you need a.
    0
    installs
  67. Graph Based Identity Transfer · holobiomicslab
    Use when when you have spectral library matches (seed identities with high confidence scores) mapped to initial candidate structures from in silico fragmentation, and you want to propagate those identities to related structures in the fragmentation candidate graph to improve annotation coverage.
    0
    installs
  68. Hdf5 Hierarchical Data Access · holobiomicslab
    Use when you have multidimensional MS data converted to MZA HDF5 format (from Agilent .d, Bruker .d with ion mobility, Thermo .
    0
    installs
  69. In Silico Compound Annotation · holobiomicslab
    Use when after feature filtering and clustering have been completed in MS-CleanR and you have a cleaned feature set with m/z, retention time, and MS/MS spectra data ready for structural assignment. Use it when you need to identify unknown compounds by querying multiple chemical databases (e.
    0
    installs
  70. In Silico Fragment Prediction · holobiomicslab
    Use when you have a collection of compound structures in SDF format (e.g., DNA adduct structures) and need to systematically generate predicted fragment spectra across a defined ionization level and mass range to populate a reference spectral database or validate experimental fragmentation patterns.
    0
    installs
  71. Ion Target Quality Monitoring · holobiomicslab
    Use when you have MS1 data from multiple samples and need to assess whether particular ion targets (e.g., internal standards, biomarkers, or metabolites of interest) maintain consistent quality across the cohort. Trigger on: (1) suspicion of sample-to-sample variability in ion signal;
    0
    installs
  72. Irt Peptide Standard Matching · holobiomicslab
    Use when you have a Thermo Fisher Scientific .raw file from an LC-MS run containing a spiked iRT peptide standard mix (e.
    0
    installs
  73. JSON File Parsing And Loading · holobiomicslab
    Use when after generating a structured JSON result file from a prior computational step (e.g., gensim LDA model output in myexp.ldaresult.json format) and needing to store it in PostgreSQL for web application access, visualization, or further analysis.
    0
    installs
  74. Large Scale Spectral Matching · holobiomicslab
    Use when you have preprocessed mass spectra (peak-filtered, metadata-cleaned) in supported formats (mzML, mzXML, msp, MGF, JSON) and need to compare all-pairs or many-to-many spectrum similarity to identify related compounds, build spectral libraries, or perform large-scale library searching.
    0
    installs
  75. Lc Ms Eic Plot Interpretation · holobiomicslab
    Use when after executing TARDIS in screening_mode = TRUE on centroided .mzML files with a defined target compound list.
    0
    installs
  76. Lc Ms Feature Quality Scoring · holobiomicslab
    Use when immediately after peak detection and feature table generation from LC-MS data, when you need to rank or filter features by confidence before annotation or statistical analysis.
    0
    installs
  77. Lcms Peak Intensity Filtering · holobiomicslab
    Use when after XCMS peak picking, alignment, and grouping when you have identified putative incorporations (via PuInc_seeker) or base-peak isotopologue candidates and need to exclude low-intensity peaks that are likely noise or instrument artifacts.
    0
    installs
  78. Lcms Retention Time Alignment · holobiomicslab
    Use when when XCMS-aligned LC-MS data shows coefficient of variation (CV) above expected thresholds for known features, or when analyzing long-duration experiments (>1 week) or large cohorts (>100 samples) where global warping functions are known to fail due to compound-specific RT drift structures.
    0
    installs
  79. Lipid Structure Specification · holobiomicslab
    Use when you have identified lipid species unique to your sample type (e.
    0
    installs
  80. M Z Tolerance Window Matching · holobiomicslab
    Use when when you have detected features with m/z, drift time, and retention time dimensions and need to associate peaks into isotopic groups (e.g., monoisotopes with C13 substitutions) or align features across multiple LC-IMS-MS/MS samples.
    0
    installs
  81. Mass Range Window Restriction · holobiomicslab
    Use when you have loaded an MsmsSpectrum object and need to focus analysis on a biologically or chemically relevant mass window.
    0
    installs
  82. Mass Spectral Data Formatting · holobiomicslab
    Use when when you have raw mass spectral data in .mgf, .msp, .mzML, or .lbm2 file formats and need to search against a spectral library using entropy similarity or Flash Entropy Search. Also apply this skill before building spectral library indices or computing entropy-based compound identification.
    0
    installs
  83. Mass Spectral Peak Annotation · holobiomicslab
    Use when you have centroided MS2 spectra (in mzML format from data-dependent acquisition) and a list of known or suspect PFAS diagnostic fragment masses, and you need to systematically flag which detected features contain fragments characteristic of PFAS compounds (e.
    0
    installs
  84. Metabolite Annotation Scoring · holobiomicslab
    Use when you have a feature table with candidate metabolite annotations (m/z, retention time, chemical identifiers) from MS/MS spectra or external tools (SIRIUS, GNPS), sample metadata linking samples to organisms, and you need to prioritize candidates by both annotation quality AND biological.
    0
    installs
  85. Metabolite Feature Annotation · holobiomicslab
    Use when after MS1 feature extraction from mzXML files when you have: (1) a feature table with m/z, retention time, and intensity values; (2) DDA (Data-Dependent Acquisition) mzXML files containing MS2 fragmentation spectra; and (3) a reference spectral library in MSP format.
    0
    installs
  86. Metaboset Object Manipulation · holobiomicslab
    Use when when you have read LC-MS peak table data from Excel (or equivalent) into R and need to organize it into a structured object that tracks feature abundances, sample information (injection order, QC status), and feature metadata (mass, retention time, Feature_ID) simultaneously.
    0
    installs
  87. Molecular Fingerprint Parsing · holobiomicslab
    Use when you have received a JSON response from the CSI:FingerID web service endpoint after submitting a fragmentation tree or tandem mass spectrum query, and you need to extract the predicted molecular fingerprint representation and associated scoring metrics for compound identification or CANOPUS.
    0
    installs
  88. Molecular Formula Calculation · holobiomicslab
    Use when you have user-specified lipid class constraints (e.
    0
    installs
  89. Molecular Fragment Prediction · holobiomicslab
    Use when when you have an experimental tandem mass spectrum (m/z peaks and intensities) and a chemical formula, and need to identify the true molecular structure from a candidate library (e.g., PubChem).
    0
    installs
  90. Ms Ms Spectral Interpretation · holobiomicslab
    Use when you have acquired MS/MS spectral data (in mzML, mzXML, or equivalent format) for unknown compounds and need to identify the most probable metabolite structure.
    0
    installs
  91. Multi Tool Results Comparison · holobiomicslab
    Use when you have feature identification outputs from two or more DIA-MS search tools (e.g., DIA-NN and OpenSwath result files) and need to assess their agreement on analyte detection, quantification, and scoring.
    0
    installs
  92. Mzml Format Output Validation · holobiomicslab
    Use when after executing smiter.synthetic_mzml.write_mzml to generate synthetic LC-MS/MS runs from nucleoside or peptide fragmentation models.
    0
    installs
  93. Mzml Metabolomics Data Import · holobiomicslab
    Use when you have raw LC-HRMS metabolomics data in mzML or ABF format that needs to be processed through a reproducible pipeline. Use this skill when: (1) you have public or proprietary .mzML LC-MS datasets (e.g. from MetaboLights, MassIVE, or PRIDE);
    0
    installs
  94. Neural Network Model Training · holobiomicslab
    Use when you have downloaded LC-MS spectral peak data (DOI 10.25345/C5FD2F or equivalent) and need to build a supervised deep neural network classifier to distinguish peak classes in mass spectrometry data.
    0
    installs
  95. Numerical Equivalence Testing · holobiomicslab
    Use when you need to confirm that omitting an optional input parameter (such as secondaryAssay in buildExperiment) produces the expected mathematical result—specifically, when a default value should neutralize a transformation (e.
    0
    installs
  96. Parameter Search Space Design · holobiomicslab
    Use when when beginning an untargeted LC-MS analysis and either (1) the dataset characteristics (sample complexity, instrument platform, or polarity) differ from previously optimized cohorts, (2) multiple peak-picking algorithms (Centwave, FeatureFinderMetabo, ADAP) are available and their relative.
    0
    installs
  97. Polarity Aware Data Filtering · holobiomicslab
    Use when when performing targeted peak detection on LC-MS data where compounds have been assigned expected ionization polarities (positive or negative mode) in the target list, and you want to prevent false peak assignments from the opposite polarity and avoid manual pre-filtering of raw data by.
    0
    installs
  98. Pre Trained Model Fine Tuning · holobiomicslab
    Use when you have a small training dataset for molecular property prediction (e.g., <500 samples from PredRet or MoNA databases) and a pre-trained GNN model is available that was trained on a related, larger molecular corpus.
    0
    installs
  99. Precursor And Noise Filtering · holobiomicslab
    Use when you have loaded raw tandem MS spectra (in MGF, mzML, or similar format) and need to prepare them for peptide identification, spectral library matching, or intensity-based analysis.
    0
    installs
  100. Precursor M Z Based Filtering · holobiomicslab
    Use when you have an unknown MS/MS query spectrum with a known or measured precursor m/z value and need to search a spectral library (local or public: GNPS, MASSBANK, DrugBANK) to annotate the compound.
    0
    installs