用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bioMate-AI/biomate-bioconductor-kb --skill bioconductor-bumphunter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-bumphunter |
| description | Tools for finding bumps in genomic data |
| when_to_use | Use when: Finding continuous, spatially clustered genomic regions ("bumps") that differ significantly between conditions using bumphunter().; Grouping genomic locations into distinct clusters based on maximum distance using clusterMaker().; Extracting positive, near-zero, and negative segments from a vector of test statistics using getSegments().; Packaging segmented regions into a table of bump characteris. Not for: For basic linear modeling of independent, unclustered genomic features, use limma because bumphunter is specifically designed to share information between nearby clustered locations.; For end-to-end analysis of Illumina 450k arrays without manual mat |
| user-invocable | false |
Package-intrinsic requirements from the Bioconductor landing page — reproduce in any R environment.
BiocManager::install("bumphunter")bumphunter().clusterMaker().getSegments().regionFinder().limma because bumphunter is specifically designed to share information between nearby clustered locations.minfi because it provides a tailored wrapper around the bumphunter engine.bsseq because it adapts the bump hunting methodology specifically for bisulfite data.y) of genomic signals where rows represent genomic locations and columns represent biological replicates.X) representing the experimental covariates, created with standard R modeling functions.chr) and genomic positions (pos) corresponding to the rows of the signal matrix.clusterMaker().getSegments() and bumphunter().bumphunter().registerDoParallel().clusterMaker() before running segment-finding functions.doParallel package and registerDoParallel() to distribute permutation computations across multiple cores.X) contains an intercept term and the covariate of interest; avoid using permutation testing if adjusting for multiple confounders.foreachCleanup() after parallel execution to properly close connections.registerDoParallel() before calling bumphunter().chr vector is correctly passed to clusterMaker(), which strictly separates chromosomes.limma: Provides lmFit for linear modeling of biological replicates without the spatial smoothing and clustering steps.minfi: Offers a specialized implementation of the bumphunter methodology tailored specifically for Illumina 450k methylation arrays.bsseq: Adapts the bump hunting conceptual approach specifically for whole-genome bisulfite sequencing data.charm: Provides modifications of the bump hunting methodology for CHARM-like methylation microarrays.This skill is the knowledge layer — when, why, and how to use bumphunter. To run this analysis on your own data with managed compute, automated QC, and reproducible outputs, use BioMate — free to start.