HolobiomicsLab
- 7.4k skills
- 0 followers
- 1 day ago last updated
- ▌ Outlier Detection Qc Sample Ratio Analysis · holobiomicslabUse when after building a SummarizedExperiment object from metabolomics LC-MS data with QC and Study Sample types defined, when you need to identify QC samples with aberrant Compound/Internal Standard ratios (indicating instrument drift, matrix effects, or sample degradation) and Study Samples with.
- ▌ Parent Ion Fragment Hierarchy Organization · holobiomicslabUse when after ISF features have been identified and annotated in Part 4 of the ISFrag workflow, and you need to represent the structural relationships among ISF features and their parent ions hierarchically.
- ▌ Positional Encoding For Spectral Sequences · holobiomicslabUse when preparing mass spectrum input tensors for transformer encoder layers in IDSL_MINT.
- ▌ Pytorch Transformer Backbone Instantiation · holobiomicslabUse when when building a graph-based molecular property prediction model that must process both molecular structures (as heterogeneous graphs) and tabular metadata (chromatographic column parameters).
- ▌ Quality Control Sample Identification Lcms · holobiomicslabUse when when you have XCMS-preprocessed LC-MS metabolomics data with a peak table and an accompanying covariate/metadata file that contains a 'SampleType' column, and you plan to apply QC-based quality filters (such as RSD filtering) or train classifiers for peak quality assessment.
- ▌ Reference Prediction Comparison Evaluation · holobiomicslabUse when you have executed a structure annotation pipeline (like BAM) on a validation dataset for which ground-truth molecular structure annotations exist, and you need to assess whether the pipeline's predictions match the reference annotations at the required sensitivity and specificity.
- ▌ Residue Position Mapping To Spectrum Peaks · holobiomicslabUse when when you have an MS2 spectrum (FT2 scan or mzML) with observed peak data (m/z, intensity, charge states), a peptide sequence, and need to annotate which amino acid residues generated each matched fragment ion—particularly in stable isotope labeling experiments where isotopic mass shifts.
- ▌ Retention Time Agnostic Spectral Alignment · holobiomicslabUse when you have MS2 fragmentation spectra from multiple samples (in .mgf, .mzML, or .mzXML format) and want to compare them despite poor feature overlap, strong RT shifts between acquisitions, or use of different LC-MS platforms (e.g., Orbitrap vs. Q-ToF).
- ▌ Retention Time Extraction From Raw Spectra · holobiomicslabUse when when you have Thermo Orbitrap .raw files containing known reference peptides (e.
- ▌ Root Mean Squared Error Computation By Bin · holobiomicslabUse when when evaluating a regression or similarity prediction model and you need to understand whether prediction error is uniform across the outcome space or concentrated in particular ranges (e.g., low structural similarity vs. high similarity scores).
- ▌ Sample Vectorization Via Spectral Features · holobiomicslabUse when you have unaligned MS2 spectra from multiple metabolomics samples (in mzML, mzXML, or MGF format) and need to compare them without relying on retention time or aligned m/z features.
- ▌ Sensitivity Threshold Stability Assessment · holobiomicslabUse when you have labeled MS/MS spectra from replicate measurements and need to determine a frequency threshold for denoising that balances competing objectives: retaining true fragment signals while removing noise.
- ▌ Silhouette Analysis Threshold Optimization · holobiomicslabUse when when you have a pre-computed hierarchical dendrogram from structural clustering (e.g., of LC-MS features based on m/z and retention time) and want to compare or validate the cluster assignments produced by a fixed constant-threshold method.
- ▌ Spectral Data Export And Format Conversion · holobiomicslabUse when after running RAMClustR clustering on XCMS-processed metabolomics data, export spectral data when you need to share clustered spectra with external annotation software (MSFinder, Sirius), perform spectrum matching against reference databases, or prepare results for collaborative analysis.
- ▌ Spectral Feature Clustering And Comparison · holobiomicslabUse when after identifying statistically significant LC-MS features (e.
- ▌ Spectral Feature Extraction And Annotation · holobiomicslabUse when you have raw LC/MS data in mzML format and need to perform non-targeted screening to discover unknown chemical features without a predefined list of target compounds.
- ▌ Spectral Graph Construction From Fragments · holobiomicslabUse when after you have aligned fragment ion pairs between two MS/MS spectra using maximum weight matching and need to compute statistical significance scores for the matched pairs.
- ▌ Spectral Result Visualization Verification · holobiomicslabUse when after running annotateRC to generate ranked candidate annotations for LC-MS AIF features, when you need to confirm that (1) the top-ranked candidate match is chemically plausible given the observed fragment ions, (2) alternative candidate annotations exist and are correctly ranked, and (3).
- ▌ Spectral Similarity Measure Implementation · holobiomicslabUse when you have MSMS spectra from two or more compounds and need to identify which are structurally related. Use this skill when you want to rank spectrum pairs by similarity to discover novel analogs or validate structural assignments in untargeted metabolomics or natural products discovery.
- ▌ Spectral Structural Similarity Computation · holobiomicslabUse when when you have pre-trained embedding vectors (e.g., from MSBERT) for a collection of mass spectra and need to establish which spectra are chemically similar for validation, clustering, or library matching.
- ▌ Spectrum Normalization And Standardization · holobiomicslabUse when you have raw MS2 spectra in common formats (mzML, mzXML, msp, MGF, JSON) from one or more metabolomics samples, and you need to prepare them for MS2 fingerprint generation, similarity scoring, or cross-sample comparison.
- ▌ Spectrum Object Creation And Preprocessing · holobiomicslabUse when when you have raw tandem mass spectrometry peak data (m/z and intensity pairs), precursor m/z, charge state, and adduct annotation for one or more compounds, and need to construct normalized spectrum objects suitable for downstream spectral alignment, modification site prediction, or.
- ▌ Stable Isotope Labelling Feature Detection · holobiomicslabUse when you have XCMS-processed LC/MS peak tables from paired unlabeled (12C) and labeled (13C) metabolic samples with replicate measurements, and you want to systematically detect which features show significant enrichment in the labeled condition relative to the unlabeled control.
- ▌ Structural Cluster Annotation Metabolomics · holobiomicslabUse when after identifying statistically significant LC-MS features (e.g., via MB-VIP with p < 0.01 and permutation testing), when you need to consolidate multiple ionization and isotopic forms of the same metabolite into structural groups for annotation and pathway mapping.
- ▌ Retention Time Mass Correspondence Resolution · holobiomicslabUse when you have two LC-MS untargeted metabolomic feature tables (each containing m/z, retention time, and intensity columns) and need to establish which features in dataset A correspond to which features in dataset B, typically for comparative metabolomics, batch effect correction, or.
- ▌ Root Mean Squared Error Regression Evaluation · holobiomicslabUse when you have a trained regression model (e.g., a neural network or similar predictor) and a held-out test set with ground-truth continuous labels, and you need to measure whether the model's predictions match the true values.
- ▌ Spectra Object Instantiation And Manipulation · holobiomicslabUse when you have mass spectrometry spectral data (m/z and intensity pairs, precursor m/z, MS level, and metadata) in R memory or in a file format (mzML, mzXML, CDF, MGF, MSP), and you need to organize it into a queryable, processable object before performing spectral similarity calculations.
- ▌ Spectral Artifact Identification In Tandem Ms · holobiomicslabUse when you have a raw or preprocessed peak table from tandem MS/MS data (e.g., from Progenesis QI, MS-DIAL, or Bruker Metaboscape) and observe features that may represent detector artifacts, incorrectly merged/split isotopic patterns, or sample carryover contaminants (e.
- ▌ Spectral Noise Filtering And Artifact Removal · holobiomicslabUse when you have raw MS/MS spectra in supported formats (.mgf, .mzML, or .msp) containing both chemical signal and experimental noise, prior to structural motif discovery via topic modeling.
- ▌ Spectral Noise Synthesis Poisson Distribution · holobiomicslabUse when when you have clean, baseline MS/MS spectra and need to create test datasets with known noise characteristics to benchmark denoising algorithms, compare denoising search performance, or validate that electronic and chemical noise removal functions correctly identify and remove injected.
- ▌ Spectral Similarity Distance Metric Selection · holobiomicslabUse when when you have processed LC-MS/MS spectral data in .mgf format with feature identifiers and need to compute a pairwise similarity matrix to support interactive exploration.
- ▌ Spectrum Similarity Nearest Neighbor Indexing · holobiomicslabUse when when you have thousands to millions of high-resolution tandem MS/MS spectra (in mzML, mzXML, or MGF format) that need to be clustered or compared, and exhaustive pairwise distance computation is computationally prohibitive.
- ▌ Tabular Data Parsing And Structure Conversion · holobiomicslabUse when you have a txt or tabular export file from a liquid chromatography–mass spectrometry (LC-MS) instrument (e.g., Sciex MultiQuant > v3.0.
- ▌ Tanimoto Fingerprint Ground Truth Computation · holobiomicslabUse when when preparing paired MS/MS spectra for training or validation of a siamese neural network model, and you have chemical structure annotations (InChI, SMILES, or InChIKey) for each spectrum but lack pre-computed structural similarity labels.
- ▌ Targeted Dia Data Extraction From Raw Spectra · holobiomicslabUse when when you have raw diaPASEF mzML files, a transition list with target analytes (protein, peptide, charge state), and search results (DIA-NN, OpenSwath output) containing feature metadata (retention time, ion mobility, m/z coordinates), and you need to isolate and visualize signal for.
- ▌ Transformer Input Representation Construction · holobiomicslabUse when you have variable-length MS/MS peak lists (m/z arrays and intensity arrays) that must be fed into a transformer architecture for tasks like compound identification or spectral clustering.
- ▌ True Positive False Positive Rate Calculation · holobiomicslabUse when you have a trained NeatMS neural network model (.h5 format) and need to assess its classification performance at a specific decision threshold (e.g., 0.01) to determine what fraction of true peaks are retained (TPR) versus what fraction of incorrect peaks are incorrectly accepted (FPR).
- ▌ Variance Estimation Within And Between Groups · holobiomicslabUse when you have a QC-annotated LC-MS feature intensity table (CSV or data frame) with replicate QC samples and biological samples from multiple batches or run orders, and you need to assess which features maintain consistent signal intensity across technical replicates (within-group) relative to.
- ▌ Vendor Mass Spectrometry File Format Handling · holobiomicslabUse when you have one or more vendor mass spectrometry raw files (Thermo .raw, Agilent .d, Sciex .wiff2, or other MSConvert-supported formats) that must be converted to Aird format for batch processing, cloud deployment, or integration with downstream analysis tools.
- ▌ Warping Function Comparison Across Algorithms · holobiomicslabUse when after applying two or more LC-MS alignment algorithms (such as XCMS and ncGTW) to the same dataset, use this skill to determine which produces warping functions. Specifically, apply this when: (1) you have detected or suspect misaligned features in XCMS output (e.
- ▌ Zero Value Handling In Mass Spectrometry Data · holobiomicslabUse when after feature detection has produced a feature table with zero and missing values (sparse abundance matrix) but before multivariate statistical analysis or annotation.
- ▌ Transformer Encoder Architecture Implementation · holobiomicslabUse when when processing sequential spectroscopic data (1H NMR spectra) where both local chemical shift patterns and global spectral dependencies are needed for compound classification.
- ▌ Chromatin Accessibility Occupancy Prediction · holobiomicslabUse when after you have (1) corrected ATAC-seq BAM files for Tn5 insertion bias using ATACorrect, (2) computed per-base footprint scores using ScoreBigwig, (3) obtained a motif database (e.
- ▌ Configuration File Generation And Templating · holobiomicslabUse when when deploying a complex bioinformatics pipeline (like HiC-Pro) across heterogeneous computing environments where required tools (bowtie2, samtools, R, Python) may be installed in non-standard locations, differ in version, or require scheduler-specific configuration (TORQUE, SGE, SLURM.
- ▌ Fragment Length Estimation Cross Correlation · holobiomicslabUse when when beginning ChIP-Seq analysis with single-end BED/SAM input and no prior knowledge of the library's fragment length.
- ▌ Saddle Matrix Computation From Binned Tracks · holobiomicslabUse when you have a cooler Hi-C contact matrix file and an associated eigenvector track (from prior eigs_cis calculation or similar), and you need to quantify the preferential interaction patterns between A and B chromatin compartments.
- ▌ Acquisition Mode Enumeration And Validation · holobiomicslabUse when adopting a mass spectrometry-based analysis tool (e.
- ▌ Adduct Annotation Against Reference Library · holobiomicslabUse when after computing a histogram of all pairwise mass differences from an MSI dataset, use this skill when you have observed mass difference peaks that may correspond to known adducts (e.g., [M+H]+, [M+Na]+, [M−H2O]+).
- ▌ Binary Classification Output Interpretation · holobiomicslabUse when you have executed a binary classifier (such as BitterPredict.m) on a set of molecules with chemical structure descriptors and need to translate the raw predictions into a structured CSV output file that maps molecule identifiers to their predicted class labels (bitter or not-bitter).
- ▌ Chemical Informatics Data Format Conversion · holobiomicslabUse when when you have raw SMILES strings collected from multiple external databases that require standardization and deduplication before integration into a unified chemical structure database. Specifically, apply this skill when you need to convert interim/tables/0_original/structure/smiles.tsv.
- ▌ CI CD Pipeline Reproducibility Verification · holobiomicslabUse when when a repository displays a GitHub Actions workflow badge (e.
- ▌ Collision Cross Section Bias Quantification · holobiomicslabUse when you have ion mobility-mass spectrometry lipidomics data from samples spiked with U¹³C-labeled lipid internal standards (fully labeled yeast extract) and want to assess whether measured CCS values systematically deviate from a validated DT CCS N₂ reference library, indicating bias that may.
- ▌ Count Verification Against Published Values · holobiomicslabUse when when you have access to a curated dataset (such as LOTUS) with published headline statistics in a peer-reviewed article or enriched index, and you need to validate data integrity, trace reporting accuracy, or establish a reproducible baseline before downstream analysis.
- ▌ Cross Language Implementation Compatibility · holobiomicslabUse when when a new file format specification has multiple language implementations and you need to validate that all implementations correctly interpret the specification.
- ▌ Database Schema Design For Sequential Media · holobiomicslabUse when when you have large sequential media files (mzML spectra, text chapters, or similar) and need to enable both random access by ID and sequential iteration without loading the entire file into memory.
- ▌ Dataframe Construction From Backend Sources · holobiomicslabUse when when implementing a new MsBackend subclass that stores only a subset of core spectra variables (e.
- ▌ Deep Learning Model Architecture Validation · holobiomicslabUse when after converting or loading a Keras model to HDF5 TensorFlow 2.3.0 format, especially when the model will be served through a pipeline (e.g., NP Classifier) that expects specific input/output layer names.
- ▌ Deep Neural Network Training Regularization · holobiomicslabUse when training a DNN on retention time prediction or similar continuous regression tasks where: (1) the feature space is very high-dimensional (thousands of molecular descriptors and fingerprints), (2) the training set is moderately sized (tens of thousands of molecules), (3) you observe or.
- ▌ Dotnet Framework Installation In Containers · holobiomicslabUse when you need to containerize a C# application (e.g., AirdPro) that targets .NET Framework 4.8 and must run on Linux hosts via Docker, but the application was originally built for Windows. Use this skill when you are building multi-stage Docker images from a Ubuntu 22.
- ▌ Linear Regression Concentration Calibration · holobiomicslabUse when your metabolomics experiment includes calibration line samples with known concentrations for spiked compounds, and you have computed batch-corrected compound/internal-standard ratios (ratio_corrected assay) and wish to convert relative ratios into absolute quantitative values for pathway.
- ▌ Mass Spectrometry Data Visualization Pandas · holobiomicslabUse when when you have mass spectrometry data (mzML, Bruker .d, or CSV) loaded into a Pandas DataFrame with columns for m/z, retention time, ion mobility, or intensity values, and you need to render spectrum plots, chromatograms, mobilograms, or 2D peak maps.
- ▌ Molecular Descriptor Fingerprint Generation · holobiomicslabUse when you have a collection of chemical structures (SMILES, InChI, SDF, or mol formats) and need to train or apply a machine learning model for retention time prediction or molecular property estimation.
- ▌ Molecular Formula Assignment And Validation · holobiomicslabUse when you have a calibrated FT-ICR transient (ESI_NEG or similar ionization mode) and need to annotate each detected m/z peak with its most likely elemental composition.
- ▌ R Dependency Package Compatibility Auditing · holobiomicslabUse when a Shiny application or R-based tool is known to run on only one operating system (e.g., Windows-only), and you need to identify the root causes preventing execution on Linux or macOS before undertaking cross-platform porting.
- ▌ Shiny Application Cross Platform Adaptation · holobiomicslabUse when when a Shiny application is documented or observed to run only on Windows, blocking deployment to Linux or macOS users. Typical triggers include hardcoded Windows path separators, unavailable packages on non-Windows systems, or system calls specific to the Windows API.
- ▌ Sonarcloud Static Code Analysis Integration · holobiomicslabUse when when you have a GitHub-hosted Python project (or other supported language) with an existing test suite and want to gate code contributions on multiple quality dimensions beyond unit tests—specifically when you need automated reporting of code coverage, technical debt, security issues, and.
- ▌ Application Server Datasource Configuration · holobiomicslabUse when when deploying a Java web application (such as CEU Mass Mediator) that requires access to a database managed outside the application server, and you have obtained database credentials from the maintainers.
- ▌ Chemical Identifier Mapping Across Services · holobiomicslabUse when when you have .msp files with sparse or incomplete chemical metadata (e.g., only compound names) and need to populate missing identifiers (SMILES, InChI, InChI keys, CAS numbers, IUPAC names, formulas) by querying multiple external chemical databases.
- ▌ Class Imbalance Handling In Neural Networks · holobiomicslabUse when your PPI prediction dataset has a large mismatch between positive (true interactions) and negative (non-interactions) labels—typical in CF-MS interactome prediction where true interactions are rare. When training an end-to-end neural network (e.
- ▌ Computational Reproducibility Documentation · holobiomicslabUse when when releasing or archiving a computational workflow (e.g., an R or Python-based normalization pipeline) and you need to ensure that future users or reviewers can re-run the analysis in an identical computational environment.
- ▌ CSV Table Validation And Integrity Checking · holobiomicslabUse when you have received a raw peak table CSV (in either standardized format or output from metabolomic software tools like XCMS, MZmine, etc.) and a corresponding label file, and you need to confirm both files are well-formed and mutually consistent before passing them to NOREVA preprocessing.
- ▌ Deep Learning Model Training And Validation · holobiomicslabUse when you have paired mass-spectrometry spectral data (m/z and intensity arrays) with known molecular fingerprints or InChIKeys, and need to train a supervised deep learning model to predict fingerprints for novel spectra.
- ▌ Descriptive Statistics Aggregation By Group · holobiomicslabUse when after lipid matching is complete and you have a table of matched lipid abundances with sample annotations (e.g., experimental condition, disease state, or treatment group).
- ▌ Discrepancy Detection Threshold Calibration · holobiomicslabUse when normalizing metabolomics data using both QC and biological samples together.
- ▌ Distance Metric Computation Adjacency Index · holobiomicslabUse when you have a collection of tokenised BGCs (each gene represented as a combination of Pfam domains and subPfams) and need to identify redundant or highly similar clusters before downstream analysis.
- ▌ Domain Ontology Mapping Tcm And Ethnobotany · holobiomicslabUse when when integrating structure-organism pairs from TCM databases, ethnobotanical collections, or alternative medicine sources that use domain-specific or transliterated terminology (e.
- ▌ Enrichment Metric Scaling And Normalization · holobiomicslabUse when you have parsed GO enrichment results (CSV with GO term identifiers, p-values or adjusted p-values, gene ratios, and gene counts) and need to prepare these metrics for dotplot visualization.
- ▌ Feature Hashing Representation Mass Spectra · holobiomicslabUse when when you have high-resolution mass spectra that must be rapidly searched against large spectral libraries with open modifications, and you need to reduce the dimensionality of spectral data without losing the ability to retrieve spectrally similar peptides.
- ▌ Fiams Spectra Window Extraction And Merging · holobiomicslabUse when you have raw FIA-MS full-scan data in mzML format and need to prepare it for untargeted metabolite discovery. Apply this skill when your goal is to detect and annotate unknown metabolites across a wide m/z range (e.
- ▌ Flux Distribution Segregation Visualization · holobiomicslabUse when you have sampled feasible flux distributions from multiple constraint-based models (e.g., cell-line-specific variants of a metabolic model) and need to visually and quantitatively compare how well different constraint scenarios segregate biological samples.
- ▌ Ggplot2 Customization For Statistical Plots · holobiomicslabUse when when a statistical analysis function (e.g., random_forest or PCA_plot from Omu) returns a ggplot2 object and you need to adjust visual presentation—such as removing gridlines, applying a clean background theme (e.
- ▌ Ggplot2 Theme Customization For Publication · holobiomicslabUse when you have generated a ggplot2 object from a domain-specific function (e.g., omu's plot_volcano) and need to refine its appearance for publication.
- ▌ HTML Report Generation From Processed Omics · holobiomicslabUse when after completing batch normalization and quality control filtering on a Metaboprep object, when you need to communicate QC decisions, visualize exclusion patterns, and export final processed data for downstream analysis or sharing with collaborators.
- ▌ Ion Image Augmentation Contrastive Learning · holobiomicslabUse when when you have preprocessed mass spectrometry ion images (single-channel 2D arrays or multi-channel spectral images) and need to train a self-supervised encoder to learn low-dimensional representations for downstream tasks such as co-localized ion discovery (COL mode) or isotope ion.
- ▌ Ion Mobility Filtering And Tolerance Tuning · holobiomicslabUse when your raw MSI dataset is acquired on an ion-mobility-enabled instrument (e.g., Bruker .baf, .tsf, or .tdf formats) and your analyte of interest has a known or experimentally determined ion mobility value (1/K0 or drift time μs).
- ▌ Laser Ablation Isotope Image Interpretation · holobiomicslabUse when you have imported a raw LA-ICP-MS raster image (line-by-line, spot-wise, or ablation-time-aligned format) and need to isolate tissue regions from instrumental background or air before quantifying regional elemental abundance.
- ▌ Mass Spectrometry Data Object Instantiation · holobiomicslabUse when when you have mass spectrometry data stored in non-standard formats (SQLite, HDF5, custom binary) that pymzML does not natively support, and you want to enable random-access and sequential parsing of spectra without converting to mzML first.
- ▌ Mass Spectrometry Data Structure Conversion · holobiomicslabUse when when you have received metabolomics mass-spectrometry data in vendor-native or open formats (.raw, .d, mzXML) and need to ingest it into SMART for preprocessing, peak detection, or statistical analysis.
- ▌ Mass Spectrometry Quantification Extraction · holobiomicslabUse when you have raw LipidSearch or LIQUID output files (CSV or TSV format) containing lipid identifiers and per-sample quantification measurements, and you need to convert them into a machine-readable data matrix for downstream statistical analysis, normalization, or differential abundance.
- ▌ Mass Spectrum Scan Extraction And Windowing · holobiomicslabUse when when you have a full mass spectrum scan (e.g., FT1 or FT2 scan from an Orbitrap or IonTrap instrument) and need to isolate a narrow m/z window containing a known or predicted precursor ion before matching it to theoretical isotopic envelopes.
- ▌ Metabolite Column Filtering By Missing Rate · holobiomicslabUse when apply this filter when raw metabolomics data contains metabolite columns with varying amounts of missing values and you aim to conduct statistical analysis or imputation. The trigger is the presence of column-wise NA prevalence >10% in metabolite features;
- ▌ Metabolite Correlation Network Construction · holobiomicslabUse when after variance-stabilizing normalization and imputation of metabolomic data when you have a MultiAssayExperiment object containing normalized metabolite abundances and wish to identify groups of co-abundant metabolites that may share biochemical pathways or regulatory mechanisms.
- ▌ Metabolomic Data Preprocessing Optimization · holobiomicslabUse when you have multi-class or time-course metabolomic peak tables (with or without quality control samples and/or internal standards) and need to select the preprocessing workflow from hundreds of candidate combinations.
- ▌ Metabolomics Software Build Reproducibility · holobiomicslabUse when when developing or maintaining a multi-platform metabolomics GUI tool (such as Maven GUI) that must produce binary executables for end users, and you need to ensure that builds are reproducible across different OS platforms, dependency versions are pinned and tracked, and release artifacts.
- ▌ Model Validation And Performance Evaluation · holobiomicslabUse when after training a MEISTER deep learning reconstruction model on mass spectrometry data, you must validate performance on independent test sets before applying the model to new experimental or clinical samples.
- ▌ Molecular Formula Heteroatom Classification · holobiomicslabUse when after molecular formula assignment has been completed on detected peaks in a processed mass spectrum object.
- ▌ Molecular Structure Representation Learning · holobiomicslabUse when when you have paired mass spectra and molecular structure data and need to train a model that can bidirectionally map between experimental spectra and chemical structures.
- ▌ Msi Data Visualization And Spatial Analysis · holobiomicslabUse when when you have imzML-format MSI data and need to identify biochemical species in specific tissue regions or anatomical structures.
- ▌ Multi Channel Image Registration Validation · holobiomicslabUse when after importing and manually aligning two element channels in LA-ICP-MS images, use this skill to confirm registration quality before computing spatial relationships.
- ▌ Multi Generation Transformation Hierarchies · holobiomicslabUse when the analytical goal requires detection of downstream transformation products that are not direct metabolites of the parent but rather products of further metabolism or degradation (e.g., secondary metabolites, conjugates of phase I products).