Skip to main content

mdbabumiamssm/LLMs-Universal-Life-Science-and-Clinical-Skills-

O SkillsMP coletou 810 skills de mdbabumiamssm/LLMs-Universal-Life-Science-and-Clinical-Skills-. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
810
Estrelas no GitHub
31
Forks no GitHub
8

Skills neste repositório

Mostrando 40 de 810 skills coletadas.

ocupação
Cientistas médicos (exceto epidemiologistas)
descrição

Operate MedSAM2 for promptable segmentation of 3D medical images and medical videos, including CT lesion propagation, MRI volumes, RECIST-guided prompts, efficient CPU-oriented variants, training, and 3D Slicer integration. Use when generating or validating…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas médicos (exceto epidemiologistas)
descrição

Build reproducible healthcare imaging pipelines with Project MONAI for DICOM, NIfTI, pathology, and multidimensional imaging tasks including preprocessing, augmentation, training, sliding-window inference, evaluation, model bundles, labeling, and deployment.…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas biológicos, todos os outros
descrição

Operate Google TxGemma prediction and chat models for therapeutic property prediction across small molecules, proteins, nucleic acids, diseases, targets, and cell lines. Use when formatting Therapeutics Data Commons tasks, choosing TxGemma model size or…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas biológicos, todos os outros
descrição

Evaluate and operate released Profluent OpenCRISPR gene-editing systems, especially OpenCRISPR-1, for controlled research workflows using its published Cas9-like protein, compatible guide RNA designs, protocols, licensing, specificity testing, and…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas biológicos, todos os outros
descrição

Operate CZI TranscriptFormer cross-species generative single-cell models to produce cell embeddings, contextual gene embeddings, likelihoods, zero-shot classifiers, disease-state representations, and regulatory analyses from raw-count AnnData files. Use when…

Idioma do texto original: inglês

atualizado
ocupação
Bioquímicos e biofísicos
descrição

