← all publishers

HolobiomicsLab

@holobiomicslab source repo

7377 published skills · page 63 of 74

  1. Deconvolved Spectrum Comparison · holobiomicslab
    Use when after auto-deconvolution of GC-MS data has produced a table of deconvolved mass spectra, and you need to organize these spectra into clusters or detect which compounds co-elute or share similar fragmentation patterns.
    0
    installs
  2. Drug Database Record Extraction · holobiomicslab
    Use when when you have obtained a DrugBank release file (requiring access credentials) and need to integrate drug chemical structure, name, and identifier information into a metadata cleanup or chemical enrichment pipeline.
    0
    installs
  3. Dysregulation Score Computation · holobiomicslab
    Use when you have per-sample metabolite abundance data (e.g., from LC-MS or GC-MS) and a metabolite-to-pathway assignment table, and need to generate a sample-by-pathway dysregulation matrix for downstream classification, prognosis prediction, or pathway-level phenotype association.
    0
    installs
  4. Gc Ms Spectral Library Matching · holobiomicslab
    Use when when you have GC-MS data with detected peaks that require structural annotation, retention index calibration has been applied (typically using FAMES standards), and you need to assign compound identities with confidence scores.
    0
    installs
  5. Mass Spectral Data Augmentation · holobiomicslab
    Use when when you have limited real GC-MS overlapped peak data but need thousands of labeled examples to train a deep learning model for mass spectral deconvolution.
    0
    installs
  6. Mass Spectral Matrix Prediction · holobiomicslab
    Use when you have raw GC-MS data with overlapped peaks in a specific retention time region and need to resolve the individual pure mass spectra of all components present in that region.
    0
    installs
  7. Molecular Network Graph Parsing · holobiomicslab
    Use when after GNPS_GC molecular networking job completion, when you have retrieved raw network output files and need to extract, validate, and structure the network topology for further metabolite assignment, comparative network analysis, or visualization.
    0
    installs
  8. Ms Peak Table Format Validation · holobiomicslab
    Use when immediately after loading a raw GC-MS CSV file and before executing the spreadOut() function. Use it when you have received peak table data from an instrument vendor (e.
    0
    installs
  9. Peak Detection Cwt Optimization · holobiomicslab
    Use when when you have a pre-aligned GCIMSDataset and need to systematically identify and annotate chromatographic peaks across multiple samples.
    0
    installs
  10. Qc Type Color Marker Assignment · holobiomicslab
    Use when configuring a new injection-plate design template in InjectionDesign if you have multiple QC types to position on a plate and need to visually distinguish them in the final worksheet.
    0
    installs
  11. Raw Chromatography Data Parsing · holobiomicslab
    Use when you have raw GC-MS output files (vendor formats or netCDF) from a chromatography instrument and need to prepare them for automated peak deconvolution and spectral analysis.
    0
    installs
  12. Spectral Peak Clustering Gc Ims · holobiomicslab
    Use when after peak detection on individual GC-IMS samples, when you need to assign consistent cluster IDs to peaks detected across multiple samples to enable cross-sample comparison and quantification.
    0
    installs
  13. Xcms Parameter Optimization Msw · holobiomicslab
    Use when when you have direct-injection or low-complexity mass spectrometry data (mzML files) and need to detect chromatographic peaks using wavelet-based methods instead of centWave, especially when standard retention-time-dependent peak detection is not suitable or when you need to tune.
    0
    installs
  14. Algorithm Interface Abstraction · holobiomicslab
    Use when you have multiple independent peak-picking algorithms available and need to allow end-users to select among them for the same analytical task (peak detection in untargeted LC-MS data) without coupling the rest of your pipeline to each algorithm's API.
    0
    installs
  15. Background Ion Blank Comparison · holobiomicslab
    Use when after generating an initial LC-MS feature table (from Asari or similar peak detection) and before normalization or statistical analysis, especially when blank samples (e.g., solvent-only or buffer-only runs) were acquired alongside study samples.
    0
    installs
  16. Batch Generation And Validation · holobiomicslab
    Use when you have raw mzML files and a feature table (CSV) from LCMS data processed by tools like mzMine, and you need to create train/test/validation batches with specific matrix dimensions (120 × 2) and verified margin/peak signal separation before training or evaluating a neural network.
    0
    installs
  17. Blank Intensity Ratio Filtering · holobiomicslab
    Use when apply this filter after feature detection and before downstream statistical analysis when your experimental design includes blank samples (e.
    0
    installs
  18. Candidate Metabolite Prediction · holobiomicslab
    Use when you have an unknown compound's mass spectrum (m/z peaks and intensities) in positive or negative ion mode and need to identify candidate metabolites from a structure database.
    0
    installs
  19. Chemical Annotation Integration · holobiomicslab
    Use when after training a tandem mass spectrometry embedding model (such as MSBERT) on a reference spectral library (e.g., GNPS), apply this skill to confirm that the high-dimensional embedding vectors project into interpretable chemical space.
    0
    installs
  20. Chemical Formula Representation · holobiomicslab
    Use when you need to feed chemical formulas into a neural network-based formula scorer (such as MIST-CF) that must learn data-dependent representations of formula structure and composition.
    0
    installs
  21. Chemical Metadata Harmonization · holobiomicslab
    Use when when aggregating MS/MS spectra from multiple public repositories (GNPS, MassBank, Mona) or in-house sources with inconsistent metadata naming conventions, missing or malformed adduct annotations, or incomplete chemical structure annotations (SMILES/InChI/InChIKey).
    0
    installs
  22. Compound Identification Scoring · holobiomicslab
    Use when you have preprocessed MS/MS spectra (noise-filtered, normalized) and need to compute pairwise similarity or distance scores for compound library matching, when your goal is to rank candidate compounds by spectral match quality and maximize correct identification rate above dot-product.
    0
    installs
  23. Configuration File Modification · holobiomicslab
    Use when when you need to expand or contract a mass spectrometry dataset by adding or removing allowed instrument types (e.
    0
    installs
  24. Contrastive Loss Implementation · holobiomicslab
    Use when training embeddings from MS/MS spectra and you need to simultaneously enforce: (1) discrimination between spectra with different structural properties via contrastive learning on peak information and metadata embeddings, and (2) accurate reconstruction of embeddings from peak features via.
    0
    installs
  25. Metabolite To Gene Mapping · holobiomicslab
    Use when you have metabolomic data (e.g., from LC-MS or GC-MS comparing patient to controls) showing differential abundant metabolites (DAMs), candidate genes from exome sequencing or variant calling, and access to a protein–protein or gene–gene interaction network (e.g., STRING).
    0
    installs
  26. R S4 Object Accessor Usage · holobiomicslab
    Use when you have constructed or received a SummarizedExperiment object (or similar S4 class) containing MS feature tables, counts matrices, or sample-level metadata, and need to retrieve specific slots (e.
    0
    installs
  27. Sample Metadata Extraction · holobiomicslab
    Use when when you have an Excel file uploaded by a user following the InjectionDesign template schema and need to convert it into a modifiable, structured sample list that preserves up to three classification dimensions and QC type assignments for LC/GC-MS multi-omics experiments.
    0
    installs
  28. Transformer Model Training · holobiomicslab
    Use when you have a dataset of augmented simulated overlapped GC-MS peaks and need to train a Transformer model to automatically deconvolve them into pure component mass spectra.
    0
    installs
  29. Arrow Tabular Data Reading · holobiomicslab
    Use when when you have Parquet-encoded tabular data (e.
    0
    installs
  30. Candidate Ranking By Score · holobiomicslab
    Use when you have a query mass spectrum and a set of candidate molecular structures, and you need to prioritize candidates by their likelihood of matching the query. Typical triggers include: (1) you have computed or extracted spectral features (e.
    0
    installs
  31. Cluster Assignment Mapping · holobiomicslab
    Use when after density-based clustering (e.g., DBSCAN) has been performed on a sparse pairwise distance matrix derived from MS/MS spectra nearest neighbor indexes.
    0
    installs
  32. Composite Spectra Analysis · holobiomicslab
    Use when your untargeted LC/HRMS dataset contains Data-Independent Acquisition data (MS^E, AIF, or SWATH-MS) or MS1-only composite spectra where multiple precursor ions fragment simultaneously, and you need to deconvolve overlapping fragmentation spectra to enable accurate chemical structure.
    0
    installs
  33. Compound Candidate Ranking · holobiomicslab
    Use when after compound database dereplication has produced candidate annotations (from SIRIUS or MetFrag) and you need to select the most reliable candidates for final annotation.
    0
    installs
  34. Compound Database Matching · holobiomicslab
    Use when you have MS2 .mzML spectral data from untargeted metabolomics and need to assign chemical identities to detected precursor ions.
    0
    installs
  35. Compound Identifier Lookup · holobiomicslab
    Use when you have an experimental MS/MS spectrum (m/z and intensity pairs in mzML/mzXML format from DDA or targeted acquisition on Thermo, Waters, or Bruker instruments) and need to identify the unknown compound by comparing it against a reference database.
    0
    installs
  36. Container Image Management · holobiomicslab
    Use when your LC-HRMS metabolomics data (.mzML or .abf files) must be processed reproducibly across multiple machines (local workstations, HPCs, cloud) without manual tool installation, or when you need to enforce identical computational environments for peer review and long-term archival.
    0
    installs
  37. Cross Omics Strain Mapping · holobiomicslab
    Use when when you have paired genomics (AntiSMASH BGC annotations) and metabolomics (GNPS spectra and molecular families) data from the same microbial strains and need to identify which biosynthetic pathways produce which observed natural products.
    0
    installs
  38. Custom Data Schema Mapping · holobiomicslab
    Use when a practitioner has pre-computed features from an external feature-finding procedure (e.g., vendor software, alternative open-source tools) and wishes to incorporate them into PFΔScreen's PFAS prioritization pipeline without re-detecting features from raw mzML data.
    0
    installs
  39. De Novo Peptide Sequencing · holobiomicslab
    Use when you have annotated MS/MS spectra in MGF format and need to identify peptide sequences that may not exist in reference protein databases—such as in immunopeptidomics, metaproteomics, paleoproteomics, venomics, or monoclonal antibody assembly workflows.
    0
    installs
  40. Dependency Version Parsing · holobiomicslab
    Use when before launching a multi-tool computational workflow (e.g., QCxMS2 mass spectra calculations) that depends on external programs with version-sensitive APIs or features. Apply this skill when: (1) the workflow has explicit minimum version requirements for one or more dependencies;
    0
    installs
  41. Distance Matrix Clustering · holobiomicslab
    Use when you have a sparse pairwise distance matrix derived from nearest neighbor indexing of MS/MS spectra (or similar high-dimensional objects) and need to partition spectra into groups based on local density and neighborhood connectivity.
    0
    installs
  42. Docker Container Execution · holobiomicslab
    Use when you have GNPS-style MGF spectral files as input and need to run Mass2SMILES MS/MS-to-structure inference without installing TensorFlow, CUDA, or Python dependencies locally.
    0
    installs
  43. Dual Branch Feature Fusion · holobiomicslab
    Use when when you have molecular input data available in two or more distinct formats (e.g., RDKit-extracted fingerprints AND torch_geometric Graph objects representing molecular topology) and your prediction target (e.
    0
    installs
  44. Eic File Format Generation · holobiomicslab
    Use when after completing MS2 annotation in the JPA metabolomics workflow, when you have aligned feature data (feature matrix with m/z, retention time, intensity, and sample assignments) and need to extract and export EIC traces for individual features or feature subsets for external validation.
    0
    installs
  45. Email Delivery Integration · holobiomicslab
    Use when when a QC check fails during an active LC-MS run and configured email notification targets exist in the system. Use this skill to ensure that QC failures are communicated to stakeholders immediately, complementing Slack-based alerts for users who prefer or require email notification.
    0
    installs
  46. Entropy Similarity Scoring · holobiomicslab
    Use when you need to quantify the degree of match between two MS/MS spectra—either to validate that a denoised spectrum remains faithful to a reference ground-truth spectrum, or to rank candidate library matches for a query spectrum.
    0
    installs
  47. Executable Path Resolution · holobiomicslab
    Use when when preparing to run QCxMS2 or similar multi-tool orchestration software that depends on five or more external programs with strict version floors.
    0
    installs
  48. External Registry Querying · holobiomicslab
    Use when your project JSON document contains genome identifiers but lacks organism name or taxonomic annotations. The platform needs to auto-populate these fields to enable browsing and cross-linking with public genomic databases. Trigger this skill when you have genome IDs (e.
    0
    installs
  49. Feature Annotation Mapping · holobiomicslab
    Use when you have a trained decision tree model on ChemEcho sparse feature vectors and need to convert a specific decision path (root to leaf) into a deployable query.
    0
    installs
  50. Fragment Ion Mass Matching · holobiomicslab
    Use when you have a tandem mass spectrum (MSMS) of a known or hypothesized peptide, along with its ProForma 2.
    0
    installs
  51. Gnps Network File Handling · holobiomicslab
    Use when you have a GNPS molecular network job and need to programmatically load the network structure, merge external annotations (chemical class, MS2LDA substructural motifs), and export a unified annotated network for visualization in Cytoscape or other graph analysis tools.
    0
    installs
  52. Gradient Flow Verification · holobiomicslab
    Use when after implementing a composite loss function that combines multiple loss terms (e.g., InfoNCE contrastive loss and MSE reconstruction loss) in a PyTorch module, and before running full-scale training on MS/MS spectra data.
    0
    installs
  53. Graph Attribute Annotation · holobiomicslab
    Use when after dereplication and cosine similarity clustering have been completed on merged LC-MS/MS data, when you need to construct the final molecular network output with predicted molecules as nodes and their parent ions as a second node class, connected by edges that preserve the fragmentation.
    0
    installs
  54. Hmdb Metabolite Extraction · holobiomicslab
    Use when you have downloaded raw HMDB data (hmdb_metabolites.zip or pickle file) and need to generate a representative set of chemical objects for simulating LC-MS/MS acquisition strategies.
    0
    installs
  55. Interactive Plot Embedding · holobiomicslab
    Use when you have resolved USI (Unified Spectrum Identifier) spectrum data from a supported repository (GNPS, MassBank, MetaboLights, Metabolomics Workbench, ProteoXchange, or MS2LDA) and need to create a figure suitable for journal publication or supplementary materials that retains a link to the.
    0
    installs
  56. Ionization Mode Annotation · holobiomicslab
    Use when when converting MS/MS spectra from .msp format library files (e.g., MassBank) into a custom fragment library for metabolite annotation, and the source spectra are tagged with ionization mode information (positive or negative).
    0
    installs
  57. Large Scale Data Retrieval · holobiomicslab
    Use when you have a query mass spectrum (or a metabolite reference spectrum from public data) and need to search it against a large-scale spectral repository (≥billions of spectra, e.g., GNPS library) where execution time and resource efficiency are critical.
    0
    installs
  58. Lc Ms Spectral Data Import · holobiomicslab
    Use when you have raw LC-MS/MS spectral data in .mgf format (or vendor-specific raw data that can be converted to .mgf via MZmine or similar tools) and need to prepare it for interactive exploration using the specXplore dashboard.
    0
    installs
  59. Lcms Feature Table Parsing · holobiomicslab
    Use when you have raw nontargeted LCMS feature tables from one or more analytical methods in tabular format (with m/z, RT, and intensity columns) that need to be aligned or clustered, or when integrating multiple feature tables into a shared BMXP processing pipeline that requires standardized.
    0
    installs
  60. Lipid Maps Database Lookup · holobiomicslab
    Use when when you have a parsed lipid species table (output from LipidSearch or LIQUID) containing lipid names or identifiers, and you need to annotate each entry with its standardized LIPID MAPS category (e.g., Glycerophospholipids, Sphingolipids) and subcategory (e.
    0
    installs
  61. Lipid Nomenclature Mapping · holobiomicslab
    Use when you need to generate a comprehensive, non-redundant inventory of lipid species that span a defined lipid class (e.g., phosphatidylcholine, triacylglycerol) and a range of fatty acid compositions (e.g., C14:0 to C22:6).
    0
    installs
  62. Lipid Spectral Data Export · holobiomicslab
    Use when after generating a complete lipid spectral library with adduct-specific fragmentation patterns and retention time metadata, when you need to deploy the library for targeted or data-dependent acquisition on specific mass spectrometry instruments—either Excalibur-controlled orbitrap.
    0
    installs
  63. M Z Based Feature Grouping · holobiomicslab
    Use when after retention-time clustering has grouped features from multiple LC-MS samples, when you need to refine feature assignments by enforcing m/z consistency and eliminate duplicate or near-duplicate features with the same mass but potentially misaligned retention times.
    0
    installs
  64. Mass Spectrum Scan Parsing · holobiomicslab
    Use when you have raw mass spectrometry data files from a Thermo instrument (e.
    0
    installs
  65. Masst Output Visualization · holobiomicslab
    Use when you have completed one or more domain-specific MASST searches (microbeMASST, plantMASST, tissueMASST, microbiomeMASST, foodMASST) and have aggregated search outputs (matches.tsv, library.tsv, datasets.
    0
    installs
  66. Memomatrix Object Handling · holobiomicslab
    Use when you have generated one or more MemoMatrix objects (MS2 fingerprint matrices from separate sample sets) and need to combine them for cross-cohort alignment, validate structural consistency after merging, or prepare merged matrices for downstream filtering and visualization.
    0
    installs
  67. Model Artifact Persistence · holobiomicslab
    Use when after a deep neural network model has completed training on LC-MS spectral peak classification data and you need to preserve the learned weights and architecture for downstream inference, validation on held-out test sets, or sharing with collaborators.
    0
    installs
  68. Ms2 Spectrum Consolidation · holobiomicslab
    Use when after sample alignment and feature grouping steps in untargeted LC-MS workflows, when you have DDA-mode raw files with both MS1 and MS2 scans and need to link tandem mass spectra to quantified features for annotation and structural characterization.
    0
    installs
  69. Mzml Feature Table Parsing · holobiomicslab
    Use when you have raw LCMS data in mzML format and a feature table (CSV) from a peak detection pipeline (e.g., MZmine) and need to prepare these inputs for NeatMS preprocessing, batch creation, or peak classification. This skill is the mandatory entry point for any NeatMS workflow.
    0
    installs
  70. Network File Format Export · holobiomicslab
    Use when after completing dereplication and cosine similarity clustering in the MolNotator pipeline, when you have finalized molecular network data with molecule–ion relationships and need to visualize, analyze, or share the network in external software.
    0
    installs
  71. Pathway Annotation Mapping · holobiomicslab
    Use when you have a metabolomics dataset with metabolite identifiers in mixed formats (e.g., common names, KEGG accessions, HMDB IDs) and need to assign each metabolite to its canonical pathway(s) before performing pathway-level classification, feature selection, or prognosis modeling.
    0
    installs
  72. Peak Boundary Localization · holobiomicslab
    Use when after you have (1) extracted regions of interest (ROIs) around candidate peaks in LC-MS data and (2) run those ROIs through a trained CNN-Transformer peak detection model that outputs both binary peak classifications and bounding box coordinates.
    0
    installs
  73. Peak Data Integrity Checks · holobiomicslab
    Use when implementing or modifying a writable MsBackend subclass (e.g., MsBackendMemory, MsBackendDataFrame) and need to replace peak data (m/z values, intensity values, or peaksData).
    0
    installs
  74. Precursor Mass Calculation · holobiomicslab
    Use when when you have a compound's SMILES string or molecular formula and need to determine the expected precursor ion m/z for comparison against observed spectra, particularly before applying formula-based denoising, entropy similarity scoring, or denoising search against reference libraries.
    0
    installs
  75. Python Library Integration · holobiomicslab
    Use when when you have Thermo Fisher RAW mass spectrometry files and need to extract mass-to-charge ratios, intensities, scan metadata, and peak lists within a Python script or notebook for downstream computational analysis, and you require programmatic control over extraction parameters rather.
    0
    installs
  76. Python Package Integration · holobiomicslab
    Use when when you have LC-MS/MS data in MZmine-generated MGF and CSV files (for positive and/or negative ionization modes) and need to apply a sequence of deduplication, annotation, and dereplication steps defined in a MolNotator YAML configuration file to predict actual molecules and build.
    0
    installs
  77. Pytorch Module Development · holobiomicslab
    Use when when constructing a composite loss function for contrastive learning on structured data (e.
    0
    installs
  78. Qc Summary Data Extraction · holobiomicslab
    Use when after applying one or more mpactr filters (filter_mispicked_ions, filter_group, filter_cv, filter_insource_ions) to a feature table, use qc_summary() to extract the pass/fail status of each ion across all applied filters.
    0
    installs
  79. Qiime2 Artifact Inspection · holobiomicslab
    Use when you need to verify that a QIIME 2 artifact (e.g., a Chemical Feature Tree from q2-qemistree, a FeatureTable[Frequency], or a Phylogeny[Rooted] object) has been correctly produced, before using it as input to downstream analyses.
    0
    installs
  80. Qvalue Threshold Filtering · holobiomicslab
    Use when after loading search result files (e.g., from DIA-NN or OpenSwath) containing feature identification results with associated Q-value scores, apply this filter when you need to select a subset of high-confidence identifications before generating comparison plots or summary statistics across.
    0
    installs
  81. Raw File Header Extraction · holobiomicslab
    Use when beginning an LC-MS data analysis pipeline and you need to rapidly inspect instrument metadata, acquisition parameters, or scan statistics from proprietary Thermo .raw files without the I/O overhead of loading full spectra.
    0
    installs
  82. Retention Time Mz Indexing · holobiomicslab
    Use when when you have parsed .mzML or Thermo .raw LC-MS data and need to support interactive or programmatic queries by retention time (RT) and mass-to-charge ratio (m/z) without re-scanning the entire file.
    0
    installs
  83. Sample Membership Tracking · holobiomicslab
    Use when when aligning detected features across multiple LC-IMS-MS/MS samples and you need to identify which input samples contributed to each consensus feature cluster, especially to filter out spurious or low-confidence alignments, validate clustering completeness, or perform sample-specific.
    0
    installs
  84. Schema Constraint Checking · holobiomicslab
    Use when a user uploads a JSON project file to the platform and you need to verify it matches the required format defined in app/public/schema.json before accepting it into the database.
    0
    installs
  85. Spatial Coordinate Mapping · holobiomicslab
    Use when after LC-MS feature detection, alignment, quantification, and optional filtering/normalization are complete, and you have intensity values for molecular features that correspond to spatial positions (e.g., tissue coordinates, imaging pixel locations).
    0
    installs
  86. Spectra Mgf Format Loading · holobiomicslab
    Use when when you have downloaded a GNPS molecular networking archive (GNPS1 or GNPS2 workflow output) and need to reconstruct spectral records for integration with genomic data (BGCs, antiSMASH results) or for computing molecular family links and spectral similarity scores.
    0
    installs
  87. Spectral Alignment Scoring · holobiomicslab
    Use when you have paired MS/MS spectra (known compound and its structural analog) with assigned precursor m/z, charge, and SMILES; you want to quantify which parts of the molecular structure could have undergone modification by scoring peak alignment quality.
    0
    installs
  88. Spectral Format Conversion · holobiomicslab
    Use when when raw spectral data exists in one mass spectrometry file format but downstream analysis requires a different format; when integrating spectra from multiple sources or instruments that produce heterogeneous file formats;
    0
    installs
  89. Spectral Output Formatting · holobiomicslab
    Use when after generating tandem mass spectrum predictions from a neural model (ICEBERG, SCARF, or baseline), and before attempting retrieval ranking, metric computation, or validation against experimental spectra.
    0
    installs
  90. Spectral Window Extraction · holobiomicslab
    Use when you have loaded multidimensional MS data (from MZA HDF5 files or other formats) and need to examine a specific m/z region—for example, to visualize a known lipid or metabolite mass range, perform peak detection within a narrow window, or reduce computational overhead by working on a subset.
    0
    installs
  91. Spectrum Alignment Scoring · holobiomicslab
    Use when after generating probability predictions for potential modification sites (via ModiFinder.
    0
    installs
  92. Spectrum Metadata Handling · holobiomicslab
    Use when when you have a USI (Universal Spectrum Identifier) string referencing a spectrum in a public metabolomics repository (GNPS Molecular Networking, GNPS Spectral Libraries, MassBank, MetaboLights, Metabolomics Workbench, MS2LDA, or ProteoXchange) and need to extract its raw spectral data.
    0
    installs
  93. Spectrum Subset Extraction · holobiomicslab
    Use when after duplicate filtering of MZmine-exported MGF and CSV files, when you have combined spectra from multiple samples in a single MGF and need to segregate them by sample identifier before fragment annotation or adduct assignment.
    2
    installs
  94. Taxonomy Database Querying · holobiomicslab
    Use when a paired omics project record contains a genome identifier (e.g., from GenBank or NCBI) but lacks the corresponding organism scientific name.
    0
    installs
  95. User Interface Integration · holobiomicslab
    Use when when you have a multi-step computational workflow (e.g., peak detection, filtering, manual review) implemented in R and need to expose it to end-users who lack R expertise.
    0
    installs
  96. Bond Connectivity Prediction · holobiomicslab
    Use when you have predicted or partially assembled molecular fragments (as token sequences or substructure embeddings) and need to determine which atoms are bonded to which—that is, when the formula (atom inventory) is known or predicted but the connectivity graph is uncertain.
    0
    installs
  97. Cohort Performance Reporting · holobiomicslab
    Use when you have NMR metabolite measurements from peripheral blood samples (plasma/serum) paired with processing delay metadata (pre-centrifugation and post-centrifugation times) and need to benchmark metabolic parameter stability across delay windows.
    0
    installs
  98. Column Name Variant Matching · holobiomicslab
    Use when when processing mwTab metabolomics data files with variable column naming conventions (e.
    0
    installs
  99. Hybrid Model Fusion Strategy · holobiomicslab
    Use when you have 1H NMR spectral data from complex mixtures and need to identify component compounds, but a single architecture (CNN or Transformer alone) fails to capture both fine local patterns in peak structures and long-range dependencies across the full spectral range.
    0
    installs
  100. Isotopic Impurity Accounting · holobiomicslab
    Use when when analyzing LC-MS data from stable isotope labeling experiments where measured isotopologue abundances are contaminated by naturally occurring isotopes and tracer isotopic impurity, and you have access to unlabeled sample reference measurements to empirically model these confounding.
    0
    installs