← Back to catalog
Pavel-Kravchenko

Author in the catalog

Pavel-Kravchenko

208 skills624 stars totalgithub.com/Pavel-Kravchenko

Published skills

Showing 48 of 208

bio-applied-dimensionality-reduction

3

scRNA-seq dimensionality reduction and clustering using PCA, k-NN graph, UMAP, and Leiden. Includes a guide for parameter selection, implementation patterns, and common pitfalls.

Design e Frontend#aiby Pavel-Kravchenko

bio-applied-genetic-engineering-in-silico

3

In silico restriction digestion, compatible end detection, primer design (Tm models), and gel simulation.

Design e Frontend#aiby Pavel-Kravchenko

bio-applied-gwas

3

Genome-Wide Association Studies (GWAS) using NumPy.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-isoform-analysis

3

Isoform analysis with long reads, featuring Minimap2 for splice alignment, bambu for isoform discovery, and DRIMSeq for differential isoform usage.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-trajectory-analysis

3

scRNA-seq trajectory analysis: pseudotime (DPT), PAGA graph abstraction, and RNA velocity (scVelo). Decision guide, key parameters, and pitfalls.

Design e Frontend#aiby Pavel-Kravchenko

virology-bioinformatics

3

Viral genome assembly, intra-host variant calling, phylodynamics, and real-time surveillance.

DevOps e Infra#aiby Pavel-Kravchenko

vision-language-models

3

Vision-language model inference patterns for scientific documents.

Documentos#aiby Pavel-Kravchenko

rnaseq-analysis

3

RNA-seq differential expression analysis and normalization workflows.

DevOps e Infra#aiby Pavel-Kravchenko

string-algorithms

3

Pattern matching algorithms: naive, KMP (failure function), Rabin-Karp (rolling hash), and DFA-based matching for sequence search.

DevOps e Infra#aiby Pavel-Kravchenko

ai-science-genomic-llms

3

Genomic Foundation Models: Nucleotide Transformers, HyenaDNA, and Evo with NumPy.

DevOps e Infra#llm#aiby Pavel-Kravchenko

algo-avl-trees

3

A self-balancing BST (Adelson-Velsky & Landis, 1962) guaranteeing O(log n) operations via rotation-based rebalancing.

DevOps e Infra#aiby Pavel-Kravchenko

algo-dijkstra

3

Dijkstra's Algorithm: Shortest Paths in Weighted Graphs

Desenvolvimento#ai#testby Pavel-Kravchenko

algo-suffix-trees

3

Suffix trees are compressed tries of all suffixes, enabling O(m) pattern search and O(n) construction via Ukkonen's algorithm.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-vdj-biology

3

V(D)J Recombination and Adaptive Immune Receptors

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-differential-binding

3

Differential binding analysis for ChIP-seq, covering DiffBind workflow, consensus peaks, normalization, and MA/volcano plots. Useful for comparing ChIP-seq signals across different conditions.

DevOps e Infra#aiby Pavel-Kravchenko

ai-science-esm2-embeddings

3

ESM2 Embeddings and ESMFold with NumPy

DevOps e Infra#aiby Pavel-Kravchenko

ai-science-llm-training-systems

3

Module T5-01B: LLM Training Systems (Tracking, Epochs, and Ablations) with Pandas

Dados e Análise#llm#aiby Pavel-Kravchenko

ai-science-zero-shot-mutation

3

Zero-Shot Mutation Effect Prediction with NumPy

DevOps e Infra#aiby Pavel-Kravchenko

algo-linked-lists

3

A singly linked list with a full implementation, featuring head/tail pointers, operations for insert, delete, search, and reverse, along with a complexity table.

DevOps e Infra#aiby Pavel-Kravchenko

algo-red-black-trees

3

Red-black tree: a self-balancing BST with O(log n) operations, maintaining 5 invariants, and fixing insertions with rotations and recoloring.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-assembly-binning

3

Metagenomic assembly with MEGAHIT, contig binning with MetaBAT2, and MAG quality assessment with CheckM. Includes binning signals, multi-sample strategy, and MIMAG quality tiers.

DevOps e Infra#aiby Pavel-Kravchenko

algo-tabulation

3

Bottom-up Dynamic Programming with tabulation, covering edit distance, LCS, and space optimization using rolling arrays.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-virtual-screening

3

Virtual screening for drug discovery: pharmacophore modeling, docking score filtering, and ADMET prediction. Use when computationally screening compound libraries.

DevOps e Infra#aiby Pavel-Kravchenko

