bio-imaging-mass-cytometry-interactive-annotation
Interactive cell type annotation for IMC data. Covers napari-based annotation, marker-guided labeling, training data generation, and annotat…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Nanopore direct RNA m6A detection with m6Anet deep learning.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-epitranscriptomics-m6anet-analysis
Skill Snapshot
Source Doc
minimap2 -ax map-ont -uf transcriptome.fa reads.fastq > aligned.sam
## Run m6Anet
```python
from m6anet.utils import preprocess
from m6anet import run_inference
## Preprocess: extract features from FAST5
preprocess.run(
fast5_dir='fast5_pass',
out_dir='m6anet_data',
reference='transcriptome.fa',
n_processes=8
)
Related skills
Interactive cell type annotation for IMC data. Covers napari-based annotation, marker-guided labeling, training data generation, and annotat…
Predict TCR-epitope specificity using ERGO-II and deep learning models for T-cell receptor antigen recognition. Match TCRs to their cognate…
Cirq is Google Quantum AI's open-source framework for designing, simulating, and running quantum circuits on quantum computers and simulator…
Detect available computational resources and generate strategic recommendations for scientific computing tasks. This skill automatically ide…