HolobiomicsLab
- 7.4k skills
- 0 followers
- 20 hours ago last updated
- ▌ Fragment Length Prediction And Extension · holobiomicslabUse when after filtering duplicate reads from ChIP-Seq data but before generating pileup coverage tracks.
- ▌ Hi C Matrix Normalization Pipeline Setup · holobiomicslabUse when before running HiC-Pro's normalization stage on aligned Hi-C BAM files. Specifically, when you have SAM/BAM-formatted aligned Hi-C reads that need bias correction and matrix balancing to produce normalized contact maps suitable for downstream chromatin structure analysis.
- ▌ Illumina Methylation Array Preprocessing · holobiomicslabUse when your input is raw .idat files or a beta-valued matrix from Illumina HumanMethylation450 or EPIC arrays, and you need to remove unreliable probes (those with detection p-value > 0.01 or insufficient bead counts) before performing differential methylation or other downstream analyses.
- ▌ Kilobase Resolution Contact Map Analysis · holobiomicslabUse when you have paired-end Hi-C FASTQ files from a public repository (NCBI SRA, GEO, or ENCODE-deposited) and need to produce standardized .hic binary contact maps that conform to ENCODE reference formats and integrity standards for downstream 3D genome analysis.
- ▌ Nucleotide Footprint Pattern Recognition · holobiomicslabUse when you have aligned ATAC-seq BAM files and want to discriminate between transcription factor binding sites that are actually occupied by protein versus sites with matching sequence motifs that are unbound.
- ▌ Statistical Overlap Proportion Reporting · holobiomicslabUse when after identifying differentially methylated bases (q-value < 0.01, methylation difference > 25%) using calculateDiffMeth(), use this skill to determine what fraction of those bases overlap with specific gene features (promoters, exons, introns) and CpG contexts (islands vs. shores).
- ▌ Binary Stream Seeking And Decompression · holobiomicslabUse when you have a large gzip-compressed file (e.g., mzML.gz) with an embedded index structure in the gzip header comment field, and you need to retrieve specific blocks (e.g., mass spectra by scan number, chapters by ID) without decompressing the entire file.
- ▌ Build Artifact Retrieval And Validation · holobiomicslabUse when when you need to verify that a GitHub Actions workflow (such as dev_build_release.
- ▌ Domain Specific Language Grammar Design · holobiomicslabUse when when you need to enable non-programmers or domain experts to formulate complex, unambiguous queries over specialized data (e.
- ▌ Tanaka Physicochemical Descriptor Handling · holobiomicslabUse when you have raw HPLC column metadata arrays containing Tanaka parameter blocks that will be fed into a featurizer for machine learning on retention times. Tanaka parameters are present but may contain string artifacts ('2.7 spp', '2.
- ▌ Tandem Ms Feature Table Import And Parsing · holobiomicslabUse when when you have raw feature tables exported from a tandem LC-MS/MS preprocessing tool (e.g., Progenesis QI, MS-DIAL, Bruker Metaboscape) and need to combine them with sample metadata (group assignments, replicate structure) before applying feature filtering or quality control workflows.
- ▌ Tanimoto Similarity Scoring Implementation · holobiomicslabUse when when you have paired mass spectrometry spectra (e.g., from GNPS, MoNA, MassBank, or MSnLib) and need to predict continuous structural similarity scores (0–1 range) between them, especially when traditional spectral-distance metrics (e.
- ▌ Topic Modeling Hyperparameter Optimization · holobiomicslabUse when when preparing to apply LDA to a new MS/MS spectral dataset in bag-of-fragments format, before running the full modeling pipeline.
- ▌ Training Validation Dataset Stratification · holobiomicslabUse when when you have a complete labelled MS/MS spectral dataset annotated as 'relevant' (compounds of interest from reference standards) or 'other' (reference standards or non-target compounds from repositories), and you need to train and evaluate an AnnoMe binary classifier without data leakage.
- ▌ Type Safety And Length Matching Validation · holobiomicslabUse when implementing data replacement methods (such as `[<-`, `$<-`, `mz<-`, `intensity<-`, `peaksData<-`) in a writable MsBackend subclass.
- ▌ Vendor Proprietary Format Interoperability · holobiomicslabUse when you have mass spectrometry raw data in a proprietary vendor format (Thermo .raw, Agilent .d with or without ion mobility, Bruker ion mobility .d, or mzML) and need to enable reproducible, language-agnostic access to multidimensional spectra (e.
- ▌ Accurate Mass Metabolite Search Against Hmdb · holobiomicslabUse when after MS1 feature detection and spectra merging in an untargeted or semi-targeted metabolomics workflow, when you have a list of observed accurate m/z values from high-resolution mass spectrometry (e.
- ▌ Bi Encoder Cross Encoder Architecture Design · holobiomicslabUse when you have paired spectrum-compound reference data and need to simultaneously retrieve candidate compounds rapidly (bi-encoder) while also refining relevance scores through joint context modeling (cross-encoder).
- ▌ Blood Sample Processing Parameter Extraction · holobiomicslabUse when when you have peripheral blood sample cohorts (plasma/serum) with multiple timestamps (e.
- ▌ Metabolite Concentration To Spectrum Mapping · holobiomicslabUse when when you have a list of known metabolite concentrations and their corresponding J-coupling constants (spin systems) and need to generate realistic 1D 1H NMR spectra or 2D correlation spectra (COSY, HSQC, HMQC) for simulation, validation, or educational purposes, without access to actual.
- ▌ Molecular Transformation Frequency Filtering · holobiomicslabUse when after clustering pairwise mass differences into transformation groups from FT-ICR MS formula-assigned datasets, apply this skill when you have a catalog of transformation pairs (e.
- ▌ Nmr Network Visualization And Interpretation · holobiomicslabUse when you have 2D NMR spectra (heteronuclear: HSQC, HMBC;
- ▌ Transformer Model Inference On Spectral Data · holobiomicslabUse when you have a 1D 1H NMR spectrum represented as chemical shift vs. intensity values, a corresponding list of detected peak positions, and you need to assign metabolite identities to those peaks.
- ▌ Bootstrap Confidence Interval Computation · holobiomicslabUse when when you have computed z-score deviations for genomic annotations (e.g., motifs) across multiple cells or samples and need to quantify uncertainty in their variability rankings before performing differential or comparative analyses.
- ▌ Checksum Verification For Reproducibility · holobiomicslabUse when you have executed a complex multi-step processing pipeline (e.g., ENCODE Hi-C uniform processing pipeline) and need to confirm that the generated output files match a known reference baseline.
- ▌ Conda Environment Creation And Management · holobiomicslabUse when you need to deploy a complex multi-language pipeline (e.g., HiC-Pro) that requires Python >3.7 libraries (pysam, bx-python, numpy, scipy), R packages (ggplot2, RColorBrewer), and compiled tool binaries (bowtie2, samtools >=1.
- ▌ Differential Accessibility Interpretation · holobiomicslabUse when after identifying differentially accessible peaks (via tl.
- ▌ Leiden Clustering Resolution Optimization · holobiomicslabUse when you have performed spectral dimension reduction on single-cell omics count matrices and wish to partition cells into discrete populations.
- ▌ Makefile Based Build System Configuration · holobiomicslabUse when when deploying a complex bioinformatics pipeline (e.g., HiC-Pro) that depends on multiple external tools with version constraints (samtools ≥1.9, bowtie2, R packages, Python libraries) and you need to verify their availability and configure their paths before running the analysis.
- ▌ Multiome Data Ingestion Paired Modalities · holobiomicslabUse when you have independently generated or received both scATAC-seq peak count matrices and scRNA-seq gene expression matrices from the same set of cells (multiome experiment), and you need to perform joint analysis such as co-clustering, trajectory inference, or regulatory inference that.
- ▌ Rna Seq Expression Alignment Across Cells · holobiomicslabUse when you have paired scATAC-seq and scRNA-seq data from the same cells (multiome experiment) and want to perform integrated analysis that leverages both chromatin accessibility and gene expression signals.
- ▌ Activity Score Computation And Reporting · holobiomicslabUse when you have preprocessed metabolite intensity data (log2-transformed, zero-mean unit-variance standardized) mapped to compound annotations, and you need to derive activity scores for a set of metabolite groups (pathways, Molecular Families, Mass2Motifs, or custom metabolite sets) to rank them.
- ▌ Comparative Enrichment Method Evaluation · holobiomicslabUse when you are selecting a pathway enrichment method for metabolomics peak data and need to assess which method will remain stable when your data contains noise, dropout, or missing identifications.
- ▌ Computational Execution Table Generation · holobiomicslabUse when when you have a set of gallery or benchmark scripts (e.
- ▌ Consensus Clustering Algorithm Selection · holobiomicslabUse when when you have computed hierarchical clustering dendrograms on your feature matrix (microbes or metabolites) using Euclidean distance and complete linkage, and need to determine how many clusters to cut the dendrogram into.
- ▌ Contrastive Learning Loss Implementation · holobiomicslabUse when when you have paired augmented ion images processed through ResNet18 encoders producing 512-dimensional representation vectors, and you need to learn meaningful low-dimensional representations without labeled data by enforcing that augmentations of the same image remain similar while.
- ▌ Custom File Wrapper Class Implementation · holobiomicslabUse when when you have mass spectrometry data stored in a database or non-mzML file format and need to integrate it into the pymzML pipeline without converting to mzML. Use this skill when FileInterface does not natively recognize your file extension and you want to avoid data conversion overhead.
- ▌ Deep Neural Network Latent Space Mapping · holobiomicslabUse when you have a pre-trained DNN model for retention time prediction and need to adapt it to a new chromatographic method or instrument where you have only 10–20 calibration molecules with known retention times;
- ▌ Documentation And Metadata Modernization · holobiomicslabUse when a mature scientific package (e.g., Mummichog 3) is being migrated to a new GitHub organization that enforces standardized project structure, and the current setup.py, pyproject.toml, requirements.txt, .
- ▌ Error Metric Comparison And Benchmarking · holobiomicslabUse when you have predicted retention times from one or more machine learning models (DNN, Gaussian Process, or ensemble) applied to small-molecule chromatography data, along with corresponding experimental ground-truth retention times, and need to quantify prediction accuracy and rank competing.
- ▌ File Handler Instantiation And Lifecycle · holobiomicslabUse when you need to open an mzML file in pymzML and must automatically select the correct handler based on file extension (.mzML, .mzML.gz, .db) and—for gzip files—indexed vs. non-indexed compression status. Use it whenever FileInterface.
- ▌ Flux Variability Analysis Interpretation · holobiomicslabUse when when you have sampled the feasible flux solution space of constraint-based metabolic models (via optGpSampler or equivalent uniform sampling) and need to normalize flux predictions across reactions and cell lines for concordance analysis with transcriptomics and metabolomics data.
- ▌ Hierarchical JSON Structure Construction · holobiomicslabUse when your input is a tabular file (CSV or Excel) with column headers annotated using MESSES tagging syntax (#<table_name>.id for record identifiers and #.
- ▌ Internal Standard Selection Optimization · holobiomicslabUse when after batch correction of metabolomics QC samples using pooled study quality control (SQC) samples, when you have multiple candidate internal standards and need to determine which one stabilizes the compound/internal standard ratio for each compound.
- ▌ Mass Calibration Coefficient Computation · holobiomicslabUse when after successfully matching at least 5 reference m/z points (from a .ref file) to spectrum peaks within a PPM error window (starting at ±1.0 ppm and widened iteratively to ±1.5, ±3, ±5, ±7, or ±10 ppm if needed).
- ▌ Mass Spectrometry Ion Formula Assignment · holobiomicslabUse when when you have a metabolite structure (SMILES or molecular graph) and need to predict its ionization behavior in a mass spectrometry experiment using a specific derivatizing matrix or ionization mode. Use this skill when the expected ions are non-standard (i.
- ▌ Metabolomics Study Design Interpretation · holobiomicslabUse when when you have received Sciex Multiquant TXT export files from a completed metabolomics or lipidomics analytical run and need to verify that QC pool samples were injected at the designed regular intervals throughout the sequence(s).
- ▌ Model Hyperparameter Transfer And Tuning · holobiomicslabUse when you have a trained baseline GNN model with established hyperparameters (dropout rate, learning rate, epochs, optimizer settings) and want to evaluate whether alternative message-passing GNN architectures (Graph Attention Networks, Message-Passing Neural Networks) achieve comparable or.
- ▌ Molecular Graph Construction From Smiles · holobiomicslabUse when you have raw SMILES strings from a chemical database (e.g., CCSBase, METLIN, or custom sources) and need to feed them into a graph neural network model.
- ▌ Pandas Dataframe Manipulation Ms Columns · holobiomicslabUse when when you have raw mass spectrometry data (from mzML, Bruker .d, or CSV format) loaded into a Pandas DataFrame and need to ensure it has the correct column structure (m/z, retention time, intensity) before invoking pyOpenMS-Viz plotting functions like .plot(kind='spectrum'), .
- ▌ Parallel Factor Generation From Metadata · holobiomicslabUse when when you have a Spectra object backed by an on-disk MS data source (e.g., MsBackendMzR reading mzML, mzXML, or CDF files) and need to process large numbers of spectra in parallel or serial chunks.
- ▌ Python Dependency Resolution And Pinning · holobiomicslabUse when when setting up a multi-stage bioinformatics workflow (e.g., ENPKG) that calls external tools (MZmine, Sirius, SPARQL engines) and depends on specific Python libraries; when reproducibility across team members or cloud infrastructure is required;
- ▌ Python Package Migration And Refactoring · holobiomicslabUse when you have a mature Python package (e.g., Mummichog 2.x) that needs to be relocated to a new GitHub organization (e.
- ▌ Quality Control Sample Outlier Detection · holobiomicslabUse when you have a SummarizedExperiment object containing pooled quality control samples with measured compound and internal standard peak areas.
- ▌ Strain Correlation Score Standardisation · holobiomicslabUse when you have computed raw strain correlation scores (based on shared strain membership) between genomic and metabolomic objects of heterogeneous sizes, and you need to compare link quality fairly across pairs with different numbers of strains.
- ▌ Structured Logging And Metric Extraction · holobiomicslabUse when when executing a multi-converter annotation workflow on mass spectra metadata (.
- ▌ Tanimoto Similarity Pairwise Calculation · holobiomicslabUse when you have a collection of molecular fingerprint vectors (such as biosynfoni count fingerprints) and need to measure structural similarity between all pairs of molecules.
- ▌ Uncertainty Quantification Rt Prediction · holobiomicslabUse when you have trained a DNN retention time predictor and need to rank candidate metabolites for an unknown compound: the DNN outputs both point estimates and uncertainty bounds for each candidate's RT, and you need to convert these into probabilistic scores that reflect confidence in each.
- ▌ Asynchronous Converter Job Orchestration · holobiomicslabUse when you have mass spectrum records in .msp format lacking computed chemical metadata (SMILES, InChI, CAS numbers, formulas, IUPAC names) and want to fetch these properties from multiple heterogeneous web services without blocking on individual API calls.
- ▌ Batch File Processing Across Directories · holobiomicslabUse when when you need to systematically extract a specific field or set of fields from multiple files scattered across nested directories—for example, to reconstruct an index of entry statuses from thousands of JSON annotation records, or to audit a repository's content without manually visiting.
- ▌ Benchmark Table Generation And Reporting · holobiomicslabUse when when you need to quantify and document the computational cost of a multi-stage analysis pipeline (such as MetaboDirect) across varying input sizes (e.
- ▌ Binary Mask Generation From Thresholding · holobiomicslabUse when you have imported a laser ablation ICP-MS image into pew² and need to distinguish tissue-bearing pixels from background noise or non-ablated regions.
- ▌ Ceramide Name Standardization With Regex · holobiomicslabUse when when downloading a lipidomics dataset from Metabolomics Workbench (e.
- ▌ Chemical Structure Annotation And Export · holobiomicslabUse when after executing BioTransformer's environmental microbial degradation module on a small-molecule input, when you need to capture predicted metabolites alongside the specific transformation rules applied and degradation pathway information in a format suitable for subsequent analysis.
- ▌ Chemical Structure Identifier Conversion · holobiomicslabUse when when you have a metabolomic dataset with heterogeneous chemical identifiers (names, InChI strings, InChIKeys, or SMILES) and need a single canonical identifier per metabolite to enable comparison across studies, detect redundant entries, or link to external chemical databases for.
- ▌ Classification Performance Visualization · holobiomicslabUse when you have a CSV file with predicted probabilities and true binary labels from a classification model, and you need to evaluate classification performance across decision thresholds and communicate it via a standard diagnostic plot suitable for publication or presentation.
- ▌ Cmake Build Configuration For Extensions · holobiomicslabUse when when you have C++ source code that needs to be wrapped as a Python extension module (e.g., pyOpenMS nanobind bindings), and you need to automate the build process via CMake to handle compilation, linking, and module artifact generation across multiple platforms (Windows, macOS, Linux).
- ▌ Comparative Abundance Heatmap Generation · holobiomicslabUse when when you have parsed lipid expression data (quantitative abundance measurements) organized as rows (lipid identities) and columns (experimental conditions or samples), and need to simultaneously display relative abundance levels across many lipids and conditions to identify clustering.
- ▌ Consensus Clustering Module Construction · holobiomicslabUse when after training a neural network model on paired microbiome-metabolome data and extracting microbe-metabolite feature attribution scores for significant interactions (e.g., at the 97.5th percentile threshold).
- ▌ Deep Learning Signal Inference With Onnx · holobiomicslabUse when when you have a TransitionGroup structure containing normalized intensity traces (1D signal data from chromatograms or mobilograms) and you want to automatically detect peak regions with high precision by leveraging a conformer-based deep learning model.
- ▌ Deletion Reason Logging And Traceability · holobiomicslabUse when when processing OMSLs (Open Mass Spectra Libraries) with heterogeneous data quality, inconsistent annotations, or mixed ionmode/chromatographic modes (LC/GC), and you need to track which spectra were discarded, why, and potentially recover or reprocess them in future iterations.
- ▌ Descriptor Deduplication Across Toolkits · holobiomicslabUse when when computing molecular descriptors from SMILES strings using both RDKit and mordred libraries simultaneously, and you need to combine their outputs into a single feature matrix without redundant features.
- ▌ Developer Extension Point Identification · holobiomicslabUse when when you need to onboard developers into a modular, object-oriented codebase (such as CloMet) and want to pinpoint specific classes, abstract interfaces, or factory patterns that serve as official extension points rather than requiring developers to read through entire source trees.
- ▌ Disease Stratified Network Visualization · holobiomicslabUse when you have metabolite-disease correlation scores and protein association predictions from a deep learning model (such as DeepMSProfiler) and need to visualize which metabolites and proteins co-associate within specific disease groups.
- ▌ Docker Container Deployment Verification · holobiomicslabUse when after building and starting a Dockerized TensorFlow Serving instance (via `make server-compose` or equivalent) to validate that the model has the expected input layer names ('input_2048' and 'input_4096') and output layer name ('output') before routing live inference traffic through the.
- ▌ Enzyme Family Classification And Mapping · holobiomicslabUse when you have biotransformation reaction data from a curated source like EAWAG's Biodegradation and Biocatalysis Database and need to map enzyme families, reaction types, and substrate specificities into machine-readable rule formats (SMARTS patterns, condition thresholds) for automated.
- ▌ File Format Dispatch And Handler Routing · holobiomicslabUse when you have a parser library that must support multiple file formats (e.g., mzML, SQLite, compressed gzip) and want to avoid conditional logic scattered throughout the parsing code.
- ▌ File Interface Integration And Extension · holobiomicslabUse when when you need to parse mzML data stored in a format beyond the built-in mzML, mzML.
- ▌ Filter Subclass Implementation In Python · holobiomicslabUse when when you need to apply domain-specific or novel filtering logic to compounds during Pickaxe reaction network expansion—for example, filtering by Tanimoto similarity to targets, mass tolerance to metabolomics peaks, or custom molecular descriptors—and the built-in filters do not meet your.
- ▌ Fingerprint Similarity Computation Rdkit · holobiomicslabUse when when implementing a similarity-based filter for Pickaxe compound expansion that must retain or remove candidates based on their structural resemblance to a target compound set.
- ▌ Ft Icr Spectrum Recalibration Validation · holobiomicslabUse when after applying mass calibration functions (LedFord, linear, or quadratic equations) to an FT-ICR transient or magnitude-mode dataset, before running SearchMolecularFormulas. Specifically, validate recalibration when: (1) comparing recalibrated spectra against reference calibration files (e.
- ▌ Gradient Flow Backpropagation Validation · holobiomicslabUse when after implementing a multi-task fusion module (such as FuseBlock) that combines feature tensors from multiple prediction branches (e.g., isotope, charge, retention-time) and must verify that backpropagation signals flow from the fused representation to each upstream branch.
- ▌ Graph Neural Network Architecture Design · holobiomicslabUse when you have molecular structures that need to be represented as both fingerprint vectors (fixed-length chemical descriptors) and graph-structured data, and you need a model that can learn from both representations simultaneously to predict a continuous molecular property (e.
- ▌ Hierarchical Dataset Metadata Extraction · holobiomicslabUse when when you have received an MZA-format HDF5 file (or other hierarchical HDF5-based scientific data) and need to understand its internal structure before downstream processing, share it across programming languages (Python, R), or document its schema for reproducibility.
- ▌ High Resolution Spot To Spot Integration · holobiomicslabUse when you have two spatial omics datasets (e.g., spatial transcriptome and metabolome spot matrices) collected from the same or adjacent tissue sections, with both feature matrices (X: np.ndarray) and spatial coordinates (D: np.ndarray containing location information in .
- ▌ Hnsw Graph Construction And Optimization · holobiomicslabUse when when you have pre-computed Word2vec spectrum embeddings and need to perform fast approximate nearest-neighbor retrieval from a library of millions of spectra (e.g., NIST 2017, MassBank, or in-silico predicted spectra).
- ▌ Infrared Spectral Prediction Task Design · holobiomicslabUse when when you have a dataset of molecules with experimentally measured or simulated infrared spectra and want to train a graph neural network to predict spectral features (e.g., absorption peaks, intensities) from molecular structure.
- ▌ Internal Standard Optimization Selection · holobiomicslabUse when you have preprocessed metabolomics data with multiple candidate internal standards and QC (Quality Control) sample replicates, and you need to assign a single internal standard per compound that will minimize measurement variability across batches.
- ▌ K Nearest Neighbor Algorithm Application · holobiomicslabUse when your raw metabolomics dataset contains missing values scattered across metabolite columns, and you intend to perform statistical analysis (e.g., linear mixed models, ANOVA, or dimensionality reduction) that requires complete observations.
- ▌ Lc Gradient Vector Encoding And Decoding · holobiomicslabUse when when preparing LC gradient configurations for Bayesian optimization, or when converting predicted optimal vectors back into actionable LC instrument parameters. Specifically, use this skill when you have a set of gradient parameters to optimize (e.
- ▌ Linear Model Design Matrix Specification · holobiomicslabUse when when preparing to perform differential abundance analysis on batch-corrected lipid abundance matrices in designs with multiple factors (e.g., treatment × time, multi-group comparisons), repeated measures, or blocking structures.
- ▌ Local Statistics Median Mean Computation · holobiomicslabUse when you have raw LA-ICP-MS image data containing potential spike outliers (e.g., instrumental noise, ablation irregularities) and need to establish a local reference statistic for each pixel.
- ▌ Logical Operator Precedence In Gpr Rules · holobiomicslabUse when when computing Reaction Activity Scores (RAS) from transcriptomics data linked to a metabolic model via GPR associations, and the model contains reactions governed by mixed AND/OR logical rules (e.g., '(gene_A AND gene_B) OR gene_C').
- ▌ M Z And Retention Time Window Validation · holobiomicslabUse when before committing to full-scale targeted peak integration across all LC–MS runs in a metabolomics or lipidomics study. Apply this skill when you have a curated list of 5–50+ target compounds with theoretical m/z values and expected retention times, centroided .
- ▌ Mass Spectrometry Spectral Preprocessing · holobiomicslabUse when you have raw mass spectrometry spectra from an unknown analyte or a synthetic compound library and need to feed them into PS2MS or similar deep learning classifiers for NPS detection.
- ▌ Mass Spectrometry Spectrum Preprocessing · holobiomicslabUse when when you have raw LC–QTOF wastewater spectra (or other real experimental mass spectrometry data) and need to feed them into a pretrained MSGO model for molecular structure prediction.
- ▌ Metabolism Prediction Result Aggregation · holobiomicslabUse when when you have run CypReact predictions on a molecular dataset against multiple CYP isoforms (e.g., 1A2, 2A6, 2B6) and need to consolidate the per-isoform output files into a single combined result file for cross-isoform comparison, visualization, or downstream metabolite identification.
- ▌ Metabolite Network Diffusion Propagation · holobiomicslabUse when after cluster-based filtering of KEGG candidates has produced a set of candidate metabolites with assigned scores, but before final annotation ranking.
- ▌ Metabolite Ranking By Network Centrality · holobiomicslabUse when when you have a directed metabolic network (digraph) and want to identify which metabolites are most central to observed perturbations; specifically when you have (1) a global network as an edge list, (2) seed nodes with known or hypothesized perturbation (e.
- ▌ Metabolomic Data Subsetting By Phenotype · holobiomicslabUse when you have a preprocessed MultiAssayExperiment with metabolite measurements across multiple phenotypic or disease subgroups, and you want to isolate one or more groups for comparison—for example, to compare AKT1-high versus MYC-high prostate tumor samples before applying diff_test for.