bio-epitranscriptomics-m6anet-analysis
Nanopore direct RNA m6A detection with m6Anet deep learning.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Interactive cell type annotation for IMC data. Covers napari-based annotation, marker-guided labeling, training data generation, and annotation validation. Use when manually annotating cell types for training classifiers or validating automated phenotyping results.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-imaging-mass-cytometry-interactive-annotation
Skill Snapshot
Source Doc
import napari
import numpy as np
from skimage import io
import pandas as pd
## Add channels as separate layers for visualization
channel_names = ['CD45', 'CD3', 'CD68', 'panCK', 'DNA']
for i, name in enumerate(channel_names):
viewer.add_image(image_stack[i], name=name, visible=False, colormap='gray', blending='additive')
## Add segmentation
viewer.add_labels(segmentation_mask, name='Cells')
Related skills
Nanopore direct RNA m6A detection with m6Anet deep learning.
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…