Operate ByteDance Protenix-v2 for open biomolecular structure prediction of proteins, antibodies, nucleic acids, ligands, and complexes using JSON inputs, MSA and template features, constraints, and inference-time sampling. Use when running Protenix locally…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build and evaluate medical text and vision applications with Google MedGemma, including MedGemma 1.5 workflows for CT, MRI, whole-slide pathology, longitudinal chest X-rays, lab reports, and EHR text. Use when prototyping, fine-tuning, deploying, or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Run Boltz-2 biomolecular interaction predictions for protein, nucleic-acid, ligand, and complex structures with binding-affinity outputs. Use for hit discovery, binder-versus-decoy prioritization, hit-to-lead comparisons, lead optimization, complex modeling,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use Google DeepMind AlphaGenome to predict tissue-aware regulatory effects of DNA sequence variants across expression, splicing, chromatin, and contact-map outputs. Use when prioritizing noncoding variants, comparing reference and alternate alleles,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Operate Arc Institute Evo 2 for long-context DNA sequence scoring, zero-shot variant effect analysis, genomic embeddings, sequence generation, and model deployment. Use when a task explicitly needs Evo 2, million-base genomic context, DNA likelihood…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Operate Microsoft BioEmu to sample approximate equilibrium conformational ensembles for protein monomers from amino-acid sequences or supplied MSAs. Use when studying protein flexibility, alternative conformations, free-energy landscapes, disorder, ensemble…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever:…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when removing batch effects from a multi-cohort bulk RNA-seq dataset using ComBat (R or Python implementation). Skip if there is only one batch, or for single-cell batch integration (use sc-batch-integration), or for spatial multi-slice integration (use…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when discovering gene co-expression modules and hub genes in a bulk RNA-seq cohort via WGCNA-style soft-thresholded networks. Skip for direct DE comparison (use bulkrna-de) or PPI lookup of an existing gene list (use bulkrna-ppi-network); single-cell…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when comparing gene expression between two conditions in bulk RNA-seq count data. Skip when the data is single-cell (use sc-de) or spatial (use spatial-de), or when you need exon-level alternative splicing (use bulkrna-splicing).

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when estimating cell-type proportions in bulk RNA-seq samples from a single-cell or signature-matrix reference. Skip if the data is already single-cell (no deconvolution needed) or for spatial deconvolution (use spatial-deconv).

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when running pathway / GO term enrichment on a bulk RNA-seq DE result list. Skip if the input is single-cell (use sc-enrichment), spatial (use spatial-enrichment), or for metabolite pathways (use metabolomics-pathway-enrichment).

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when converting gene identifiers between Ensembl, Entrez, and HGNC symbol in a bulk RNA-seq count matrix. Skip if the input is already in the desired identifier system, for organisms outside human/mouse, or for non-bulk-counts inputs.

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when querying STRING for the protein-protein interaction subgraph induced by a bulk RNA-seq DEG list and finding hub genes. Skip for pathway enrichment of the same list (use bulkrna-enrichment) or for de novo co-expression network discovery (use…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when checking a bulk RNA-seq count matrix for library-size outliers, gene detection rates, and sample-sample correlation before DE. Skip if data is raw FASTQ (use bulkrna-read-qc) or aligner logs (use bulkrna-read-alignment), or for single-cell counts…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when summarising STAR / HISAT2 / Salmon alignment-rate logs in bulk RNA-seq. Skip if data is raw FASTQ (use bulkrna-read-qc) or already counted (use bulkrna-qc), or for genome-DNA alignment (use genomics-alignment).

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Load when checking raw FASTQ quality (Phred / GC / adapter / Q20-Q30) before alignment in bulk RNA-seq. Skip if reads are already aligned (use bulkrna-read-alignment) or counted (use bulkrna-qc), or for single-cell FASTQ (use sc-fastq-qc).

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when summarising rMATS / SUPPA2 alternative-splicing output and identifying significant differential splicing events. Skip if you only have count-level DE (use bulkrna-de) or for splicing in single-cell or spatial data (currently unsupported).

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when stratifying patients by gene expression and testing for survival differences (Kaplan-Meier + Cox) in bulk RNA-seq. Skip if no time-to-event clinical data exists, or for non-bulk cohorts (single-cell / spatial survival is not supported).

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when placing bulk RNA-seq samples on a single-cell reference's pseudotime axis (NNLS deconvolution + nearest-neighbour mapping). Skip for plain cell-type proportions (use bulkrna-deconvolution alone) or for native single-cell trajectory inference (use…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when computing alignment QC metrics (mapping rate, MAPQ distribution, insert size, duplicate rate, proper-pair rate) from a SAM or BAM file produced by any short-/long-read aligner (BWA / Bowtie2 / Minimap2). Skip when running the alignment step itself…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when computing genome-assembly QC metrics — N50/N90, L50/L90, total length, contig count, GC content, longest-contig — from a FASTA produced by any assembler (SPAdes / Megahit / Flye / Canu). Skip when running the assembly itself or when assessing…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when calling CNV segments via CBS-style segmentation on a bin-level log2-ratio CSV from exome / WGS coverage — emits per-segment 5-class CN state (`amplification` / `gain` / `neutral` / `loss` / `deep_deletion`), per-chromosome summary,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when summarising a peak file (BED / narrowPeak) from ATAC-seq / ChIP-seq / CUT&Tag — peak count, width distribution, per-chromosome counts, score statistics. Skip when calling peaks from BAM (run MACS / Genrich externally first) or when working with…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when summarising a phased VCF (output of WhatsHap / SHAPEIT5 / Eagle2) — phased fraction of het variants, phase-block N50, PS-field parsing, pipe-delimited genotype detection. Skip when the input is unphased (run a phaser first) or when calling small…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when running pre-alignment FASTQ quality control — Phred quality scores, Q20/Q30 rates, GC / N content, read-length distribution, adapter-contamination detection. Skip when working with already-aligned BAMs (use `genomics-alignment`) or when peak /…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when summarising structural variants from an SV VCF (DEL / DUP / INV / TRA) — BND-notation parsing, size classification, per-type counts. Skip when working with small SNVs / indels (use `genomics-variant-calling`) or calling SVs from BAM (run Manta /…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when summarising functional impact of an annotated variant CSV — per-IMPACT counts (HIGH / MODERATE / LOW / MODIFIER), top consequences, gene-affected count. Skip when input is a raw VCF (convert with `bcftools +split-vep` first), when calling raw…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when summarising small variants (SNVs / indels) from a VCF or computing demo-pattern variant statistics (Ti/Tv ratio, per-chromosome distribution, SNP / indel split). Skip when filtering / merging VCFs (use `genomics-vcf-operations`), when calling…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when summarising / filtering a VCF — variant classification (SNP / MNP / INS / DEL / COMPLEX), Ti/Tv ratio, QUAL / DP threshold filtering, INFO-field parsing. Skip when the input is a BAM (use `genomics-variant-calling` upstream first) or when adding…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when extracting GEO accessions, dataset metadata, and downloadable references from a scientific paper (PDF / URL / DOI / PubMed ID / raw text) for downstream omics analysis. Skip when the dataset is already in hand or when only routing a query (use…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when annotating LC-MS features against a built-in 15-metabolite HMDB demo dictionary by m/z within a `--ppm` tolerance — emits a per-feature annotation table. Skip when needing real HMDB / KEGG / LipidMaps / METLIN look-up (this skill is demo-only) or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when running two-group metabolomics DE (t-test + log2FC + BH-FDR + PCA) on a feature × sample CSV using `--group-a-prefix` / `--group-b-prefix` (default `ctrl` / `treat`). Skip when needing tunable test backends (use `metabolomics-statistics` for…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Load when normalising a feature × sample metabolomics CSV via median, quantile, total (sum), PQN (probabilistic quotient), or log methods — emits a normalised wide-form table. Skip when also imputing (use `metabolomics-quantification`) or for raw spectra (run…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 810 skills coletadas.