HolobiomicsLab
- 7.4k skills
- 0 followers
- 1 day ago last updated
- ▌ Metabolomics Batch Correction Evaluation · holobiomicslabUse when when you have log2-transformed metabolomics data with known batch assignments and biological groupings, and you need to validate that a batch correction method (such as CordBat) has successfully removed batch-driven variation without collapsing true group differences in metabolite.
- ▌ Metabolomics Group Comparison Statistics · holobiomicslabUse when you have a metabolomics matrix with metabolites as rows and samples as columns, each sample labeled with one of two experimental group identifiers (e.
- ▌ Metabolomics Library Generation Pipeline · holobiomicslabUse when when you have cloned or accessed the Reverse_metabolomics_library_generation repository and need to verify that the Nextflow workflow is properly configured, executable, and produces expected spectral library outputs.
- ▌ Metabolomics Preprocessing Normalization · holobiomicslabUse when you have acquired raw SIMS (secondary ion mass spectrometry) metabolite images aligned with tissue regions and segmented single-cell masks, and you need to extract normalized metabolite intensity values per cell before performing cell-type assignment, VAE embedding, or protein–metabolite.
- ▌ Missing Value Imputation Method Dispatch · holobiomicslabUse when you have a metabolomics data matrix with missing-not-at-random (MNAR) left-censored values and need to apply multiple imputation methods to the same data in a standardized way, compare their outputs, or integrate the imputation step into a larger pre-processing pipeline.
- ▌ Molecular Formula Parsing And Validation · holobiomicslabUse when you have received a formula-assigned FT-ICR MS dataset (CSV or tab-delimited table containing molecular formulas and mass values) and need to convert those formula strings into quantified elemental compositions before computing molecular descriptors, diversity indices, or transformation.
- ▌ Molecular Structure File Format Handling · holobiomicslabUse when when you have molecular structures in one format (e.g., SMILES strings in a spreadsheet or text file) but need to feed them to a tool that accepts a different format (e.g., CypReact requires .sdf or .csv with SMILES).
- ▌ Multiassayexperiment Object Manipulation · holobiomicslabUse when when you have parsed metabolite measurements into a table (rows = metabolites, columns = samples) and have corresponding sample-level covariates (e.g., disease status, treatment group) and/or feature-level annotations (e.
- ▌ Parametric Nonparametric Model Selection · holobiomicslabUse when you have preprocessed, log₂-scaled metabolomics data in CSV format (samples × features) with batch assignment labels and need to decide which batch effect correction model to apply.
- ▌ Pixel Intensity Scaling And Thresholding · holobiomicslabUse when after normalizing an MSI pixel array to TIC or an internal standard, when the raw pixel intensity distribution spans multiple orders of magnitude and produces images with poor contrast or where extreme outlier intensities would wash out spatial detail.
- ▌ Polymorphic Method Dispatch On Plot Kind · holobiomicslabUse when when building a plotting library that must support multiple visualization types (1D spectra, chromatograms, mobilograms, 2D peak maps) across heterogeneous rendering backends, and you want users to specify plot type via a single kind parameter rather than importing backend-specific classes.
- ▌ Psm Spectrum Identifier Regex Extraction · holobiomicslabUse when when you have PSM identifications from a search engine (e.
- ▌ Publication Figure Formatting And Export · holobiomicslabUse when after generating initial visualizations (volcano plots, heatmaps, box plots, or bar plots) of lipid expression data, apply this skill when figures must be submitted to journals, supplementary materials, or presentations and must meet publication-quality standards for axes labels, legends.
- ▌ Python Environment Dependency Resolution · holobiomicslabUse when when you have cloned a Python project repository and need to set up a working environment with all required packages, or when requirements.txt exists but dependencies are not yet installed in your current Python environment.
- ▌ Qt Application Compilation And Packaging · holobiomicslabUse when you have a Qt5-based C++ GUI application source tree (e.g., Maven GUI) that must be compiled and packaged for end-user distribution across macOS and Windows platforms, especially when automated builds are managed by CI/CD services (AppVeyor, Travis).
- ▌ Quality Control Sample Ratio Calculation · holobiomicslabUse when you have preprocessed metabolomics data stored in a SummarizedExperiment object containing QC sample measurements, assigned internal standards for compounds, and evidence of batch effects.
- ▌ R Data Frame Construction And Validation · holobiomicslabUse when when you have instrument-exported text files (e.g., Sciex MultiQuant txt format) containing QCpool sample measurements, metadata, and timestamps that need to be converted into a reproducible, schema-validated R object for metabolomics or lipidomics quality overview analysis.
- ▌ Retention Time Normalization And Scoring · holobiomicslabUse when you have XCMS-aligned feature tables with retention time values and need to compute pairwise feature similarity.
- ▌ Sampletype Phenotype Stratified Plotting · holobiomicslabUse when after loading and normalizing a LipidomicsExperiment object with logged Area measurements, when you need to assess whether clinical sample groups (e.
- ▌ Screening Performance Metric Computation · holobiomicslabUse when after running inference with a pre-trained or fine-tuned NaFM model on a virtual screening dataset (compounds with known bioactivity labels or ground truth), compute screening-specific performance metrics to evaluate retrieval and ranking capability.
- ▌ Sequence To Sequence Architecture Design · holobiomicslabUse when when you have encoder-produced fixed-size embeddings and need to generate variable-length discrete sequences (e.g., SMILES tokens, protein sequences, chemical formulas) as outputs.
- ▌ Similarity Score Computation For Spectra · holobiomicslabUse when you have a preprocessed unknown sample spectrum (m/z peaks and intensities) and need to identify the most likely species or reference entries by scoring it against a database of known spectra.
- ▌ Singular Value Decomposition Application · holobiomicslabUse when you have a metabolite intensity matrix (samples × metabolites, log₂-transformed and standardized) and pathway definitions (pathway IDs mapped to metabolite sets), and you need to score pathway activity across samples in a way that tolerates noise and missing peaks.
- ▌ Spans Centering Procedure Implementation · holobiomicslabUse when normalizing peptide or protein-level quantification matrices in proteomics workflows and you need to center the data but lack domain knowledge to manually select among mean, median, geometric mean, or robust centering methods.
- ▌ Spectral Library Annotation Augmentation · holobiomicslabUse when you have a GNPS DBResult file containing spectral library matches with InChIKey identifiers but lacking ClassyFire ontology columns (superclass, class, subclass), and you need to restore this taxonomic context for consensus classification or chemical ontology annotation workflows.
- ▌ Spectral Peak Filtering By Mass Accuracy · holobiomicslabUse when after molecular formula assignment has been performed on FT-ICR MS peaks (e.g., by Formularity or CoreMS), and before calculating thermodynamic indices, compound class assignments, or statistical analysis.
- ▌ Spectrum Filtering With Deletion Logging · holobiomicslabUse when processing heterogeneous mass spectrometry libraries (e.g., from OMSLs) where chemical identifiers are unevenly populated across records.
- ▌ Sub Network Detection From Scored Graphs · holobiomicslabUse when you have a GLASSO-inferred sparse network graph and associated PCA scores (e.g., from prior dimension reduction of omics or imaging data), and you need to identify which nodes cluster together based on both their PCA score patterns and their connectivity in the graph.
- ▌ Tomcat Application Server Initialization · holobiomicslabUse when when you need to deploy a Java web application packaged in a Tomcat Docker container to a specified HTTP endpoint, and must verify that the container starts successfully, the Tomcat server initializes, and the application becomes accessible at the mapped host port before proceeding with.
- ▌ Transformation Network Topology Analysis · holobiomicslabUse when when you have pre-processed FT-ICR MS peak lists with assigned molecular formulas and wish to move beyond univariate chemical composition analysis to understand metabolic transformation pathways and hub metabolites.
- ▌ U13c Labeled Standard Reference Matching · holobiomicslabUse when you have IM-MS measurements of samples spiked with U13C-labeled internal standards (e.g., fully labeled yeast extract) and need to assess whether measured CCS values systematically deviate from their true reference values.
- ▌ Unit Test Design For Biochemical Filters · holobiomicslabUse when after implementing a custom Filter subclass (e.g., MetabolomicsFilter, TanimotoFilter) in minedatabase/filters.py, you must write unit tests to validate that _choose_cpds_to_filter correctly identifies compounds to retain/remove.
- ▌ Validated Dataset Integrity Verification · holobiomicslabUse when you have received a validated dataset (e.g., interim/tables/4_analysed/platinum.tsv.
- ▌ Gcms Deconvolution Identification Workflow · holobiomicslab bundleUse when you have GC-MS data (mzML / CDF, typically EI) and want deconvolved, retention-index-validated compound identifications — spectral deconvolution of co-eluting peaks, EI library matching, RI calibration, and differential analysis.
- ▌ Adaptive Prior Distribution Selection · holobiomicslabUse when after running DESeq() and extracting raw results with results(), when you have log fold change estimates with high variance and wish to improve their precision.
- ▌ Buffer Management And Flush Protocols · holobiomicslabUse when when quantifying or mapping RNA-seq reads with salmon quant using the --writeMappings (-z) flag, or in any streaming output scenario where record count discrepancies appear between reported totals (e.g., NumReads in quant.sf) and file contents (SAM record count).
- ▌ Differential Gene Expression Analysis · holobiomicslabUse when when you have RNA-seq count matrices (from HTSeq, featureCounts, Salmon, kallisto, or RSEM quantification) and need to test for differential expression between two or more treatment groups.
- ▌ Gene Length Offset Matrix Computation · holobiomicslabUse when you have transcript-level quantification (salmon, Sailfish, or kallisto output) summarized to gene level by tximport, and you observe or suspect differential isoform usage across your experimental conditions.
- ▌ K Nearest Neighbor Graph Construction · holobiomicslabUse when after PCA dimensionality reduction and scaling of normalized, log-transformed gene expression data, when you need to identify local cell neighborhoods (typically with k=15 neighbors) before applying clustering algorithms like Leiden or computing UMAP embeddings.
- ▌ Pathway Activity Correlation Analysis · holobiomicslabUse when when you have run gene set enrichment analysis (e.
- ▌ Pearson Correlation Analysis Genomics · holobiomicslabUse when when comparing transcript quantification outputs (NumReads counts, abundance estimates) from two mapper implementations (e.
- ▌ Per Read Mapping Agreement Assessment · holobiomicslabUse when comparing mapping outputs from two different salmon versions or implementations (e.g., C++ 1.12.0 vs. Rust 2.0) to determine if observed differences in total mapped read counts are due to true algorithmic bugs, parameter defaults, or index format changes.
- ▌ Rna Seq Read Mapping Parameter Tuning · holobiomicslabUse when when comparing two implementations of the same RNA-seq mapping algorithm on identical reference indices and read sets, if per-read mapping agreement is <99.8% or the overall mapping rate differs by >0.
- ▌ Transcript Quantification Integration · holobiomicslabUse when you have transcript quantification output (TPM or raw counts) from a pseudo-aligner (Salmon or kallisto) and an ioe/ioi event definition file from SUPPA2's generateEvents step, and you need to calculate PSI values—the relative inclusion level of alternative splicing events—across multiple.
- ▌ Mass Spectrometry File Inventory Management · holobiomicslabUse when you have uploaded MS/MS data to MassIVE with validated sample-information metadata and need to subset public files by sample attributes (organism, tissue type, extraction method, ionization source, pre-MS separation) to create reproducible, manageable cohorts for molecular networking.
- ▌ Ondiskmsnexp Object Manipulation And Export · holobiomicslabUse when you have raw CE-MS data and need to (1) transform migration time values to effective mobility using two calibration markers (e.
- ▌ Reaction Pathway Assignment And Propagation · holobiomicslabUse when you have detected and clustered unknown MS features from untargeted xenobiotic metabolomics data, computed fragmentation pattern similarity scores between features and reference spectra, and now need to systematically assign individual features to specific biotransformation reactions (e.
- ▌ Recursive Propagation Algorithm Development · holobiomicslabUse when when you have constructed a two-layer metabolite annotation network (knowledge-driven and data-driven) and need to propagate initial seed annotations (e.
- ▌ Xenobiotic Metabolite Annotation From Ms Ms · holobiomicslabUse when you have aligned MS/MS feature tables (e.g., from MSDial ver. 4.80) representing unknown metabolites suspected to be Phase I/II transformation products of xenobiotics, and you need to assign both chemical identity and biotransformation pathway context to each feature.
- ▌ Baseline Method Comparison And Benchmarking · holobiomicslabUse when you have developed or adapted an analytical method (e.g., NPFimg for GC–MS marker identification) and need to demonstrate its reliability or improved performance over a widely-used reference method (e.g., XCMS). Apply this skill when you have access to both the same raw input data (e.
- ▌ Chemical Metadata Retrieval And Aggregation · holobiomicslabUse when after raw GC-MS CSV input has been parsed into separate matrices (Component.RT, Base.Peak.MZ, Compound.Name, Match.Factor, Component.Area) and you need to enrich sample-level identifications with authoritative chemical properties.
- ▌ Chemical Type Classification And Annotation · holobiomicslabUse when after identifying query chemicals from GC-MS data (via Match.
- ▌ Data Structure Design For Spectral Searches · holobiomicslabUse when you have raw GC-MS output in CSV format with columns Component.RT, Base.Peak.MZ, Component.Area, Compound.Name, Match.Factor, and File.
- ▌ Mass Spectrometry Column Polarity Filtering · holobiomicslabUse when you have a combined EI library (from multiple sources such as NIST, RIKEN, MoNA) and access to NIST RI database files (ri.dat and USER.
- ▌ Mass Spectrometry Scoring Method Validation · holobiomicslabUse when you have high-resolution LC-MS data processed through both XCMS feature detection and RAMClustR clustering, and you need to verify the reliability of molecular weight assignments before downstream annotation or statistical analysis.
- ▌ Metadata Field Extraction And Restructuring · holobiomicslabUse when reading mass spectral library files (particularly MoNA EI or MS2 libraries) where structural metadata like SMILES information is embedded in general-purpose fields (e.g., Comment field) rather than in the dedicated SMILES field expected by mspcompiler's downstream processing steps.
- ▌ Spectral Peak Word Embedding Representation · holobiomicslabUse when when you have MS/MS spectra (LC-MS or equivalent positive ionization mode data) that you intend to embed using Word2Vec or similar distributional semantic models, or when you need to prepare spectral data for training similarity models that learn peak co-occurrence patterns rather than.
- ▌ Adduct Form Prediction And Mass Calculation · holobiomicslabUse when you have a characterized lipid species (with defined class and fatty acid composition) and need to predict which adduct forms will ionize under your experimental ionization mode (positive or negative ESI), and you require accurate precursor m/z values for DDA method configuration or.
- ▌ Adduct Formation Prediction For Metabolites · holobiomicslabUse when when you have unidentified LC/MS features (m/z, retention time, intensity) and need to disambiguate which metabolites they represent by accounting for the fact that observed m/z values may correspond to different adduct forms (e.
- ▌ Annotation Benchmark Performance Evaluation · holobiomicslabUse when after running an end-to-end annotation workflow (matching, clustering, filtering, and prioritization) on untargeted LC-MS peak tables, when you have access to a curated reference dataset (df.Ref) containing validated peak assignments for the same biological sample.
- ▌ Batch Effect Assessment Via Quality Metrics · holobiomicslabUse when when you have processed metabolomics LC-MS/MS data organized by batch and sample type (including pooled QC replicates), and you need to quantify whether batch-to-batch and matrix effects are acceptable for downstream reporting.
- ▌ Box Cox Transformation Parameter Estimation · holobiomicslabUse when you have raw LC-MS feature-intensity tables (rows: samples, columns: metabolite features, values: raw intensities) with non-normal, skewed distributions and need to normalize them prior to statistical analysis.
- ▌ Calibration Coefficient Accuracy Assessment · holobiomicslabUse when after applying deimos.calibration.tunemix() to positive-mode or negative-mode tune mix reference data (containing known CCS values across m/z range 118–1522), assess whether the single-field calibration model's r-squared coefficient meets the expected precision (typically ≥0.
- ▌ Chromatogram Plot Generation Retention Time · holobiomicslabUse when you have mass spectrometry data loaded as a Pandas DataFrame with retention time and intensity columns, and you need to visualize the overall or mass-trace-specific signal intensity distribution across the chromatographic separation.
- ▌ Chromatographic Peak Detection And Grouping · holobiomicslabUse when when you have processed LC-MS data through XCMS alignment but suspect misaligned features due to retention-time drift over long acquisition periods (>1 week) or large sample batches (hundreds of samples), or when peak-filling produces unexpectedly high coefficient-of-variation (CV > 0.
- ▌ Classification Model Performance Evaluation · holobiomicslabUse when after fitting and optimizing a MB-PLS model on training data, apply this skill to the held-out test set (typically 10% of the original sample) to obtain unbiased performance estimates.
- ▌ Confidence Score Thresholding In Proteomics · holobiomicslabUse when when loading search results from Data-Independent Acquisition (DIA) mass spectrometry workflows (e.g., output from OpenSwath or similar feature detection tools) and you need to restrict the analyte pool to those meeting a strict false-discovery rate (FDR) threshold.
- ▌ Constraint Based Flux Sampling And Analysis · holobiomicslabUse when when you have constraint-based metabolic models for multiple samples or cell lines, and you want to determine whether integrating multiple omics constraint types (nutrient availability, extracellular metabolite ratios, gene expression) produces distinct and biologically meaningful.
- ▌ Cross Database Structural Homology Matching · holobiomicslabUse when when you have antiSMASH-predicted BGCs and wish to link them to metabolomic data via structure prediction, but only BGCs with sufficient structural homology to characterized reference clusters will yield reliable predictions.
- ▌ Cross Dataset Score Distribution Comparison · holobiomicslabUse when when you have applied multiple scoring functions (e.g., strain correlation and IOKR) to rank genomic-metabolomic (GCF-MF or BGC-spectrum) links and need to verify that: (1) standardisation produces zero mean and unit variance across all links;
- ▌ Cross Language Data Format Interoperability · holobiomicslabUse when you have mass spectrometry data (LC–MS/MS, ion mobility, DIA) converted to MZA format and need to read or analyze it in multiple programming languages (Python and R), or share datasets with collaborators using different environments without requiring proprietary vendor libraries or format.
- ▌ Data Driven Similarity Layer Implementation · holobiomicslabUse when you have untargeted metabolomics mass spectrometry data (MS2 spectra with m/z values and intensities) and an existing knowledge-driven metabolite network, and you need to enhance annotation accuracy and coverage by leveraging experimental similarity patterns rather than relying solely on.
- ▌ Dda Fragmentation Strategy Parameterization · holobiomicslabUse when you have a virtual chemical mixture (MS1 peaks) and need to prototype a new DDA acquisition strategy before testing on real instrumentation. Use this skill when you want to compare how different parameter combinations (e.g., TopN=3 vs TopN=5, isolation_width=0.5 Da vs 1.
- ▌ Entropy Based Spectral Distance Computation · holobiomicslabUse when when comparing two preprocessed MS/MS spectra for compound identification and you need higher accuracy than dot product similarity provides.
- ▌ Feature Sub Group Refinement And Validation · holobiomicslabUse when after initial retention-time-based feature grouping (e.
- ▌ Feature Table Annotation Table Construction · holobiomicslabUse when after feature extraction from XCMS or MS-Dial when you have a feature intensity table (samples × features), a feature info table with m/z and retention time measurements, and access to a reference compound database with known m/z, retention time, and compound metadata.
- ▌ Feature Table Integration And Normalization · holobiomicslabUse when when you have MS1 feature tables from heterogeneous sources—e.g., XCMS peak detection output mixed with vendor software (MS-DIAL, MZmine2) results—and need to merge them into a single, format-normalized table for ISFrag analysis.
- ▌ Filter Status Data Structure Interpretation · holobiomicslabUse when after applying a sequence of mpactr filters (filter_mispicked_ions, filter_group, filter_cv, filter_insource_ions) to an LC-MS/MS peak table in Progenesis or MS-DIAL format, call qc_summary() to obtain a structured report of per-ion filtering outcomes and use this skill to understand.
- ▌ Gaussian Process Uncertainty Quantification · holobiomicslabUse when after collecting observed separation efficiency scores at sampled gradient conditions and you need to propose the next gradient to evaluate.
- ▌ Graph Neural Network Encoding For Molecules · holobiomicslabUse when you have molecular structures (SMILES or SDF format) that need to be matched against MS/MS spectra, or you need to compute similarity between query spectra and a reference library of compounds.
- ▌ Interactive Network Visualization Rendering · holobiomicslabUse when after structural clustering (isotopologue grouping, adduct detection, cross-assay linking) and correlation clustering of LC-MS features, when you need to inspect and communicate the topology of structural relationships—particularly when the number of features or link types is too dense for.
- ▌ Ionization Polarity Selection And Filtering · holobiomicslabUse when loading raw mass spectrometry data (MGF, mzML, or msp format) into MS2LDA and you need to isolate spectra from a single ionization polarity.
- ▌ Isotopic Signature Validation And Filtering · holobiomicslabUse when after isotope detection has enumerated C13 isotopologue patterns across m/z, drift time, and retention time dimensions, and you need to reduce false positives by retaining only well-populated isotopic signature clusters before annotation or export.
- ▌ Latent Dirichlet Allocation Topic Inference · holobiomicslabUse when you have a preprocessed corpus of mass spectrometry spectra converted to bag-of-fragments format (with neutral losses extracted and noise filtered), and you seek to discover recurring fragmentation patterns or substructures that characterize multiple spectra without prior knowledge of the.
- ▌ Mass Accuracy Collision Energy Optimization · holobiomicslabUse when you have defined a set of lipid targets (species, adducts, chain compositions) for PRM or MRM analysis and need to generate precursor-to-fragment transition rules that will maximize signal intensity and specificity on your mass spectrometer (Thermo QExactive HF, Agilent QTOF, or.
- ▌ Mass Defect Filtering For Chemical Validity · holobiomicslabUse when after loading an MS-DIAL peak list (feature table with m/z, retention time, intensity, and sample assignments) when you need to remove non-organic or chemically implausible features.
- ▌ Mass Spectrometry Method Cycle Verification · holobiomicslabUse when when you have a Thermo Fisher Scientific Orbitrap .raw file and need to confirm that a targeted acquisition method (e.g., PRM targeting a specific precursor m/z) is achieving uniform cycle timing.
- ▌ Mass Spectrometry Scan Extraction By Target · holobiomicslabUse when you have raw LC-MS/MS chromatogram files in mzML/mzXML format (converted from Thermo, Waters, or Bruker instruments) acquired in DDA or targeted MS/MS mode, and you need to isolate specific MS1 precursors and their corresponding MS2 fragments based on known m/z values and optional.
- ▌ Metabolite Annotation Confidence Assignment · holobiomicslabUse when you have a feature intensity table with feature metadata (m/z, retention time) extracted from XCMS or MS-Dial, and you want to cross-reference each feature against a known-compound database to assign standardized confidence levels.
- ▌ Metabolite Annotation Taxonomic Integration · holobiomicslabUse when you have paired metabolomics data (MS/MS spectra and feature quantification) linked to organismal or tissue taxonomy, and you want to reduce false positive annotations and improve annotation rank by filtering candidate metabolites to those chemically plausible within the given taxon.
- ▌ Metabolite Candidate Ranking Interpretation · holobiomicslabUse when after running annotateRC() on LC-MS AIF features, when you need to validate whether a feature's rank-1 annotation is reliable or when you suspect that structurally similar metabolites (e.
- ▌ Metabolite Feature Filtering By Missingness · holobiomicslabUse when you have a raw metabolite abundance matrix (e.g., from MSPrep or another LC-MS/MS pipeline) with many features and samples, and you observe that a substantial fraction of metabolites are missing (NA or zero-valued) across replicates.
- ▌ Metabolite Feature Matching Across Datasets · holobiomicslabUse when you have two independent LC-MS untargeted metabolomic feature tables (e.
- ▌ Metabolite Identity Ground Truth Validation · holobiomicslabUse when after constructing candidate feature pair alignments and retention-time spline mappings in a multi-dataset LC-MS metabolomics integration workflow, when you have access to independent ground-truth annotations (e.
- ▌ Metabolite Structure Annotation Integration · holobiomicslabUse when you have a set of candidate transformed structures generated by biotransformation rules (e.
- ▌ Metabolomics Feature Integration Assessment · holobiomicslabUse when after XCMS peak picking and fillPeaks() when you have xcmsEIC and filled xcmsSet objects and need to systematically flag low-quality or unreliable peak integrations prior to statistical modeling or machine learning classification.
- ▌ Missing Value Imputation Strategy Selection · holobiomicslabUse when after mark_nas() has replaced non-NA missing-value codes (e.g., 0, 1) with R's NA in the exprs matrix of a MetaboSet object, and you need to decide whether to apply random forest imputation, simple imputation strategies, or defer imputation.
- ▌ Molecular Formula Isotopic Profile Matching · holobiomicslabUse when you have detected peaks from untargeted LC/HRMS analysis (via IDSL.IPA or equivalent peak picker) with m/z and retention time values, and you need to assign molecular formulas to those peaks.
- ▌ Motif Pseudo Spectra Optimization Filtering · holobiomicslabUse when after LDA has converged and inferred Mass2Motifs from preprocessed mass spectrometry spectral data, when the raw motif-fragment distributions contain noise or low-confidence associations that obscure the dominant fragmentation patterns.
- ▌ Ms2 Fingerprint Blank Contamination Removal · holobiomicslabUse when after aligning MS2 fingerprints across samples (generating a sample-by-feature occurrence matrix) and before applying visualization techniques (MDS/PCoA, TMAP, Heatmap) or statistical comparisons.