用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bioMate-AI/biomate-bioconductor-kb --skill bioconductor-biobase命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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
正在显示 SKILL.md
| name | bioconductor-biobase |
| description | Functions that are needed by many other packages or which replace R functions. |
| when_to_use | Use when: Coordinating high-throughput genomic data (e.g., microarray expression values) and phenotype metadata into a single, structured ExpressionSet object.; Evaluating statistical functions across sample strata defined by covariates using esApply.; Updating older, serialized instances of Bioconductor objects to their current class representations using updateObject().. Not for: For modern single-cell or range-based sequencing data, use SummarizedExperiment or SingleCellExperiment instead because they natively support genomic coordinates and scale better to sparse, multi-assay datasets.; For purely tabular data manipulation, |
| user-invocable | false |
Functions that are needed by many other packages or which replace R functions.
Package-intrinsic requirements from the Bioconductor landing page — reproduce in any R environment.
BiocManager::install("Biobase")ExpressionSet object.esApply.updateObject().SummarizedExperiment or SingleCellExperiment instead because they natively support genomic coordinates and scale better to sparse, multi-assay datasets.dplyr or data.table instead because eSet objects enforce strict matrix dimensions and metadata alignment that complicate simple tidy-data workflows.AnnotatedDataFrame.AnnotatedDataFrame.assayData.assayData.exprs() and pData() to retrieve or assign data rather than accessing slots directly.assayData have identical row and column dimensions, and that featureNames and sampleNames match across all slots.validObject() after making structural modifications to an eSet to guarantee that the object remains internally consistent.storageMode() to check or set how assayData is stored, preferring lockedEnvironment to prevent accidental side-effects while maintaining memory efficiency.lockedEnvironment directly causes an error; fix this by extracting the element, modifying it, and reassigning it, or using replacement methods like exprs(obj) <- value.esApply; fix this by ensuring the applied function correctly references the covariate names populated from the pData dataframe.validObject() after updates to ensure dimensional consistency across assayData and phenoData.SummarizedExperiment: The modern Bioconductor standard for containerizing genomic data, supporting coordinate-based genomic ranges.oligo: Provides alternative, specialized class implementations for handling SNP and exon array data.MultiAssayExperiment: For integrating multiple different omics assays on the same set of biological specimens.This skill is the knowledge layer — when, why, and how to use biobase. To run this analysis on your own data with managed compute, automated QC, and reproducible outputs, use BioMate — free to start.