Kataegis refers to the occurrence of regional hypermutation and is a phenomenon observed in a wide range of malignancies. Using changepoint detection katdetectr aims to identify putative kataegis foci from common data-formats housing genomic variants. Katdetectr has shown to be a robust package for the detection, characterization and visualization of kataegis.
Space: Independent Teams
SEEK ID: https://workflowhub.eu/projects/162
Public web page: https://github.com/ErasmusMC-CCBC/katdetectr
Organisms: No Organisms specified
WorkflowHub PALs: No PALs for this Team
Team created: 26th Apr 2023
Related items
Teams: Katdetectr
Organizations: Erasmus University Medical Centre
https://orcid.org/0000-0002-7513-6813A space managed by WorkflowHub administrators for teams that don't want/need to manage their own space.
Teams: IBISBA Workflows, NMR Workflow, UNLOCK, NanoGalaxy, Galaxy Climate, PNDB, IMBforge, COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource, LBI-RUD, Nick-test-team, usegalaxy-eu, Italy-Covid-data-Portal, UX trial team, Integrated and Urban Plant Pathology Laboratory, SARS-CoV-2 Data Hubs, lmjxteam2, virAnnot pipeline, Ay Lab, iPC: individualizedPaediatricCure, Harkany Lab, MOLGENIS, EJPRD WP13 case-studies workflows, Common Workflow Language (CWL) community, Testing, SeBiMER, IAA-CSIC, MAB - ATGC, Probabilistic graphical models, GenX, Snakemake-Workflows, ODA, IPK BIT, CO2MICS Lab, FAME, CHU Limoges - UF9481 Bioinformatique / CNR Herpesvirus, Quadram Institute Bioscience - Bioinformatics, HecatombDevelopment, Institute of Human Genetics, Testing RO Crates, Test Team, Applied Computational Biology at IEG/HMGU, INFRAFRONTIER workflows, OME, TransBioNet, OpenEBench, Bioinformatics and Biostatistics (BIO2 ) Core, VIB Bioinformatics Core, CRC Cohort, ICAN, MustafaVoh, Single Cell Unit, CO-Graph, emo-bon, TestEMBL-EBIOntology, CINECA, Toxicology community, Pitagora-Network, Workflows Australia, Medizinisches Proteom-Center, Medical Bioinformatics, AGRF BIO, EU-Openscreen, X-omics, ELIXIR Belgium, URGI, Size Inc, GA-VirReport Team, The Boucher Lab, Air Quality Prediction, pyiron, CAPSID, Edinburgh Genomics, Defragmentation TS, NBIS, Phytoplankton Analysis, Seq4AMR, Workflow registry test, Read2Map, SKM3, ParslRNA-Seq: an efficient and scalable RNAseq analysis workflow for studies of differentiated gene expression, de.NBI Cloud, Meta-NanoSim, ILVO Plant Health, EMERGEN-BIOINFO, KircherLab, Apis-wings, BCCM_ULC, Dessimoz Lab, TRON gGmbH, GEMS at MLZ, Computational Science at HZDR, Big data in biomedicine, TRE-FX, MISTIC, Guigó lab, Statistical genetics, Delineating Regions-of-interest for Mass Spectrometry Imaging by Multimodally Corroborated Spatial Segmentation, WES, Bioinformatics Unit @ CRG, Bioinformatics Innovation Lab, BSC-CES, ELIXIR Proteomics, Black Ochre Data Labs, Zavolan Lab, Metabolomics-Reproducibility, Team Cardio, NGFF Tools, Bioinformatics workflows for life science, Workflows for geographic science, Pacific-deep-sea-sponges-microbiome, CSFG, SNAKE, Katdetectr, INFRAFRONTIER GmbH, PerMedCoE, Euro-BioImaging, EOSC-Life WP3 OC Team, cross RI project, ANSES-Ploufragan, SANBI Pathogen Bioinformatics, Biodata Analysis Group, DeSci Labs, Erasmus MC - Viroscience Bioinformatics, ARA-dev, Mendel Centre for Plant Genomics and Proteomics, Metagenomic tools, WorkflowEng, Polygenic Score Catalog, bpm, scNTImpute, Systems Biotechnology laboratory, Cimorgh IT solutions, MLme: Machine Learning Made Easy, Hurwitz Lab, Dioscuri TDA, Scipion CNB, System Biotechnology laboratory, yPublish - Bioinfo tools, NIH CFDE Playbook Workflow Partnership, MMV-Lab, EMBL-CBA, EBP-Nor, Evaluation of Swin Transformer and knowledge transfer for denoising of super-resolution structured illumination microscopy data, Bioinformatics Laboratory for Genomics and Biodiversity (LBGB), multi-analysis dFC, CholGen, RNA group, Plant Genomes Pipelines in Galaxy, Pathogen Genomic Laboratory, Chemical Data Lab, JiangLab, Pangenome database project, HP2NET - Framework for construction of phylogenetic networks on High Performance Computing (HPC) environment, Center for Open Bioimage Analysis, Generalized Open-Source Workflows for Atomistic Molecular Dynamics Simulations of Viral Helicases, Historical DNA genome skimming, QCDIS, Peter Menzel's Team, NHM Clark group, ESRF Workflow System (Ewoks), Kalbe Bioinformatics, Nextflow4Metabolomics, GBCS, CEMCOF, Jackson Laboratory NGS-Ops, Schwartz Lab, BRAIN - Biomedical Research on Adult Intracranial Neoplasms, Cancer Therapeutics and Drug Safety, Deepdefense, Mid-Ohio Regional Planning Commission, MGSSB, Institute for Human Genetics and Genomic Medicine Aachen, FengTaoSMU, EGA, Plant-Food-Research-Open, KrauthammerLab, Geo Workflows, grassland pDT, FunGIALab, CRIM - Computer Research Institute of Montréal, Medvedeva Lab, Metagenlab, FAIR-EASE, Protein-protein and protein-nucleic acid binding site prediction research, Culhane Lab, IDUN - Drug Delivery and Sensing, Edge Computing DAG Task Scheduling Research Group, Stratum corneum nanotexture feature detection using deep learning and spatial analysis: a non-invasive tool for skin barrier assessment, COPO, Taudière group, ErasmusMC Clinical Bioinformatics, interTwin, fluid flow modeling, EnrichDO
Web page: Not specified
Introduction
This repository contains all the custom scripts used in the evaluation and comparison of Katdetectr as described in the corresponding Technical Note (under submission).
Usage
All required files were deposited on Zenodo.
These can directly be downloaded using zen4R
and be used as input.
# Increase the timeout (due to some large files).
options(timeout=5000)
...
Introduction
katdetectr
is an R package for the detection, characterization and visualization of localized hypermutated regions, often referred to as kataegis.
Please see the Application Note (under submission) for additional background, details and performance evaluations of katdetectr
.
The general workflow of katdetectr
can be summarized as follows:
- Import of genomic variants; VCF, MAF or VRanges objects.
- Detection ...