← all publishers

FridrichMethod

@fridrichmethod source repo

981 published skills · page 10 of 10

  1. Bio Read Alignment Hisat2 Alignment · fridrichmethod bundle
    Align RNA-seq reads with HISAT2, a memory-efficient splice-aware aligner. Use when STAR's memory requirements are too high or for general RNA-seq alignment.
    0
    installs
  2. Bio Small Rna Seq Mirdeep2 Analysis · fridrichmethod bundle
    Discover novel miRNAs and quantify known miRNAs using miRDeep2 de novo prediction from small RNA-seq data. Use when identifying new miRNAs or performing comprehensive miRNA profiling with discovery.
    0
    installs
  3. Bio Small Rna Seq Target Prediction · fridrichmethod bundle
    Predict miRNA target genes using sequence-based algorithms and database lookups. Use when identifying potential mRNA targets of differentially expressed or functionally important miRNAs.
    0
    installs
  4. Bio Workflows Metabolomics Pipeline · fridrichmethod bundle
    End-to-end metabolomics workflow from raw MS data to pathway analysis. Orchestrates XCMS preprocessing, annotation, normalization, statistical analysis, and pathway mapping. Use when processing LC-MS metabolomics data.
    0
    installs
  5. Bio Workflows Metagenomics Pipeline · fridrichmethod bundle
    End-to-end metagenomics workflow from FASTQ to taxonomic and functional profiles. Covers Kraken2 classification, Bracken abundance estimation, and HUMAnN functional profiling. Use when profiling metagenomic samples.
    0
    installs
  6. Immune Checkpoint Combination Agent · fridrichmethod
    AI-powered analysis for predicting optimal immune checkpoint inhibitor combinations based on tumor microenvironment, biomarkers, and molecular profiling.
    0
    installs
  7. Alphafold Database Fetch And Analyze · fridrichmethod bundle
    Retrieve and analyze AlphaFold predicted structures for a protein. Use when the user provides a specific UniProt Accession ID and wants structural confidence metrics (pLDDT), domain boundary analysis, or disorder assessment. Do not use if the user only has a protein name, gene name, or amino acid sequence — ask for a UniProt ID first.
    0
    installs
  8. Bio Clip Seq Binding Site Annotation · fridrichmethod bundle
    Annotate CLIP-seq binding sites to genomic features including 3'UTR, 5'UTR, CDS, introns, and ncRNAs. Use when characterizing where an RBP binds in transcripts.
    0
    installs
  9. Bio Data Visualization Genome Tracks · fridrichmethod bundle
    Create genome browser-style visualizations showing multiple data tracks (coverage, peaks, genes) using pyGenomeTracks, Gviz, and IGV. Use when visualizing genomic data at specific loci with multiple aligned tracks.
    0
    installs
  10. Bio Experimental Design Batch Design · fridrichmethod bundle
    Designs experiments to minimize and account for batch effects using balanced layouts and blocking strategies. Use when planning multi-batch experiments, assigning samples to sequencing lanes, or designing studies where technical variation could confound biological signals.
    0
    installs
  11. Bio Expression Matrix Metadata Joins · fridrichmethod bundle
    Merge sample metadata with count matrices and add gene annotations. Use when preparing data for differential expression analysis or visualization.
    0
    installs
  12. Bio Genome Intervals Bed File Basics · fridrichmethod bundle
    BED file format fundamentals, creation, validation, and basic operations. Covers BED3 through BED12 formats, coordinate systems, sorting, and format conversion using bedtools and pybedtools. Use when working with genomic coordinates or preparing interval files for downstream tools.
    0
    installs
  13. Bio Phasing Imputation Imputation Qc · fridrichmethod bundle
    Quality control of phasing and imputation results. Filter by INFO scores, assess accuracy, and prepare imputed data for downstream analysis. Use when filtering low-quality imputed variants or validating imputation accuracy before GWAS.
    0
    installs
  14. Bio Read Alignment Bowtie2 Alignment · fridrichmethod bundle
    Align short reads using Bowtie2 with local or end-to-end modes. Supports gapped alignment. Use when aligning ChIP-seq, ATAC-seq, or when flexible alignment modes are needed.
    0
    installs
  15. Bio Small Rna Seq Differential Mirna · fridrichmethod bundle
    Perform differential expression analysis of miRNAs between conditions using DESeq2 or edgeR with small RNA-specific considerations. Use when identifying miRNAs that change between treatment groups, disease states, or developmental stages.
    0
    installs
  16. Bio Workflows Crispr Screen Pipeline · fridrichmethod bundle
    End-to-end CRISPR screen analysis from FASTQ to hit genes. Orchestrates guide counting, QC, statistical analysis with MAGeCK, and hit calling with multiple methods. Use when analyzing pooled CRISPR screens from count data to hit calling.
    0
    installs
  17. Bio Workflows Expression To Pathways · fridrichmethod bundle
    Workflow from differential expression results to functional enrichment analysis. Covers GO, KEGG, Reactome enrichment with clusterProfiler and visualization. Use when taking DE results to pathway enrichment.
    0
    installs
  18. Bio Data Visualization Color Palettes · fridrichmethod bundle
    Select and apply colorblind-friendly palettes for scientific figures using viridis, RColorBrewer, and custom color schemes. Use when selecting colorblind-friendly palettes for figures.
    0
    installs
  19. Bio Expression Matrix Gene Id Mapping · fridrichmethod bundle
    Convert between gene identifier systems including Ensembl, Entrez, HGNC symbols, and UniProt. Use when mapping IDs for pathway analysis or matching different data sources.
    0
    installs
  20. Bio Expression Matrix Sparse Handling · fridrichmethod bundle
    Work with sparse matrices for memory-efficient storage of count data. Use when dealing with single-cell data or large bulk RNA-seq datasets where most values are zero.
    0
    installs
  21. Bio Genome Intervals Gtf Gff Handling · fridrichmethod bundle
    Parse, query, and convert GTF and GFF3 annotation files. Extract gene, transcript, and exon coordinates using gffread, gtfparse, and gffutils. Use when extracting specific features from gene annotations or converting between annotation formats.
    0
    installs
  22. Bio Machine Learning Model Validation · fridrichmethod bundle
    Implements nested cross-validation and stratified splits for unbiased model evaluation on biomedical datasets. Prevents data leakage and overfitting in biomarker discovery. Use when validating classifiers or optimizing hyperparameters on omics data.
    0
    installs
  23. Bio Small Rna Seq Smrna Preprocessing · fridrichmethod bundle
    Preprocess small RNA sequencing data with adapter trimming and size selection optimized for miRNA, piRNA, and other small RNAs. Use when preparing small RNA-seq reads for downstream quantification or discovery analysis.
    0
    installs
  24. Bio Systems Biology Gene Essentiality · fridrichmethod bundle
    Perform in silico gene knockout analysis and synthetic lethality screens using COBRApy single and double deletions. Predict essential genes and identify synthetic lethal pairs for drug target discovery. Use when identifying essential genes or finding synthetic lethal drug targets.
    0
    installs
  25. Bio Workflow Management Cwl Workflows · fridrichmethod bundle
    Create portable, standards-based bioinformatics pipelines with Common Workflow Language (CWL). Use when building workflows that need maximum portability across execution platforms, sharing pipelines with collaborators using different systems, or contributing to community workflow registries.
    0
    installs
  26. Bio Workflow Management Wdl Workflows · fridrichmethod bundle
    Create portable bioinformatics pipelines with Workflow Description Language (WDL) using Cromwell or miniwdl execution engines. Use when running GATK best practices pipelines, working with Terra/AnVIL platforms, or building workflows for cloud execution on Google Cloud or AWS.
    0
    installs
  27. Bio Workflows Crispr Editing Pipeline · fridrichmethod bundle
    End-to-end CRISPR experiment design from target selection to delivery-ready constructs. Covers guide RNA design, off-target assessment, and specialized editing strategies including knockouts, base editing, and HDR knockins. Use when designing complete CRISPR editing experiments for gene knockout, correction, or tagging.
    0
    installs
  28. Bio Comparative Genomics Hgt Detection · fridrichmethod bundle
    Detect horizontal gene transfer events using HGTector, compositional analysis, and phylogenetic incongruence methods. Identify foreign genes in bacterial and archaeal genomes from anomalous composition or unexpected phylogenetic placement. Use when searching for horizontally transferred genes or analyzing genome evolution in prokaryotes.
    0
    installs
  29. Bio Epitranscriptomics M6anet Analysis · fridrichmethod bundle
    Detect m6A modifications from Oxford Nanopore direct RNA sequencing using m6Anet. Use when analyzing epitranscriptomic modifications from long-read RNA data without immunoprecipitation.
    0
    installs
  30. Bio Experimental Design Power Analysis · fridrichmethod bundle
    Calculates statistical power and minimum sample sizes for RNA-seq, ATAC-seq, and other sequencing experiments. Use when planning experiments, determining how many replicates are needed, or assessing whether a study is adequately powered to detect expected effect sizes.
    0
    installs
  31. Bio Genome Assembly Assembly Polishing · fridrichmethod bundle
    Polish genome assemblies to reduce errors using short reads (Pilon), long reads (Racon), or ONT-specific tools (medaka). Essential for improving long-read assembly accuracy. Use when improving assembly accuracy with polishing tools.
    0
    installs
  32. Bio Genome Assembly Long Read Assembly · fridrichmethod bundle
    De novo genome assembly from Oxford Nanopore or PacBio long reads using Flye and Canu. Produces highly contiguous assemblies suitable for complete bacterial genomes and resolving complex regions. Use when assembling genomes from ONT or PacBio reads.
    0
    installs
  33. Bio Genome Intervals Coverage Analysis · fridrichmethod bundle
    Calculate read depth and coverage across genomic intervals using bedtools genomecov and coverage. Generate bedGraph files, compute per-base depth, and summarize coverage statistics. Use when assessing sequencing depth, creating coverage tracks, or evaluating target capture efficiency.
    0
    installs
  34. Bio Machine Learning Omics Classifiers · fridrichmethod bundle
    Builds classification models for omics data using RandomForest, XGBoost, and logistic regression with sklearn-compatible APIs. Includes proper preprocessing and evaluation metrics for biomarker classifiers. Use when building diagnostic or prognostic classifiers from expression or variant data.
    0
    installs
  35. Bio Machine Learning Survival Analysis · fridrichmethod bundle
    Analyzes time-to-event data using Kaplan-Meier curves, log-rank tests, and Cox proportional hazards regression with lifelines. Builds survival models from clinical and omics features. Use when predicting patient survival or modeling time-to-event outcomes.
    0
    installs
  36. Bio Rna Quantification Count Matrix Qc · fridrichmethod bundle
    Quality control and exploration of RNA-seq count matrices before differential expression. Check for outliers, batch effects, and sample relationships. Use when assessing count matrix quality before DE analysis.
    0
    installs
  37. Bio Workflows Genome Assembly Pipeline · fridrichmethod bundle
    End-to-end genome assembly workflow from reads to polished assembly with QC. Supports short reads (SPAdes), long reads (Flye), and hybrid approaches. Use when assembling genomes from raw reads.
    0
    installs
  38. Bio Workflows Somatic Variant Pipeline · fridrichmethod bundle
    End-to-end somatic variant calling from tumor-normal paired samples using Mutect2 or Strelka2. Covers preprocessing, variant calling, filtering, and annotation for cancer genomics. Use when calling somatic mutations from tumor-normal pairs.
    0
    installs
  39. Bio Epitranscriptomics M6a Differential · fridrichmethod bundle
    Identify differential m6A methylation between conditions from MeRIP-seq. Use when comparing epitranscriptomic changes between treatment groups or cell states.
    0
    installs
  40. Bio Epitranscriptomics M6a Peak Calling · fridrichmethod bundle
    Call m6A peaks from MeRIP-seq IP vs input comparisons. Use when identifying m6A modification sites from methylated RNA immunoprecipitation data.
    0
    installs
  41. Bio Genome Assembly Metagenome Assembly · fridrichmethod bundle
    Metagenome assembly from long reads using metaFlye and metaSPAdes with binning strategies. Use when reconstructing genomes from microbial communities, recovering metagenome-assembled genomes (MAGs), or resolving strain-level variation in complex samples.
    0
    installs
  42. Bio Genome Assembly Short Read Assembly · fridrichmethod bundle
    De novo genome assembly from Illumina short reads using SPAdes. Covers bacterial, fungal, and small eukaryotic genome assembly, as well as metagenome and transcriptome assembly modes. Use when assembling genomes from Illumina reads.
    0
    installs
  43. Bio Phasing Imputation Reference Panels · fridrichmethod bundle
    Download, prepare, and manage reference panels for phasing and imputation. Covers 1000 Genomes, HRC, and TOPMed panels. Use when setting up imputation infrastructure or selecting appropriate reference panels for target populations.
    0
    installs
  44. Bio Experimental Design Multiple Testing · fridrichmethod bundle
    Applies multiple testing correction methods including FDR, Bonferroni, and q-value for genomics data. Use when filtering differential expression results, setting significance thresholds, or choosing between correction methods for different study designs.
    0
    installs
  45. Bio Genome Intervals Interval Arithmetic · fridrichmethod bundle
    Core interval arithmetic operations including intersect, subtract, merge, complement, map, and groupby using bedtools and pybedtools. Use when finding overlapping regions, removing overlaps, combining adjacent intervals, or transferring annotations between interval files.
    0
    installs
  46. Bio Machine Learning Biomarker Discovery · fridrichmethod bundle
    Selects informative features for biomarker discovery using Boruta all-relevant selection, mRMR minimum redundancy, and LASSO regularization. Use when identifying biomarkers from high-dimensional omics data.
    0
    installs
  47. Bio Phasing Imputation Haplotype Phasing · fridrichmethod bundle
    Phase genotypes into haplotypes using Beagle or SHAPEIT. Resolves which alleles are inherited together on each chromosome. Use when preparing VCF files for imputation, HLA typing, or population genetic analyses requiring phased haplotypes.
    0
    installs
  48. Bio Rna Quantification Tximport Workflow · fridrichmethod bundle
    Import transcript-level quantifications from Salmon/kallisto into R for gene-level analysis with DESeq2/edgeR using tximport or tximeta. Use when importing transcript counts into R for DESeq2/edgeR.
    0
    installs
  49. Bio Comparative Genomics Synteny Analysis · fridrichmethod bundle
    Analyze genome collinearity and syntenic blocks using MCScanX, SyRI, and JCVI for comparative genomics. Detect conserved gene order, chromosomal rearrangements, and whole-genome duplications. Use when comparing genome structure between species or identifying conserved genomic regions.
    0
    installs
  50. Bio Data Visualization Multipanel Figures · fridrichmethod bundle
    Combine multiple plots into publication-ready multi-panel figures using patchwork, cowplot, or matplotlib GridSpec with shared legends and panel labels. Use when combining multiple plots into publication figures.
    0
    installs
  51. Bio Genome Intervals Proximity Operations · fridrichmethod bundle
    Find nearest features, search within windows, and extend intervals using closest, window, flank, and slop operations. Use when performing TSS proximity analysis, assigning enhancers to genes, defining promoter regions, or finding nearby genomic features.
    0
    installs
  52. Bio Systems Biology Flux Balance Analysis · fridrichmethod bundle
    Perform flux balance analysis (FBA) and flux variability analysis (FVA) on genome-scale metabolic models using COBRApy. Predict growth rates, metabolic fluxes, and optimal resource utilization. Use when predicting metabolic phenotypes or optimizing flux distributions.
    0
    installs
  53. Bio Workflows Metabolic Modeling Pipeline · fridrichmethod bundle
    End-to-end genome-scale metabolic modeling from genome sequence to flux predictions. Covers automated reconstruction with CarveMe, model validation with memote, FBA/FVA analysis, and gene essentiality prediction. Use when building metabolic models or predicting metabolic phenotypes from genomic data.
    0
    installs
  54. Bio Data Visualization Heatmaps Clustering · fridrichmethod bundle
    Create clustered heatmaps with row/column annotations using ComplexHeatmap, pheatmap, and seaborn for gene expression and omics data visualization. Use when visualizing expression patterns across samples or identifying co-expressed gene clusters.
    0
    installs
  55. Bio Epitranscriptomics Merip Preprocessing · fridrichmethod bundle
    Align and QC MeRIP-seq IP and input samples for m6A analysis. Use when preparing MeRIP-seq data for peak calling or differential methylation analysis.
    0
    installs
  56. Bio Phasing Imputation Genotype Imputation · fridrichmethod bundle
    Impute missing genotypes using reference panels with Beagle or Minimac4. Use when increasing variant density for GWAS, harmonizing data across genotyping platforms, or inferring variants not directly typed in array data.
    0
    installs
  57. Bio Workflow Management Nextflow Pipelines · fridrichmethod bundle
    Create scalable, containerized bioinformatics pipelines with Nextflow DSL2 supporting Docker, Singularity, and cloud execution. Use when building portable pipelines with container support, running workflows on cloud platforms (AWS, Google Cloud), or leveraging nf-core community pipelines.
    0
    installs
  58. Bio Comparative Genomics Ortholog Inference · fridrichmethod bundle
    Infer orthologous gene groups across species using OrthoFinder and ProteinOrtho. Identify orthologs, paralogs, and co-orthologs for comparative genomics and functional annotation transfer. Use when identifying gene orthologs across species or building orthogroups for evolutionary analysis.
    0
    installs
  59. Bio Comparative Genomics Positive Selection · fridrichmethod bundle
    Detect positive selection using dN/dS (omega) tests with PAML codeml and HyPhy. Identify sites and branches under adaptive evolution through codon models and branch-site tests. Use when testing for adaptive evolution in gene families or identifying positively selected sites.
    0
    installs
  60. Bio Data Visualization Ggplot2 Fundamentals · fridrichmethod bundle
    Create publication-quality scientific figures with ggplot2 including scatter plots, boxplots, heatmaps, and multi-panel layouts. Use when creating static figures for papers, presentations, or reports in R.
    0
    installs
  61. Bio Genome Assembly Contamination Detection · fridrichmethod bundle
    Detect contamination and assess genome quality using CheckM, CheckM2, GTDB-Tk, and GUNC for metagenome-assembled genomes and isolate assemblies. Use when checking assemblies for contamination.
    0
    installs
  62. Bio Machine Learning Prediction Explanation · fridrichmethod bundle
    Explains machine learning predictions on omics data using SHAP values and LIME for feature attribution. Identifies which genes or features drive classifier decisions. Use when interpreting biomarker classifiers or understanding model predictions.
    0
    installs
  63. Bio Rna Quantification Alignment Free Quant · fridrichmethod bundle
    Quantify transcript expression using pseudo-alignment with Salmon or kallisto. Use when quantifying transcripts with Salmon or kallisto.
    0
    installs
  64. Bio Systems Biology Context Specific Models · fridrichmethod bundle
    Build tissue and condition-specific metabolic models using GIMME, iMAT, and INIT algorithms with expression data constraints. Create models that reflect cell-type specific metabolism. Use when building tissue-specific metabolic models or integrating transcriptomics with FBA.
    0
    installs
  65. Bio Workflow Management Snakemake Workflows · fridrichmethod bundle
    Build reproducible bioinformatics pipelines with Snakemake using rules, wildcards, and automatic dependency resolution. Use when creating Python-based workflows, automating multi-step analyses with make-like dependency tracking, or running pipelines on HPC clusters with SLURM.
    0
    installs
  66. Bio Data Visualization Volcano Customization · fridrichmethod bundle
    Create publication-ready volcano plots with custom thresholds, gene labels, and highlighting using ggplot2, EnhancedVolcano, or matplotlib. Use when visualizing differential expression or association results with gene annotations.
    0
    installs
  67. Bio Population Genetics Selection Statistics · fridrichmethod bundle
    Detect signatures of natural selection using Fst, Tajima's D, iHS, XP-EHH, and other selection statistics. Calculate population differentiation, test for departures from neutrality, and identify selective sweeps with scikit-allel and vcftools. Use when computing selection signatures like Fst or Tajima's D.
    0
    installs
  68. Bio Systems Biology Metabolic Reconstruction · fridrichmethod bundle
    Build genome-scale metabolic models from genome sequences using CarveMe and gapseq for automated reconstruction. Generate draft models ready for curation and analysis. Use when creating metabolic models for organisms without existing models.
    0
    installs
  69. Bio Research Tools Biomarker Signature Studio · fridrichmethod bundle
    Multi-omic biomarker discovery studio that ingests expression + metadata, performs QC, multi-strategy feature selection, nested CV model training, survival analysis hooks, and SHAP-based interpretation. Use to design translational biomarker panels with documented evidence.
    0
    installs
  70. Bio Rna Quantification Featurecounts Counting · fridrichmethod bundle
    Count reads per gene from aligned BAM files using Subread featureCounts. Use when processing BAM files from STAR/HISAT2 to generate gene-level counts for DESeq2/edgeR.
    0
    installs
  71. Bio Population Genetics Linkage Disequilibrium · fridrichmethod bundle
    Calculate linkage disequilibrium statistics (r², D'), perform LD pruning for population structure analysis, identify haplotype blocks, and visualize LD patterns using PLINK, scikit-allel, and LDBlockShow. Use when calculating LD or pruning variants.
    0
    installs
  72. Bio Data Visualization Interactive Visualization · fridrichmethod bundle
    Create interactive HTML plots with plotly and bokeh for exploratory data analysis and web-based sharing of omics visualizations. Use when building zoomable, hoverable plots for data exploration or web dashboards.
    0
    installs
  73. Bio Vcf Basics · fridrichmethod bundle
    View, query, and understand VCF/BCF variant files using bcftools and cyvcf2. Use when inspecting variants, extracting specific fields, or understanding VCF format structure.
    0
    installs
  74. Bio Comparative Genomics Ancestral Reconstruction · fridrichmethod bundle
    Reconstruct ancestral sequences at phylogenetic nodes using PAML and IQ-TREE marginal likelihood methods. Infer ancient protein sequences and trace evolutionary trajectories through sequence history. Use when inferring ancestral states for protein resurrection or tracing evolutionary history.
    0
    installs
  75. Bio Epitranscriptomics Modification Visualization · fridrichmethod bundle
    Create metagene plots and browser tracks for RNA modification data. Use when visualizing m6A distribution patterns around genomic features like stop codons.
    0
    installs
  76. Bio Variant Calling Deepvariant · fridrichmethod bundle
    Deep learning-based variant calling with Google DeepVariant. Provides high accuracy for germline SNPs and indels from Illumina, PacBio, and ONT data. Use when calling variants with DeepVariant deep learning caller.
    0
    installs
  77. Bio Variant Calling Joint Calling · fridrichmethod bundle
    Joint genotype calling across multiple samples using GATK CombineGVCFs and GenotypeGVCFs. Essential for cohort studies, population genetics, and leveraging VQSR. Use when performing joint genotyping across multiple samples.
    0
    installs
  78. Bio Vcf Statistics · fridrichmethod bundle
    Generate variant statistics, sample concordance, and quality metrics using bcftools stats and gtcheck. Use when evaluating variant quality, comparing samples, or summarizing VCF contents.
    0
    installs
  79. Bio Variant Calling · fridrichmethod bundle
    Call SNPs and indels from aligned reads using bcftools mpileup and call. Use when detecting variants from BAM files or generating VCF from alignments.
    0
    installs
  80. Bio Vcf Manipulation · fridrichmethod bundle
    Merge, concatenate, sort, intersect, and subset VCF files using bcftools. Use when combining variant files, comparing call sets, or restructuring VCF data.
    0
    installs
  81. Bio Variant Annotation · fridrichmethod bundle
    Comprehensive variant annotation using bcftools annotate/csq, VEP, SnpEff, and ANNOVAR. Add database annotations, predict functional consequences, and assess clinical significance. Use when annotating variants with functional and clinical information.
    0
    installs