用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bioMate-AI/biomate-bioconductor-kb --skill bioconductor-mast命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
In recent years a wealth of biological data has become available in public data repositories. Easy access to these valuable data resources and firm integration with data analysis is needed for comprehensive bioinformatics data analysis. bio
KEGGGraph is an interface between KEGG pathway and graph object as well as a collection of tools to analyze, dissect and visualize these graphs. It parses the regularly updated KGML (KEGG XML) files into graph models maintaining all essenti
The 'enrichplot' package implements several visualization methods for interpreting functional enrichment results obtained from ORA or GSEA analysis. It is mainly designed to work with the 'clusterProfiler' package suite. All the visualizati
| name | bioconductor-mast |
| description | Methods and models for handling zero-inflated single cell assay data. |
| when_to_use | Use when: Zero-Inflated scRNA-seq DE: Performing differential expression analysis on single-cell RNA-seq data using a Hurdle model (zlm) to account for bimodal expression patterns.; Data Filtering: Filtering outlier cells and wells where discrete and continuous parts of the signal deviate significantly, visualized via plotSCAConcordance and applied via mast_filter.; Two-Sample Testing: Conducting combined n. Not for: Raw Integer Counts: For un-normalized, raw integer counts; use zinbwave instead because MAST expects log-transformed, approximately scale-normalized data.; Basic QC and Visualization: For simple quality control metric calculation without differential |
| user-invocable | false |
Package-intrinsic requirements from the Bioconductor landing page — reproduce in any R environment.
BiocManager::install("MAST")zlm) to account for bimodal expression patterns.plotSCAConcordance and applied via mast_filter.LRT function.zinbwave instead because MAST expects log-transformed, approximately scale-normalized data.scater instead because it provides dedicated functions for QC and PCA plotting.SingleCellAssay object, which can be constructed from a data.frame (FromFlatDF), a matrix (FromMatrix), or upcast from a SingleCellExperiment (SceToSingleCellAssay).Matrix objects, and HDF5Array backends for out-of-memory data.SingleCellAssay object containing the expression data and metadata.zlm (e.g., ~ Population + Subject.ID).zlm (e.g., 'glmer' for mixed models or 'glm').zlm indicating whether to use an empirical Bayes adjustment for the dispersion estimate.zlm to employ Bayesian linear regression for the continuous component.'logcounts').SingleCellExperiment objects to SingleCellAssay using SceToSingleCellAssay to ensure compatibility and validity checks.exprs_value = 'logcounts') when calling zlm if it is not the default.options(mc.cores=4) before running zlm.burdenOfFiltering and plotSCAConcordance to visualize the impact of filtering criteria before applying them.zlm leads to suboptimal model performance; Fix: Ensure the input assay contains log-transformed, scale-normalized data (e.g., log2 TPM + 1).Matrix or HDF5Array backend and pass it to FromMatrix.'et', 'logcounts') or specify it explicitly.This skill is the knowledge layer — when, why, and how to use mast. To run this analysis on your own data with managed compute, automated QC, and reproducible outputs, use BioMate — free to start.