用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bioMate-AI/biomate-bioconductor-kb --skill bioconductor-decipher命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-decipher |
| description | A toolset for deciphering and managing biological sequences. |
| when_to_use | Use when: Multiple Sequence Alignment (MSA): Aligning large sets of DNA, RNA, or amino acid sequences directly in R with high accuracy.; Taxonomic Classification: Classifying marker gene sequences (e.g., 16S/18S rRNA, ITS) using the robust IDTAXA algorithm.; Large-Scale Sequence Clustering: Grouping millions of sequences into operational taxonomic units (OTUs) or clusters using memory-efficient database-bac. Not for: For basic, small-scale alignments where simple command-line tools like ClustalW or MUSCLE are already integrated into your pipeline, use msa instead because DECIPHER has a steeper learning curve due to its SQLite database backend.; For ultra-fast, he |
| user-invocable | false |
Package-intrinsic requirements from the Bioconductor landing page — reproduce in any R environment.
BiocManager::install("DECIPHER")msa instead because DECIPHER has a steeper learning curve due to its SQLite database backend.MMseqs2 or vsearch because they are optimized for raw disk-based speed.phangorn or ggtree because DECIPHER's tree-building (TreeLine) is primarily distance-based.DNAStringSet, RNAStringSet, or AAStringSet objects from the Biostrings package.DECIPHER.sqlite) to handle extremely large sequence datasets without memory exhaustion.DNAStringSet) to be aligned, clustered, or classified.1): Number of CPU cores to use for parallelized operations (set to NULL to auto-detect all available cores).TRUE): Logical indicating whether to display progress bars and detailed execution information.0.05): Distance threshold for clustering sequences into Operational Taxonomic Units (OTUs).60): Confidence threshold for taxonomic classification using the IDTAXA algorithm.75): Minimum product size when designing PCR primers.dbConnect(RSQLite::SQLite(), ...) to store and query sequences efficiently instead of keeping them all in RAM.OrientNucleotides() on your input DNAStringSet prior to alignment or classification to ensure all sequences are in the same 5'-to-3' orientation.IdTaxa for classification, ensure you train the classifier using a high-quality, curated training set (e.g., SILVA or RDP) formatted specifically for DECIPHER.Ns) before running multiple sequence alignments.DBToSeqs / SeqsToDB) or subset the sequences into representative clusters first.OrientNucleotides() on the input DNAStringSet before alignment.This skill is the knowledge layer — when, why, and how to use decipher. To run this analysis on your own data with managed compute, automated QC, and reproducible outputs, use BioMate — free to start.