ai-science-diffusion-generative-models

3

Score matching, noise schedules, DDIM sampling, and DDRM inverse problems for diffusion generative models.

DevOps e Infra#aiby Pavel-Kravchenko

ai-science-splicing-models

3

Splicing Models: SpliceAI and AlphaGenome with NumPy

DevOps e Infra#aiby Pavel-Kravchenko

algo-knapsack

3

Knapsack DP variants, including 0/1, unbounded, and subset sum, with traceback and space optimization.

DevOps e Infra#aiby Pavel-Kravchenko

alphafold-structure-prediction

3

AlphaFold/ESMFold structure prediction and confidence interpretation.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-copy-number-analysis

3

DNA copy number analysis — read depth normalization, CBS segmentation, CN state calling, and genome-wide visualization.

Dados e Análise#aiby Pavel-Kravchenko

bio-applied-metabolic-flux

3

Flux balance analysis and metabolic modeling with COBRApy. Use when predicting metabolic fluxes, simulating gene knockouts, or analyzing stoichiometric models.

Design e Frontend#aiby Pavel-Kravchenko

ai-science-geneformer-scgpt

3

Geneformer and scGPT for Single-Cell Modeling.

DevOps e Infra#aiby Pavel-Kravchenko

algo-aho-corasick

3

Multi-pattern string matching in O(n + m + z) via a trie augmented with KMP-style failure links.

DevOps e Infra#aiby Pavel-Kravchenko

algo-hash-tables-bloom

3

Hash tables (chaining vs open addressing) and Bloom filters: complexity, trade-offs, and implementation patterns.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-chipseq-pipeline

3

ChIP-seq pipeline covering quality control, alignment, deduplication, peak calling using MACS2, and signal normalization with deepTools.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-functional-annotation

3

Functional Annotation of Metagenomes with NumPy

DevOps e Infra#aiby Pavel-Kravchenko

ai-science-enformer-regulatory

3

Enformer architecture for regulatory prediction from DNA, in-silico mutagenesis (ISM), and variant prioritization.

DevOps e Infra#aiby Pavel-Kravchenko

algo-binary-search-trees

3

BST operations and complexity, with a clean implementation using parent pointers to support all standard operations.

DevOps e Infra#aiby Pavel-Kravchenko

atac-seq-analysis

3

ATAC-seq quality control and accessibility analysis.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-cancer-transcriptomics

3

Cancer transcriptomics for melanoma subtype classification (Tirosh/Harbst), employing a preprocessing pipeline, PCA/t-SNE, hierarchical clustering, random forest, and Kaplan-Meier survival analysis.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-data-harmonization

3

Multi-omics data harmonization, encompassing normalization strategies, missing data imputation, batch correction, and integration approaches such as MOFA2 and DIABLO.

Dados e Análise#aiby Pavel-Kravchenko

bio-applied-epigenetic-clocks

3

Epigenetic Clocks and Aging Analysis with Matplotlib

DevOps e Infra#aiby Pavel-Kravchenko

algo-rabin-karp

3

Rabin-Karp hash-based string matching uses a rolling hash for O(n+m) average time complexity and excels at multi-pattern search.

Documentos#ai#excelby Pavel-Kravchenko

bio-applied-bio-data-formats

3

Quick reference for bioinformatics file formats — FASTA, FASTQ, SAM/BAM/CRAM, VCF, BED, GFF/GTF, BigWig, PDB, Newick — specs, coordinate systems, and parsing patterns.

Dados e Análise#aiby Pavel-Kravchenko

bio-applied-clinical-genomics

3

Clinical genomics, covering ACMG/AMP variant classification, ClinVar queries, and clinical reporting workflows.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-dmr-analysis

3

Differentially Methylated Regions (DMRs)

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-metabolite-identification

3

Metabolite identification from MS/MS spectra: spectral matching, molecular formula prediction, and database searching (HMDB, KEGG). Use when annotating unknown metabolites.

Dados e Análise#aiby Pavel-Kravchenko

bio-applied-mofa2

3

MOFA2 is an unsupervised multi-omics factor analysis for variance decomposition, factor interpretation, and shared/view-specific signal separation. Use it when integrating multiple omics layers.

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-molecular-modeling

3

Molecular Modeling with NumPy

DevOps e Infra#aiby Pavel-Kravchenko

bio-applied-ont-processing

3

ONT Data Processing with NumPy

Dados e Análise#aiby Pavel-Kravchenko

Category alert

Get new Design e Frontend skills every Monday