Single Cell Rna Qc
Skill AktivPerforms quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations. Use when users request QC analysis, filtering low-quality cells, assessing data quality, or following scverse/scanpy best practices for single-cell analysis.
To automate the quality control of single-cell RNA-seq data, ensuring data integrity and readiness for downstream analysis by applying scverse best practices.
Funktionen
- Automated QC pipeline for single-cell RNA-seq
- Supports .h5ad and .h5 file formats
- MAD-based filtering and comprehensive visualizations
- Modular functions for custom workflows
- Follows scverse/scanpy best practices
Anwendungsfälle
- Performing QC analysis on single-cell RNA-seq data
- Filtering low-quality cells based on various metrics
- Assessing overall data quality through visualizations
- Following scverse/scanpy best practices for single-cell analysis
Nicht-Ziele
- Performing downstream analysis like normalization or clustering
- Ambient RNA correction or doublet detection (these are mentioned as next steps)
- Batch correction or cell cycle scoring
Maintenance
- warning:Dependency ManagementThe script relies on common Python libraries (anndata, scanpy, etc.) but there are no explicit dependency pinning or vulnerability checks mentioned.
Trust
- warning:Issues Attention29 issues opened and 4 closed in the last 90 days indicate a slow response rate to open issues.
Execution
- warning:Pinned dependenciesWhile Python scripts have shebangs, dependencies like anndata and scanpy are not explicitly pinned in a lockfile, and side-effect headers are missing.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add anthropics/knowledge-work-plugins/plugin install bio-research@knowledge-work-pluginsQualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
PyDESeq2
100Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.
Gtars
99High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.
Scanpy
99Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, and visualization. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use anndata.
Pysam
99Genomic file toolkit. Read/write SAM/BAM/CRAM alignments, VCF/BCF variants, FASTA/FASTQ sequences, extract regions, calculate coverage, for NGS data processing pipelines.
Polars Bio
99High-performance genomic interval operations and bioinformatics file I/O on Polars DataFrames. Overlap, nearest, merge, coverage, complement, subtract for BED/VCF/BAM/GFF intervals. Streaming, cloud-native, faster bioframe alternative.
Geniml
99This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.