List all resources, or create a new resource.

GET /api/t
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 33203,
    "next": "?page=2",
    "previous": null,
    "list": [
        {
            "name": "ancseq",
            "description": "A local command-line tool for ancestral sequence reconstruction with gap-state inference using IQ-TREE. It supports nucleotide, amino acid, and codon sequence alignments and reports site-wise posterior probabilities of ancestral states.",
            "homepage": "https://github.com/YuSugihara/ancseq",
            "biotoolsID": "ancseq",
            "biotoolsCURIE": "biotools:ancseq",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "iqtree",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3745",
                            "term": "Ancestral reconstruction"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1383",
                                "term": "Nucleic acid sequence alignment"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1384",
                                "term": "Protein sequence alignment"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2044",
                                "term": "Sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0872",
                                "term": "Phylogenetic tree"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1910",
                                    "term": "newick"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0951",
                                "term": "Statistical estimate score"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        }
                    ],
                    "note": "Reconstructs ancestral nucleotide, amino acid, or codon sequences, including ancestral gap states, and reports site-wise posterior probabilities.",
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3293",
                    "term": "Phylogenetics"
                },
                {
                    "uri": "http://edamontology.org/topic_3945",
                    "term": "Molecular evolution"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Python"
            ],
            "license": "GPL-3.0-or-later",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/YuSugihara/ancseq",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/YuSugihara/ancseq/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": "Report bugs or request new features."
                }
            ],
            "download": [
                {
                    "url": "https://github.com/YuSugihara/ancseq/releases",
                    "type": "Downloads page",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/YuSugihara/ancseq#readme",
                    "type": [
                        "Citation instructions",
                        "Command-line options",
                        "Installation instructions",
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1371/journal.pgen.1011653",
                    "pmid": "40202957",
                    "pmcid": "PMC11981194",
                    "type": [
                        "Primary",
                        "Usage"
                    ],
                    "version": "1.2.1",
                    "note": "ancseq was developed and used to reconstruct ancestral NRC3 sequences in this study.",
                    "metadata": null
                },
                {
                    "doi": "10.64898/2025.12.17.694876",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Usage"
                    ],
                    "version": null,
                    "note": "ancseq was used to reconstruct ancestral RAR1 and SGT1 sequences in this study.",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Yu Sugihara",
                    "email": null,
                    "url": "https://yusugihara.github.io/",
                    "orcidid": "https://orcid.org/0000-0001-6042-1091",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "yu7",
            "additionDate": "2026-07-26T01:07:48.675963Z",
            "lastUpdate": "2026-07-26T01:21:00.694190Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "RiSPICE",
            "description": "RiSPICE (Rice SNP Prioritization Integrating Chromatin Effects) is a computational framework for prioritizing non-coding rice variants by integrating predicted chromatin effects from a fine-tuned DNA language model.",
            "homepage": "https://github.com/bioinfodlsu/rispice",
            "biotoolsID": "rispice",
            "biotoolsCURIE": "biotools:rispice",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0085",
                    "term": "Functional genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3173",
                    "term": "Epigenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3517",
                    "term": "GWAS study"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/bioinfodlsu/rispice",
                    "type": [
                        "Repository"
                    ],
                    "note": "RiSPICE GitHub Repository"
                },
                {
                    "url": "https://huggingface.co/paolomanlapaz/rispice-base",
                    "type": [
                        "Repository"
                    ],
                    "note": "RiSPICE Base Model to be used alongside the LoRA Adapters."
                },
                {
                    "url": "https://huggingface.co/paolomanlapaz/rispice-1000bp",
                    "type": [
                        "Repository"
                    ],
                    "note": "LoRA Adapter for 1000bp RiSPICE in HuggingFace"
                },
                {
                    "url": "https://huggingface.co/paolomanlapaz/rispice-750bp",
                    "type": [
                        "Repository"
                    ],
                    "note": "LoRA Adapter for 750bp RiSPICE in HuggingFace"
                },
                {
                    "url": "https://huggingface.co/paolomanlapaz/rispice-500bp",
                    "type": [
                        "Repository"
                    ],
                    "note": "LoRA Adapter for 500bp RiSPICE in HuggingFace"
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [
                {
                    "name": "Josef Paolo Manlapaz",
                    "email": "josef.paolo.manlapaz@gmail.com",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0000-5541-9384",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Anish M.S. Shrestha",
                    "email": "anish.shrestha@dlsu.edu.ph",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9192-9709",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                }
            ],
            "owner": "josef_paolo",
            "additionDate": "2026-07-24T08:24:57.663885Z",
            "lastUpdate": "2026-07-25T13:04:27.773578Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "REFUTE",
            "description": "REFUTE is an open benchmark for scientific critique honesty and epistemic calibration on recent life-science and biomedical literature. It tests whether models keep claims inside what the evidence allows (overclaim / planted-flaw / falsifier selection) and whether stated confidence is calibrated, with judge-free MCQ axes plus open-ended critique scoring.",
            "homepage": "https://bgpt.pro/refute",
            "biotoolsID": "bgpt-refute",
            "biotoolsCURIE": "biotools:bgpt-refute",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Web application"
            ],
            "topic": [],
            "operatingSystem": [],
            "language": [
                "Python"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/connerlambden/refute-inspect",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://huggingface.co/datasets/BGPT-OFFICIAL/refute",
                    "type": [
                        "Other"
                    ],
                    "note": "Hugging Face dataset"
                },
                {
                    "url": "https://doi.org/10.5281/zenodo.21542238",
                    "type": [
                        "Other"
                    ],
                    "note": "Zenodo preprint DOI"
                },
                {
                    "url": "https://www.openml.org/d/47266",
                    "type": [
                        "Other"
                    ],
                    "note": "OpenML REFUTE-knowledge-v3"
                },
                {
                    "url": "https://www.openml.org/d/47268",
                    "type": [
                        "Other"
                    ],
                    "note": "OpenML REFUTE-soundness-v3"
                },
                {
                    "url": "https://doi.org/10.7910/DVN/IGAJWO",
                    "type": [
                        "Other"
                    ],
                    "note": "Harvard Dataverse dataset"
                },
                {
                    "url": "https://ascl.net/code/v/4795",
                    "type": [
                        "Other"
                    ],
                    "note": "ASCL software entry"
                },
                {
                    "url": "https://www.wikidata.org/wiki/Q140690703",
                    "type": [
                        "Other"
                    ],
                    "note": "Wikidata item"
                },
                {
                    "url": "https://osf.io/qxyfe/",
                    "type": [
                        "Other"
                    ],
                    "note": "OSF project"
                },
                {
                    "url": "https://www.saashub.com/refute",
                    "type": [
                        "Other"
                    ],
                    "note": "SaaSHub listing"
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://bgpt.pro/refute",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.5281/zenodo.21542238",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": "Interim preprint deposit on Zenodo (v3.0.0-preprint).",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Conner Lambden",
                    "email": "contact@bgpt.pro",
                    "url": "https://bgpt.pro",
                    "orcidid": "https://orcid.org/0000-0003-0162-6622",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "bgpt_pro",
            "additionDate": "2026-07-24T23:18:01.380915Z",
            "lastUpdate": "2026-07-25T00:53:14.294442Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "BGPT REFUTE",
            "description": "Open benchmark for scientific critique honesty and epistemic calibration on recent biomedical literature.",
            "homepage": "https://bgpt.pro/refute",
            "biotoolsID": "bgpt_refute",
            "biotoolsCURIE": "biotools:bgpt_refute",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "bgpt_pro",
            "additionDate": "2026-07-24T23:18:10.088831Z",
            "lastUpdate": "2026-07-24T23:18:10.092751Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "REFUTE",
            "description": "REFUTE is an open benchmark for scientific critique honesty and epistemic calibration on recent life-science and biomedical literature. It tests whether models keep claims inside what the evidence allows (overclaim / planted-flaw / falsifier selection) and whether stated confidence is calibrated, with judge-free MCQ axes plus open-ended critique scoring.",
            "homepage": "https://bgpt.pro/refute",
            "biotoolsID": "refute",
            "biotoolsCURIE": "biotools:refute",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "bgpt_pro",
            "additionDate": "2026-07-24T23:17:30.518296Z",
            "lastUpdate": "2026-07-24T23:17:30.520604Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Pomelo2",
            "description": "Statistical analysis of differential expression, including linear models and permutation tests",
            "homepage": "http://pomelo2.iib.uam.es/",
            "biotoolsID": "pomelo2",
            "biotoolsCURIE": "biotools:pomelo2",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3308",
                    "term": "Transcriptomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0203",
                    "term": "Gene expression"
                },
                {
                    "uri": "http://edamontology.org/topic_3316",
                    "term": "Computer science"
                },
                {
                    "uri": "http://edamontology.org/topic_3070",
                    "term": "Biology"
                },
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                },
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "R",
                "JavaScript",
                "Python"
            ],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "http://pomelo2.iib.uam.es/",
                    "type": [
                        "Repository"
                    ],
                    "note": "Github repository for source code access and download"
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "http://pomelo2.iib.uam.es/help/pomelo2-help.html",
                    "type": [
                        "General"
                    ],
                    "note": "Pomelo2 main documentation resource"
                }
            ],
            "publication": [],
            "credit": [],
            "owner": "ConexionBCB",
            "additionDate": "2026-07-24T10:42:20.039469Z",
            "lastUpdate": "2026-07-24T10:42:20.041819Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "mgnifam",
            "description": "Build protein families from sequence clusters by iterative HMM search over very large databases — streaming, deterministic, pyHMMER-based.",
            "homepage": "https://github.com/vagkaratzas/mgnifam",
            "biotoolsID": "mgnifam",
            "biotoolsCURIE": "biotools:mgnifam",
            "version": [
                "1.0.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "vangelis",
            "additionDate": "2026-07-24T09:57:48.631836Z",
            "lastUpdate": "2026-07-24T09:58:00.726013Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "PrimerDesigner",
            "description": "A practical guide for designing primers for SNVs/indels, allele-specific PCR, and structural variants, plus SilicoPCR for checking existing primer pairs — including input formats, result interpretation, and reporting.",
            "homepage": "https://genometaster.charite.de/primer-designer",
            "biotoolsID": "primerdesigner",
            "biotoolsCURIE": "biotools:primerdesigner",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3168",
                    "term": "Sequencing"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://genometaster.charite.de/primer-designer",
                    "type": [
                        "Repository"
                    ],
                    "note": "The repository is publicly available on Github."
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "oliver",
            "additionDate": "2026-07-23T17:07:53.909596Z",
            "lastUpdate": "2026-07-23T17:08:01.375600Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "CBRA",
            "description": "Workflow optimized for the analysis of rare diseases, designed to detect SNVs, INDELs , CNVs and SVs in targeted sequencing data (CES/WES) and whole genome sequencing (WGS), built on Nextflow and following nf-core standards. It has an advanced variant annotation optimized for rare diseases diagnosis and discovery.",
            "homepage": "https://github.com/CIBERER/CBRA",
            "biotoolsID": "nf-cbra-snvs",
            "biotoolsCURIE": "biotools:nf-cbra-snvs",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Workflow"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [],
            "license": "MIT",
            "collectionID": [
                "IMPaCT-ISCIII",
                "IMPaCT-Data"
            ],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/CIBERER/CBRA",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/CIBERER/CBRA",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [],
            "owner": "pminguez",
            "additionDate": "2025-08-12T09:03:01.228796Z",
            "lastUpdate": "2026-07-23T13:38:22.115020Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "yolandabq",
                    "cristina.a.s"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "gcscreen",
            "description": "Open-source R package for the analysis of kinetic phenotypic screens read as growth curves in 96-well microplates. Implements a benchmarked, simulation-validated pipeline that goes from raw OD600 trajectories to a hit list: plate-level quality control (control CV, Z'-factor, SSMD), within-plate positional correction by median polish (B-score), normalisation to the median of in-plate controls, and hit calling requiring convergence between per-plate ANOVA and a library-wide linear mixed model with Benjamini-Hochberg FDR control. Also extracts kinetic parameters (maximum specific growth rate, maximum OD, lag time) and supports functional principal component analysis and Monte Carlo validation of pipeline operating characteristics.",
            "homepage": "https://github.com/mparmol/gcscreen",
            "biotoolsID": "gcscreen",
            "biotoolsCURIE": "biotools:gcscreen",
            "version": [
                "0.1.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "marcos9",
            "additionDate": "2026-07-23T09:34:20.912056Z",
            "lastUpdate": "2026-07-23T09:42:10.704218Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ICTV to NCBITaxon SSSOM mapping",
            "description": "The ICTV to NCBITaxon SSSOM mapping is a curated cross‑reference dataset that links official ICTV virus taxa to their corresponding NCBI Taxonomy identifiers using the SSSOM (Simple Standard for Sharing Ontology Mappings) format. It provides machine‑readable, standardized mappings that enable interoperability between the ICTV taxonomy and widely used NCBI Taxonomy resources.",
            "homepage": "https://github.com/EVORA-project/virus-taxonomy-mappings",
            "biotoolsID": "ictv_to_ncbitaxon_sssom_mapping",
            "biotoolsCURIE": "biotools:ictv_to_ncbitaxon_sssom_mapping",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "philippe",
            "additionDate": "2026-07-22T12:58:36.553534Z",
            "lastUpdate": "2026-07-22T12:58:39.652034Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ICTV Ontology API",
            "description": "ICTV Ontology API  \nThe ICTV Ontology API is a structured, machine‑readable interface that exposes the complete ICTV virus taxonomy as an OWL ontology. It provides programmatic access to official virus taxa, their hierarchical relationships, synonyms, historical names, and metadata, enabling automated reasoning, name resolution, and integration of ICTV taxonomy into bioinformatics tools and databases. Key capabilities include access to the full taxonomy (realms to species), querying taxon relationships, retrieving release and status metadata, supporting OWL/RDF reasoning workflows, and integration with tools such as the ICTV Taxon Resolver (bio.tools/ictv_taxon_resolver), which relies on the API for taxon name resolution. Citation: Lieutaud et al., 2026, bioRxiv, https://doi.org/10.64898/2026.06.16.732600.",
            "homepage": "https://evora-project.github.io/ictv-ontology/helpers/",
            "biotoolsID": "ictv_ontology_api",
            "biotoolsCURIE": "biotools:ictv_ontology_api",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "philippe",
            "additionDate": "2026-07-22T12:57:02.399744Z",
            "lastUpdate": "2026-07-22T12:57:12.306517Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ICTV Taxon resolver",
            "description": "The ICTV Taxon Resolver is an online lookup tool that uses the ICTV Ontology API to translate any virus name—current, historical, informal, or deprecated—into its official, up‑to‑date taxonomic position within the ICTV (International Committee on Taxonomy of Viruses) taxonomy, the globally recognized standard for virus classification.",
            "homepage": "https://ictvapi.evora-project.eu/",
            "biotoolsID": "ictv_taxon_resolver",
            "biotoolsCURIE": "biotools:ictv_taxon_resolver",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "philippe",
            "additionDate": "2026-07-22T12:49:53.729690Z",
            "lastUpdate": "2026-07-22T12:50:18.618565Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "LIGPLOT",
            "description": "Program which plots schematic diagrams of protein-ligand interactions.",
            "homepage": "http://www.ebi.ac.uk/thornton-srv/software/LIGPLOT/",
            "biotoolsID": "ligplot",
            "biotoolsCURIE": "biotools:ligplot",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0482",
                            "term": "Protein-ligand docking"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_2275",
                    "term": "Molecular modelling"
                },
                {
                    "uri": "http://edamontology.org/topic_0128",
                    "term": "Protein interactions"
                },
                {
                    "uri": "http://edamontology.org/topic_2814",
                    "term": "Protein structure analysis"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "http://www.mybiosoftware.com/ligplot-4-5-3-ligplot-1-3-plot-schematic-diagrams-protein-ligand-interactions.html",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "http://www.ebi.ac.uk/thornton-srv/software/LIGPLOT/manual/",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                },
                {
                    "url": "http://www.ebi.ac.uk/thornton-srv/software/LIGPLOT/faq.html",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/protein/8.2.127",
                    "pmid": "7630882",
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Ligplot: A program to generate schematic diagrams of protein-ligand interactions",
                        "abstract": "The LIGPLOT program automatically generates schematic 2-D representations of protein-ligand complexes from standard Protein Data Bank file input The output is a colour, or black-and-white, PostScript file giving a simple and informative representation of the intermolecular interactions and their strengths, including hydrogen bonds, hydrophobic interactions and atom accessibilities. The program is completely general for any ligand and can also be used to show other types of interaction in proteins and nucleic acids. It was designed to facilitate the rapid inspection of many enzyme complexes, but has found many other applications. © 1995 Oxford University Press.",
                        "date": "1995-02-01T00:00:00Z",
                        "citationCount": 4892,
                        "authors": [
                            {
                                "name": "Wallace A.C."
                            },
                            {
                                "name": "Laskowski R.A."
                            },
                            {
                                "name": "Thornton J.M."
                            }
                        ],
                        "journal": "Protein Engineering, Design and Selection"
                    }
                },
                {
                    "doi": "10.1021/ci200227u",
                    "pmid": "21919503",
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "LigPlot+: Multiple ligand-protein interaction diagrams for drug discovery",
                        "abstract": "We describe a graphical system for automatically generating multiple 2D diagrams of ligand-protein interactions from 3D coordinates. The diagrams portray the hydrogen-bond interaction patterns and hydrophobic contacts between the ligand(s) and the main-chain or side-chain elements of the protein. The system is able to plot, in the same orientation, related sets of ligand-protein interactions. This facilitates popular research tasks, such as analyzing a series of small molecules binding to the same protein target, a single ligand binding to homologous proteins, or the completely general case where both protein and ligand change. © 2011 American Chemical Society.",
                        "date": "2011-10-24T00:00:00Z",
                        "citationCount": 4265,
                        "authors": [
                            {
                                "name": "Laskowski R.A."
                            },
                            {
                                "name": "Swindells M.B."
                            }
                        ],
                        "journal": "Journal of Chemical Information and Modeling"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Roman Laskowski",
                    "email": "roman@ebi.ac.uk",
                    "url": "http://www.ebi.ac.uk/~roman/",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "elnaz",
            "additionDate": "2017-08-03T18:48:05Z",
            "lastUpdate": "2026-07-21T21:18:36.432397Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "arjun",
                    "sergitobara",
                    "elnaz"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ClustVis",
            "description": "Web tool which allows users to upload their own data and easily create Principal Component Analysis (PCA) plots and heatmaps. Data can be uploaded as a file or by copy-pasteing it to the text box.",
            "homepage": "http://biit.cs.ut.ee/clustvis",
            "biotoolsID": "clustvis",
            "biotoolsCURIE": "biotools:clustvis",
            "version": [
                "1"
            ],
            "otherID": [
                {
                    "value": "RRID:SCR_017133",
                    "type": "rrid",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0313",
                            "term": "Gene expression clustering"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2942",
                            "term": "Treemap visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2238",
                            "term": "Statistical calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2939",
                            "term": "Principal component plotting"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0531",
                            "term": "Heat map generation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3111",
                                "term": "Processed microarray data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3033",
                                    "term": "Matrix format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3113",
                                "term": "Sample annotation"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3033",
                                    "term": "Matrix format"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0928",
                                "term": "Gene expression profile"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3033",
                                    "term": "Matrix format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1636",
                                "term": "Heat map"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3466",
                                    "term": "EPS"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3604",
                                    "term": "SVG"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3508",
                                    "term": "PDF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3466",
                                    "term": "EPS"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3604",
                                    "term": "SVG"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3508",
                                    "term": "PDF"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                },
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [
                "R"
            ],
            "license": "GPL-3.0",
            "collectionID": [
                "Elixir-EE"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Estonia"
            ],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/taunometsalu/ClustVis",
                    "type": [
                        "Repository"
                    ],
                    "note": "A code repository in github."
                }
            ],
            "download": [
                {
                    "url": "https://hub.docker.com/r/taunometsalu/clustvis/",
                    "type": "Container file",
                    "note": "Docker image",
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://biit.cs.ut.ee/clustvis/",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkv468",
                    "pmid": "25969447",
                    "pmcid": "PMC4489295",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "ClustVis: A web tool for visualizing clustering of multivariate data using Principal Component Analysis and heatmap",
                        "abstract": "The Principal Component Analysis (PCA) is a widely used method of reducing the dimensionality of highdimensional data, often followed by visualizing two of the components on the scatterplot. Although widely used, the method is lacking an easy-to-use web interface that scientists with little programming skills could use to make plots of their own data. The same applies to creating heatmaps: it is possible to add conditional formatting for Excel cells to show colored heatmaps, but for more advanced features such as clustering and experimental annotations, more sophisticated analysis tools have to be used. We present a web tool called ClustVis that aims to have an intuitive user interface. Users can upload data from a simple delimited text file that can be created in a spreadsheet program. It is possible to modify data processing methods and the final appearance of the PCA and heatmap plots by using drop-down menus, text boxes, sliders etc. Appropriate defaults are given to reduce the time needed by the user to specify input parameters. As an output, users can download PCA plot and heatmap in one of the preferred file formats. This web server is freely available at http://biit.cs.ut.ee/clustvis/.",
                        "date": "2015-01-01T00:00:00Z",
                        "citationCount": 2504,
                        "authors": [
                            {
                                "name": "Metsalu T."
                            },
                            {
                                "name": "Vilo J."
                            }
                        ],
                        "journal": "Nucleic Acids Research"
                    }
                }
            ],
            "credit": [
                {
                    "name": "ELIXIR-EE",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                },
                {
                    "name": "Tauno Metsalu",
                    "email": "tauno.metsalu@ut.ee",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": null,
                    "email": "biit.support@ut.ee",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "user.1781877465",
            "additionDate": "2015-01-22T11:13:24Z",
            "lastUpdate": "2026-07-21T21:16:04.483218Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "may.kay",
                    "sssjh"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "GlycoDash",
            "description": "GlycoDash is an R Shiny dashboard for processing glycomics data obtained from LaCyTools, SweetSuite and Skyline.",
            "homepage": "https://github.com/Center-for-Proteomics-and-Metabolomics/GlycoDash",
            "biotoolsID": "GlycoDash",
            "biotoolsCURIE": "biotools:GlycoDash",
            "version": [
                "v1.11.5-master"
            ],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "skyline",
                    "type": "uses"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2428",
                            "term": "Validation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0226",
                            "term": "Annotation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                },
                                {
                                    "uri": "http://edamontology.org/format_2330",
                                    "term": "Textual format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3620",
                                    "term": "xlsx"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2331",
                                    "term": "HTML"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2536",
                                "term": "Mass spectrometry data"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3620",
                                    "term": "xlsx"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3292",
                    "term": "Biochemistry"
                },
                {
                    "uri": "http://edamontology.org/topic_0121",
                    "term": "Proteomics"
                }
            ],
            "operatingSystem": [],
            "language": [
                "R"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/Center-for-Proteomics-and-Metabolomics/GlycoDash/releases/download/v1.11.5-master/GlycoDash_user_guide_v1.11.5.pdf",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1007/s00216-025-05794-3",
                    "pmid": "39985669",
                    "pmcid": "PMC11961463",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "ingghrid",
            "additionDate": "2026-06-26T09:04:29.196971Z",
            "lastUpdate": "2026-07-21T21:16:02.046479Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Rosin-Rammler Diagram plotting tool",
            "description": "This tool plots the Rosin-Rammler Diagram (RRSB) and calculates various related parameters.",
            "homepage": "https://www.mathworks.com/matlabcentral/fileexchange/28013-rosin-rammler-diagram-plotting-tool",
            "biotoolsID": "rrsb-plot",
            "biotoolsCURIE": "biotools:rrsb-plot",
            "version": [
                "1.16.0.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Library"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3344",
                    "term": "Biomedical science"
                },
                {
                    "uri": "http://edamontology.org/topic_3070",
                    "term": "Biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3382",
                    "term": "Imaging"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux",
                "Mac"
            ],
            "language": [
                "MATLAB"
            ],
            "license": null,
            "collectionID": [
                "MATLAB",
                "File Exchange"
            ],
            "maturity": null,
            "cost": "Free of charge (with restrictions)",
            "accessibility": "Open access (with restrictions)",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [
                {
                    "url": "https://www.mathworks.com//matlabcentral/mlc-downloads/downloads/submissions/28013/versions/17/screenshot.png",
                    "type": "Screenshot",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [],
            "credit": [
                {
                    "name": "Ivan Brezani",
                    "email": null,
                    "url": "https://www.mathworks.com/matlabcentral/profile/2241235-ivan-brezani",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "zsmag19",
            "additionDate": "2021-05-05T11:09:42Z",
            "lastUpdate": "2026-07-21T21:16:00.781732Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "Verena_H"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "MOODS",
            "description": "A suite of algorithms for matching position weight matrices (PWM) against DNA sequences. It features advanced matrix matching algorithms implemented in C++ that can be used to scan hundreds of matrices against chromosome-sized sequences in few seconds. MOODS can also process high-order PWMs with dependencies between adjacent positions and sequence variants such as SNPs, insertions and deletions.",
            "homepage": "https://www.cs.helsinki.fi/group/pssmfind/",
            "biotoolsID": "moods",
            "biotoolsCURIE": "biotools:moods",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0239",
                            "term": "Sequence motif recognition"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool",
                "Script"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0102",
                    "term": "Mapping"
                },
                {
                    "uri": "http://edamontology.org/topic_0157",
                    "term": "Sequence composition, complexity and repeats"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "C++",
                "Python"
            ],
            "license": "GPL-3.0",
            "collectionID": [
                "Animal and Crop Genomics"
            ],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/jhkorhonen/MOODS",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/jhkorhonen/MOODS/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/jhkorhonen/MOODS/wiki/Getting-started",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1109/tcbb.2009.35",
                    "pmid": "21071798",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Finding significant matches of position weight matrices in linear time",
                        "abstract": "Position weight matrices are an important method for modeling signals or motifs in biological sequences, both in DNA and protein contexts. In this paper, we present fast algorithms for the problem of finding significant matches of such matrices. Our algorithms are of the online type, and they generalize classical multipattern matching, filtering, and superalphabet techniques of combinatorial string matching to the problem of weight matrix matching. Several variants of the algorithms are developed, including multiple matrix extensions that perform the search for several matrices in one scan through the sequence database. Experimental performance evaluation is provided to compare the new techniques against each other as well as against some other online and index-based algorithms proposed in the literature. Compared to the brute-force O(mn) approach, our solutions can be faster by a factor that is proportional to the matrix length m. Our multiple-matrix filtration algorithm had the best performance in the experiments. On a current PC, this algorithm finds significant matches (p = 0.0001) of the 123 JASPAR matrices in the human genome in about 18 minutes. © 2011 IEEE.",
                        "date": "2011-01-01T00:00:00Z",
                        "citationCount": 24,
                        "authors": [
                            {
                                "name": "Pizzi C."
                            },
                            {
                                "name": "Rastas P."
                            },
                            {
                                "name": "Ukkonen E."
                            }
                        ],
                        "journal": "IEEE/ACM Transactions on Computational Biology and Bioinformatics"
                    }
                },
                {
                    "doi": "10.1093/bioinformatics/btw683",
                    "pmid": "28011774",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Fast motif matching revisited: High-order PWMs, SNPs and indels",
                        "abstract": "Motivation: While the position weight matrix (PWM) is the most popular model for sequence motifs, there is growing evidence of the usefulness of more advanced models such as first-order Markov representations, and such models are also becoming available in well-known motif databases. There has been lots of research of how to learn these models from training data but the problem of predicting putative sites of the learned motifs by matching the model against new sequences has been given less attention. Moreover, motif site analysis is often concerned about how different variants in the sequence affect the sites. So far, though, the corresponding efficient software tools for motif matching have been lacking. Results: We develop fast motif matching algorithms for the aforementioned tasks. First, we formalize a framework based on high-order position weight matrices for generic representation of motif models with dinucleotide or general q-mer dependencies, and adapt fast PWM matching algorithms to the high-order PWM framework. Second, we show how to incorporate different types of sequence variants, such as SNPs and indels, and their combined effects into efficient PWM matching workflows. Benchmark results show that our algorithms perform well in practice on genome-sized sequence sets and are for multiple motif search much faster than the basic sliding window algorithm.",
                        "date": "2017-02-15T00:00:00Z",
                        "citationCount": 23,
                        "authors": [
                            {
                                "name": "Korhonen J.H."
                            },
                            {
                                "name": "Palin K."
                            },
                            {
                                "name": "Taipale J."
                            },
                            {
                                "name": "Ukkonen E."
                            }
                        ],
                        "journal": "Bioinformatics"
                    }
                },
                {
                    "doi": "10.1093/bioinformatics/btp554",
                    "pmid": "19773334",
                    "pmcid": "PMC2778336",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "MOODS: Fast search for position weight matrix matches in DNA sequences",
                        "abstract": "Summary: MOODS (MOtif Occurrence Detection Suite) is a software package for matching position weight matrices against DNA sequences. MOODS implements state-of-the-art online matching algorithms, achieving considerably faster scanning speed than with a simple brute-force search. MOODS is written in C++, with bindings for the popular BioPerl and Biopython toolkits. It can easily be adapted for different purposes and integrated into existing workflows. It can also be used as a C++ library. © The Author(s) 2009. Published by Oxford University Press.",
                        "date": "2009-09-22T00:00:00Z",
                        "citationCount": 116,
                        "authors": [
                            {
                                "name": "Korhonen J."
                            },
                            {
                                "name": "Martinmaki P."
                            },
                            {
                                "name": "Pizzi C."
                            },
                            {
                                "name": "Rastas P."
                            },
                            {
                                "name": "Ukkonen E."
                            }
                        ],
                        "journal": "Bioinformatics"
                    }
                }
            ],
            "credit": [
                {
                    "name": null,
                    "email": "janne.h.korhonen@aalto.fi",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "Bamboo",
            "additionDate": "2017-08-20T15:58:06Z",
            "lastUpdate": "2026-07-21T21:15:59.464608Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "animalandcropgenomics"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Supernova",
            "description": "Supernova is a software package for de novo assembly from Chromium Linked-Reads that are made from a single whole-genome library from an individual DNA source. A key feature of Supernova is that it creates diploid assemblies, thus separately representing maternal and paternal chromosomes over very long distances. Almost all other methods instead merge homologous chromosomes into single incorrect 'consensus' sequences. Supernova is the only practical method for creating diploid assemblies of large genomes.",
            "homepage": "https://support.10xgenomics.com/de-novo-assembly/software/overview/latest/welcome",
            "biotoolsID": "supernova",
            "biotoolsCURIE": "biotools:supernova",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3933",
                            "term": "Demultiplexing"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0524",
                            "term": "De-novo assembly"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0227",
                            "term": "Indexing"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3192",
                            "term": "Sequence trimming"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Suite",
                "Workflow",
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3168",
                    "term": "Sequencing"
                },
                {
                    "uri": "http://edamontology.org/topic_3673",
                    "term": "Whole genome sequencing"
                },
                {
                    "uri": "http://edamontology.org/topic_0196",
                    "term": "Sequence assembly"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [],
            "license": "Proprietary",
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [
                {
                    "url": "https://support.10xgenomics.com/de-novo-assembly/software/downloads/latest",
                    "type": "Downloads page",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [
                {
                    "url": "https://support.10xgenomics.com/de-novo-assembly/software/pipelines/latest/installation",
                    "type": [
                        "Installation instructions"
                    ],
                    "note": null
                },
                {
                    "url": "https://support.10xgenomics.com/de-novo-assembly/software/release-notes/2-1",
                    "type": [
                        "Release notes"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1101/gr.214874.116",
                    "pmid": "28381613",
                    "pmcid": "PMC5411770",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Direct determination of diploid genome sequences",
                        "abstract": "Determining the genome sequence of an organism is challenging, yet fundamental to understanding its biology. Over the past decade, thousands of human genomes have been sequenced, contributing deeply to biomedical research. In the vast majority of cases, these have been analyzed by aligning sequence reads to a single reference genome, biasing the resulting analyses, and in general, failing to capture sequences novel to a given genome. Some de novo assemblies have been constructed free of reference bias, but nearly all were constructed by merging homologous loci into single \"consensus\" sequences, generally absent from nature. These assemblies do not correctly represent the diploid biology of an individual. In exactly two cases, true diploid de novo assemblies have been made, at great expense. One was generated using Sanger sequencing, and one using thousands of clone pools. Here, we demonstrate a straightforward and low-cost method for creating true diploid de novo assemblies. We make a single library from ~1 ng of high molecular weight DNA, using the 10x Genomics microfluidic platform to partition the genome. We applied this technique to seven human samples, generating low-cost HiSeq X data, then assembled these using a new \"pushbutton\" algorithm, Supernova. Each computation took 2 d on a single server. Each yielded contigs longer than 100 kb, phase blocks longer than 2.5 Mb, and scaffolds longer than 15 Mb. Our method provides a scalable capability for determining the actual diploid genome sequence in a sample, opening the door to new approaches in genomic biology and medicine.",
                        "date": "2017-05-01T00:00:00Z",
                        "citationCount": 519,
                        "authors": [
                            {
                                "name": "Weisenfeld N.I."
                            },
                            {
                                "name": "Kumar V."
                            },
                            {
                                "name": "Shah P."
                            },
                            {
                                "name": "Church D.M."
                            },
                            {
                                "name": "Jaffe D.B."
                            }
                        ],
                        "journal": "Genome Research"
                    }
                }
            ],
            "credit": [
                {
                    "name": "David B. Jaffe",
                    "email": "david.jaffe@10xgenomics.com",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "10x Genomics",
                    "email": "support@10xgenomics.com",
                    "url": "https://10xgenomics.com",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "user.1783928322",
            "additionDate": "2021-05-27T09:17:19Z",
            "lastUpdate": "2026-07-21T21:15:54.674089Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Pangolin",
            "description": "Pangolin is a deep-learning based method for predicting splice site strengths (for details, see Zeng and Li, Genome Biology 2022). It is available as a command-line tool that can be run on a VCF or CSV file containing variants of interest; Pangolin will predict changes in splice site strength due to each variant, and return a file of the same format. Pangolin's models can also be used with custom sequences.",
            "homepage": "https://github.com/tkzeng/Pangolin",
            "biotoolsID": "pangolin",
            "biotoolsCURIE": "biotools:pangolin",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0433",
                            "term": "Splice site prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0232",
                            "term": "Sequence merging"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0264",
                            "term": "Alternative splicing prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3196",
                            "term": "Genotyping"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3225",
                            "term": "Variant classification"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2044",
                                "term": "Sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3016",
                                    "term": "VCF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3752",
                                    "term": "CSV"
                                }
                            ]
                        }
                    ],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3320",
                    "term": "RNA splicing"
                },
                {
                    "uri": "http://edamontology.org/topic_0199",
                    "term": "Genetic variation"
                },
                {
                    "uri": "http://edamontology.org/topic_3512",
                    "term": "Gene transcripts"
                },
                {
                    "uri": "http://edamontology.org/topic_3170",
                    "term": "RNA-Seq"
                },
                {
                    "uri": "http://edamontology.org/topic_3676",
                    "term": "Exome sequencing"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux",
                "Windows"
            ],
            "language": [
                "Python"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1186/s13059-022-02664-4",
                    "pmid": "35449021",
                    "pmcid": "PMC9022248",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Predicting RNA splicing from DNA sequence using Pangolin",
                        "abstract": "Recent progress in deep learning has greatly improved the prediction of RNA splicing from DNA sequence. Here, we present Pangolin, a deep learning model to predict splice site strength in multiple tissues. Pangolin outperforms state-of-the-art methods for predicting RNA splicing on a variety of prediction tasks. Pangolin improves prediction of the impact of genetic variants on RNA splicing, including common, rare, and lineage-specific genetic variation. In addition, Pangolin identifies loss-of-function mutations with high accuracy and recall, particularly for mutations that are not missense or nonsense, demonstrating remarkable potential for identifying pathogenic variants.",
                        "date": "2022-12-01T00:00:00Z",
                        "citationCount": 52,
                        "authors": [
                            {
                                "name": "Zeng T."
                            },
                            {
                                "name": "Li Y.I."
                            }
                        ],
                        "journal": "Genome Biology"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Yang I Li",
                    "email": "yangili1@uchicago.edu",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-0736-251X",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [],
                    "note": null
                },
                {
                    "name": "Tony Zeng",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "Jennifer",
            "additionDate": "2022-07-26T10:11:09.660345Z",
            "lastUpdate": "2026-07-21T21:15:53.848510Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "xiangjun_zhao"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "ITSoneWB",
            "description": "ITSoneWB (ITSone WorkBench) is a Galaxy-based bioinformatic environment where comprehensive and high-quality reference data are connected with established pipelines and new tools in an automated and easy-to-use service targeted at global taxonomic analysis of eukaryotic communities based on Internal Transcribed Spacer 1 variants high-throughput sequencing.",
            "homepage": "http://itsonewb.cloud.ba.infn.it/galaxy",
            "biotoolsID": "itsonewb",
            "biotoolsCURIE": "biotools:itsonewb",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0621",
                    "term": "Model organisms"
                },
                {
                    "uri": "http://edamontology.org/topic_0769",
                    "term": "Workflows"
                },
                {
                    "uri": "http://edamontology.org/topic_3168",
                    "term": "Sequencing"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "bfosso",
            "additionDate": "2021-03-24T10:36:29Z",
            "lastUpdate": "2026-07-21T21:15:52.818219Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "bfosso"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ASAP",
            "description": "ASAP (Assemble Species by Automatic Partitioning) is a method to build species partitions from single locus sequence alignments.\nASAP is the implementation of a hierarchical clustering algorithm that only uses pairwise genetic distances, avoiding the computational burden of phylogenetic reconstruction. Importantly, ASAP proposes species partitions ranked by a new scoring system that uses no biological prior insight of intraspecific diversity.",
            "homepage": "https://bioinfo.mnhn.fr/abi/public/asap",
            "biotoolsID": "asap-assemble",
            "biotoolsCURIE": "biotools:asap-assemble",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3478",
                            "term": "Phylogenetic reconstruction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3200",
                            "term": "DNA barcoding"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0310",
                            "term": "Sequence assembly"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3359",
                            "term": "Splitting"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application",
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0196",
                    "term": "Sequence assembly"
                },
                {
                    "uri": "http://edamontology.org/topic_0637",
                    "term": "Taxonomy"
                },
                {
                    "uri": "http://edamontology.org/topic_3293",
                    "term": "Phylogenetics"
                },
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                },
                {
                    "uri": "http://edamontology.org/topic_3168",
                    "term": "Sequencing"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://bioinfo.mnhn.fr/abi/public/asap/help_asap.html",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://bioinfo.mnhn.fr/abi/public/asap/FAQ_asap.html",
                    "type": [
                        "FAQ"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1111/1755-0998.13281",
                    "pmid": "33058550",
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "ASAP: assemble species by automatic partitioning",
                        "abstract": "© 2020 John Wiley & Sons LtdHere, we describe Assemble Species by Automatic Partitioning (ASAP), a new method to build species partitions from single locus sequence alignments (i.e., barcode data sets). ASAP is efficient enough to split data sets as large 104 sequences into putative species in several minutes. Although grounded in evolutionary theory, ASAP is the implementation of a hierarchical clustering algorithm that only uses pairwise genetic distances, avoiding the computational burden of phylogenetic reconstruction. Importantly, ASAP proposes species partitions ranked by a new scoring system that uses no biological prior insight of intraspecific diversity. ASAP is a stand-alone program that can be used either through a graphical web-interface or that can be downloaded and compiled for local usage. We have assessed its power along with three others programs (ABGD, PTP and GMYC) on 10 real COI barcode data sets representing various degrees of challenge (from small and easy cases to large and complicated data sets). We also used Monte-Carlo simulations of a multispecies coalescent framework to assess the strengths and weaknesses of ASAP and the other programs. Through these analyses, we demonstrate that ASAP has the potential to become a major tool for taxonomists as it proposes rapidly in a full graphical exploratory interface relevant species hypothesis as a first step of the integrative taxonomy process.",
                        "date": "2021-02-01T00:00:00Z",
                        "citationCount": 15,
                        "authors": [
                            {
                                "name": "Puillandre N."
                            },
                            {
                                "name": "Brouillet S."
                            },
                            {
                                "name": "Achaz G."
                            }
                        ],
                        "journal": "Molecular Ecology Resources"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Nicolas Puillandre",
                    "email": "puillandre@mnhn.fr",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "Kigaard",
            "additionDate": "2021-01-18T11:19:37Z",
            "lastUpdate": "2026-07-21T21:15:51.417139Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "arkamukherjee",
                    "keqing"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "JGI Genome Portal",
            "description": "The JGI Genome Portal provides a unified access point to all JGI genomic databases and analytical tools. A user can find all DOE JGI sequencing projects and their status, search for and download assemblies and annotations of sequenced genomes, and interactively explore those genomes and compare them with other sequenced microbes, fungi, plants or metagenomes using specialized systems tailored to each particular class of organisms.",
            "homepage": "http://genome.jgi.doe.gov/",
            "biotoolsID": "jgi_genome_portal",
            "biotoolsCURIE": "biotools:jgi_genome_portal",
            "version": [],
            "otherID": [
                {
                    "value": "RRID:SCR_002383",
                    "type": "rrid",
                    "version": null
                }
            ],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0525",
                            "term": "Genome assembly"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0310",
                            "term": "Sequence assembly"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3216",
                            "term": "Scaffolding"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0362",
                            "term": "Genome annotation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Database portal"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0780",
                    "term": "Plant biology"
                },
                {
                    "uri": "http://edamontology.org/topic_0196",
                    "term": "Sequence assembly"
                },
                {
                    "uri": "http://edamontology.org/topic_0621",
                    "term": "Model organisms"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [
                "Java"
            ],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://jgi.doe.gov/user-program-info/",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkr947",
                    "pmid": "22110030",
                    "pmcid": "PMC3245080",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "The Genome Portal of the Department of Energy Joint Genome Institute",
                        "abstract": "The Department of Energy (DOE) Joint Genome Institute (JGI) is a national user facility with massive-scale DNA sequencing and analysis capabilities dedicated to advancing genomics for bioenergy and environmental applications. Beyond generating tens of trillions of DNA bases annually, the Institute develops and maintains data management systems and specialized analytical capabilities to manage and interpret complex genomic data sets, and to enable an expanding community of users around the world to analyze these data in different contexts over the web. The JGI Genome Portal (http://genome.jgi.doe. gov) provides a unified access point to all JGI genomic databases and analytical tools. A user can find all DOE JGI sequencing projects and their status, search for and download assemblies and annotations of sequenced genomes, and interactively explore those genomes and compare them with other sequenced microbes, fungi, plants or metagenomes using specialized systems tailored to each particular class of organisms. We describe here the general organization of the Genome Portal and the most recent addition, MycoCosm (http://jgi.doe.gov/ fungi), a new integrated fungal genomics resource. © The Author(s) 2011.",
                        "date": "2012-01-01T00:00:00Z",
                        "citationCount": 386,
                        "authors": [
                            {
                                "name": "Grigoriev I.V."
                            },
                            {
                                "name": "Nordberg H."
                            },
                            {
                                "name": "Shabalov I."
                            },
                            {
                                "name": "Aerts A."
                            },
                            {
                                "name": "Cantor M."
                            },
                            {
                                "name": "Goodstein D."
                            },
                            {
                                "name": "Kuo A."
                            },
                            {
                                "name": "Minovitsky S."
                            },
                            {
                                "name": "Nikitin R."
                            },
                            {
                                "name": "Ohm R.A."
                            },
                            {
                                "name": "Otillar R."
                            },
                            {
                                "name": "Poliakov A."
                            },
                            {
                                "name": "Ratnere I."
                            },
                            {
                                "name": "Riley R."
                            },
                            {
                                "name": "Smirnova T."
                            },
                            {
                                "name": "Rokhsar D."
                            },
                            {
                                "name": "Dubchak I."
                            }
                        ],
                        "journal": "Nucleic Acids Research"
                    }
                }
            ],
            "credit": [
                {
                    "name": "I.V. Grigoriev",
                    "email": "ivgrigoriev@lbl.gov",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact"
                    ],
                    "note": null
                }
            ],
            "owner": "ELIXIR-EE",
            "additionDate": "2017-03-30T23:00:28Z",
            "lastUpdate": "2026-07-21T21:15:50.005041Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ursula"
                ]
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ChimeraX",
            "description": "Structure visualization for researchers, educators, and developers.\n\nTutorials can be viewed in any browser, but those with click-to-execute links should be viewed from within ChimeraX for the links to work. To view a web page from within ChimeraX, start ChimeraX and use the command open URL (substituting in the actual URL), or navigate here using the ChimeraX menu: Help... Tutorials.\n\nUCSF ChimeraX is the next-generation molecular visualization program from the Resource for Biocomputing, Visualization, and Informatics (RBVI), following UCSF Chimera.",
            "homepage": "https://www.rbvi.ucsf.edu/chimerax",
            "biotoolsID": "chimerax",
            "biotoolsCURIE": "biotools:chimerax",
            "version": [],
            "otherID": [],
            "relation": [
                {
                    "biotoolsID": "artiax",
                    "type": "includes"
                }
            ],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0387",
                            "term": "Molecular surface calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0480",
                            "term": "Side chain modelling"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0478",
                            "term": "Molecular docking"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3382",
                    "term": "Imaging"
                },
                {
                    "uri": "http://edamontology.org/topic_2275",
                    "term": "Molecular modelling"
                },
                {
                    "uri": "http://edamontology.org/topic_0605",
                    "term": "Informatics"
                },
                {
                    "uri": "http://edamontology.org/topic_0154",
                    "term": "Small molecules"
                },
                {
                    "uri": "http://edamontology.org/topic_3794",
                    "term": "RNA immunoprecipitation"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://www.rbvi.ucsf.edu/chimerax/gallery.html",
                    "type": [
                        "Other"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://www.rbvi.ucsf.edu/chimerax/features.html",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://www.rbvi.ucsf.edu/chimerax/tutorials.html",
                    "type": [
                        "Training material"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1002/pro.3943",
                    "pmid": "32881101",
                    "pmcid": "PMC7737788",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "UCSF ChimeraX: Structure visualization for researchers, educators, and developers",
                        "abstract": "UCSF ChimeraX is the next-generation interactive visualization program from the Resource for Biocomputing, Visualization, and Informatics (RBVI), following UCSF Chimera. ChimeraX brings (a) significant performance and graphics enhancements; (b) new implementations of Chimera's most highly used tools, many with further improvements; (c) several entirely new analysis features; (d) support for new areas such as virtual reality, light-sheet microscopy, and medical imaging data; (e) major ease-of-use advances, including toolbars with icons to perform actions with a single click, basic “undo” capabilities, and more logical and consistent commands; and (f) an app store for researchers to contribute new tools. ChimeraX includes full user documentation and is free for noncommercial use, with downloads available for Windows, Linux, and macOS from https://www.rbvi.ucsf.edu/chimerax.",
                        "date": "2021-01-01T00:00:00Z",
                        "citationCount": 4079,
                        "authors": [
                            {
                                "name": "Pettersen E.F."
                            },
                            {
                                "name": "Goddard T.D."
                            },
                            {
                                "name": "Huang C.C."
                            },
                            {
                                "name": "Meng E.C."
                            },
                            {
                                "name": "Couch G.S."
                            },
                            {
                                "name": "Croll T.I."
                            },
                            {
                                "name": "Morris J.H."
                            },
                            {
                                "name": "Ferrin T.E."
                            }
                        ],
                        "journal": "Protein Science"
                    }
                },
                {
                    "doi": "10.1002/pro.3235",
                    "pmid": "28710774",
                    "pmcid": "PMC5734306",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "UCSF ChimeraX: Meeting modern challenges in visualization and analysis",
                        "abstract": "UCSF ChimeraX is next-generation software for the visualization and analysis of molecular structures, density maps, 3D microscopy, and associated data. It addresses challenges in the size, scope, and disparate types of data attendant with cutting-edge experimental methods, while providing advanced options for high-quality rendering (interactive ambient occlusion, reliable molecular surface calculations, etc.) and professional approaches to software design and distribution. This article highlights some specific advances in the areas of visualization and usability, performance, and extensibility. ChimeraX is free for noncommercial use and is available from http://www.rbvi.ucsf.edu/chimerax/ for Windows, Mac, and Linux.",
                        "date": "2018-01-01T00:00:00Z",
                        "citationCount": 2746,
                        "authors": [
                            {
                                "name": "Goddard T.D."
                            },
                            {
                                "name": "Huang C.C."
                            },
                            {
                                "name": "Meng E.C."
                            },
                            {
                                "name": "Pettersen E.F."
                            },
                            {
                                "name": "Couch G.S."
                            },
                            {
                                "name": "Morris J.H."
                            },
                            {
                                "name": "Ferrin T.E."
                            }
                        ],
                        "journal": "Protein Science"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Thomas E. Ferrin",
                    "email": "tef@cgl.ucsf.edu",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-6227-0637",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "zsmag19",
            "additionDate": "2021-01-18T10:54:08Z",
            "lastUpdate": "2026-07-21T21:15:49.368925Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "sergitobara",
                    "Puja123"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "CyTargetLinker",
            "description": "A flexible solution for network extension in Cytoscape | The CyTargetLinker app extends biological networks with regulatory interactions, for example miRNA-target, TF-target or drug-target interactions | CyTargetLinker website and tutorials | CyTargetLinker - Extend your biological networks in Cytoscape",
            "homepage": "https://cytargetlinker.github.io/",
            "biotoolsID": "CyTargetLinker",
            "biotoolsCURIE": "biotools:CyTargetLinker",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3439",
                            "term": "Pathway or network prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0277",
                            "term": "Pathway or network comparison"
                        },
                        {
                            "uri": "http://edamontology.org/operation_1781",
                            "term": "Gene regulatory network analysis"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0602",
                    "term": "Molecular interactions, pathways and networks"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                },
                {
                    "uri": "http://edamontology.org/topic_0204",
                    "term": "Gene regulation"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Java"
            ],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "http://apps.cytoscape.org/apps/cytargetlinker",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/CyTargetLinker/cytargetlinker/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://cytargetlinker.github.io/pages/citation",
                    "type": [
                        "Citation instructions"
                    ],
                    "note": null
                },
                {
                    "url": "https://cytargetlinker.github.io/pages/docs",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.12688/F1000RESEARCH.14613.2",
                    "pmid": "31489175",
                    "pmcid": "PMC6707396",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Cytargetlinker app update: A flexible solution for network extension in cytoscape",
                        "abstract": "© 2019 Kutmon M et al.Here, we present an update of the open-source CyTargetLinker app for Cytoscape (http://apps.cytoscape.org/apps/cytargetlinker) that introduces new automation features. CyTargetLinker provides a simple interface to extend networks with links to relevant data and/or knowledge extracted from so-called linksets. The linksets are provided on the CyTargetLinker website (https://cytargetlinker.github.io/) or can be custom-made for specific use cases. The new automation feature enables users to programmatically execute the app’s functionality in Cytoscape (command line tool) and with external tools (e.g. R, Jupyter, Python, etc). This allows users to share their analysis workflows and therefore increase repeatability and reproducibility. Three use cases demonstrate automated workflows, combinations with other Cytoscape apps and core Cytoscape functionality. We first extend a protein-protein interaction network created with the stringApp, with compound-target interactions and disease-gene annotations. In the second use case, we created a workflow to load differentially expressed genes from an experimental dataset and extend it with gene-pathway associations. Lastly, we chose an example outside the biological domain and used CyTargetLinker to create an author-article-journal network for the five authors of this manuscript using a two-step extension mechanism. With 400 downloads per month in the last year and nearly 20,000 downloads in total, CyTargetLinker shows the adoption and relevance of the app in the field of network biology. In August 2019, the original publication was cited in 83 articles demonstrating the applicability in biomedical research.",
                        "date": "2019-01-01T00:00:00Z",
                        "citationCount": 11,
                        "authors": [
                            {
                                "name": "Kutmon M."
                            },
                            {
                                "name": "Ehrhart F."
                            },
                            {
                                "name": "Willighagen E.L."
                            },
                            {
                                "name": "Evelo C.T."
                            },
                            {
                                "name": "Coort S.L."
                            }
                        ],
                        "journal": "F1000Research"
                    }
                },
                {
                    "doi": "10.1371/journal.pone.0082160",
                    "pmid": "24340000",
                    "pmcid": "PMC3855388",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": {
                        "title": "Cytargetlinker: A Cytoscape app to integrate regulatory interactions in network analysis",
                        "abstract": "Introduction: The high complexity and dynamic nature of the regulation of gene expression, protein synthesis, and protein activity pose a challenge to fully understand the cellular machinery. By deciphering the role of important players, including transcription factors, microRNAs, or small molecules, a better understanding of key regulatory processes can be obtained. Various databases contain information on the interactions of regulators with their targets for different organisms, data recently being extended with the results of the ENCODE (Encyclopedia of DNA Elements) project. A systems biology approach integrating our understanding on different regulators is essential in interpreting the regulation of molecular biological processes. Implementation: We developed CyTargetLinker (http://projects.bigcat.unimaas.nl/cytargetlinker) a Cytoscape app, for integrating regulatory interactions in network analysis. Recently we released CyTargetLinker as one of the first apps for Cytoscape 3. It provides a user-friendly and flexible interface to extend biological networks with regulatory interactions, such as microRNA-target, transcription factor-target and/or drug-target. Importantly, CyTargetLinker employs identifier mapping to combine various interaction data resources that use different types of identifiers. Results: Three case studies demonstrate the strength and broad applicability of CyTargetLinker, (i) extending a mouse molecular interaction network, containing genes linked to diabetes mellitus, with validated and predicted microRNAs, (ii) enriching a molecular interaction network, containing DNA repair genes, with ENCODE transcription factor and (iii) building a regulatory meta-network in which a biological process is extended with information on transcription factor, microRNA and drug regulation. Conclusions: CyTargetLinker provides a simple and extensible framework for biologists and bioinformaticians to integrate different regulatory interactions into their network analysis approaches. Visualization options enable biological interpretation of complex regulatory networks in a graphical way. Importantly the incorporation of our tool into the Cytoscape framework allows the application of CyTargetLinker in combination with a wide variety of other apps for state-ofthe- art network analysis. Copyright: © 2013 Kutmon et al.",
                        "date": "2013-12-05T00:00:00Z",
                        "citationCount": 83,
                        "authors": [
                            {
                                "name": "Kutmon M."
                            },
                            {
                                "name": "Kelder T."
                            },
                            {
                                "name": "Mandaviya P."
                            },
                            {
                                "name": "Evelo C.T.A."
                            },
                            {
                                "name": "Coort S.L."
                            }
                        ],
                        "journal": "PLoS ONE"
                    }
                }
            ],
            "credit": [
                {
                    "name": "Martina Kutmon",
                    "email": "martina.kutmon@maastrichtuniversity.nl",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-7699-8191",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [],
                    "note": null
                }
            ],
            "owner": "n.m.palmblad@lumc.nl",
            "additionDate": "2019-11-14T18:10:12Z",
            "lastUpdate": "2026-07-21T21:15:46.757924Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "DRAM",
            "description": "Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes",
            "homepage": "https://github.com/WrightonLabCSU/DRAM",
            "biotoolsID": "dram",
            "biotoolsCURIE": "biotools:dram",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3672",
                            "term": "Gene functional annotation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3071",
                    "term": "Biological databases"
                },
                {
                    "uri": "http://edamontology.org/topic_3321",
                    "term": "Molecular genetics"
                }
            ],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/WrightonLabCSU/DRAM",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/WrightonLabCSU/DRAM/wiki",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkaa621",
                    "pmid": null,
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "n.m.palmblad@lumc.nl",
            "additionDate": "2024-02-09T12:34:05.629565Z",
            "lastUpdate": "2026-07-21T21:15:45.619297Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "clsiguret"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ArrayAnalysis",
            "description": "ArrayAnalysis is a web-based application for transcriptomic data analysis. It supports the analysis of both microarray and RNA-seq data. The tool may also be installed locally as a desktop app, Docker image, or R package.",
            "homepage": "https://www.arrayanalysis.org",
            "biotoolsID": "arrayanalysis.org",
            "biotoolsCURIE": "biotools:arrayanalysis.org",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3308",
                    "term": "Transcriptomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0203",
                    "term": "Gene expression"
                },
                {
                    "uri": "http://edamontology.org/topic_3365",
                    "term": "Data architecture, analysis and design"
                },
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows",
                "Mac"
            ],
            "language": [
                "R"
            ],
            "license": "CC-BY-4.0",
            "collectionID": [],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://www.arrayanalysis.org",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkt293",
                    "pmid": "23620278",
                    "pmcid": "PMC3692049",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1186/s12864-015-1689-8",
                    "pmid": "26122086",
                    "pmcid": "PMC4486126",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.64898/2026.07.13.738193",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Preprint"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Jarno Koetsier",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-7981-1345",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Lars Eijssen",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-6473-2839",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": null
                }
            ],
            "owner": "jarnokoetsier",
            "additionDate": "2017-05-16T12:28:07Z",
            "lastUpdate": "2026-07-21T13:11:30.168837Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 1,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "PinPath",
            "description": "PinPath enables flexible visualization of (omics) data onto pathways diagrams, allowing users to pinpoint where the relevant changes occur. It supports pathway diagrams from WikiPathways and KEGG, as well as custom GPML and KGML files. Data can be displayed on both native pathway layouts and network representations",
            "homepage": "https://synum-lab.github.io/PinPath-web/",
            "biotoolsID": "pinpath",
            "biotoolsCURIE": "biotools:pinpath",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Web application",
                "Library",
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3391",
                    "term": "Omics"
                },
                {
                    "uri": "http://edamontology.org/topic_0602",
                    "term": "Molecular interactions, pathways and networks"
                }
            ],
            "operatingSystem": [],
            "language": [
                "R"
            ],
            "license": "MIT",
            "collectionID": [
                "Bioconductor"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/SyNUM-lab/PinPath",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://synum-lab.github.io/PinPath-web/",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://doi.org/doi:10.18129/B9.bioc.PinPath",
                    "type": [
                        "User manual"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Jarno Koetsier",
                    "email": "jarno.koetsier@maastrichtuniversity.nl",
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-7981-1345",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                },
                {
                    "name": "Lars Eijssen",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-6473-2839",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                },
                {
                    "name": "Egon Willighagen",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-7542-0286",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Contributor"
                    ],
                    "note": null
                }
            ],
            "owner": "jarnokoetsier",
            "additionDate": "2026-07-21T12:43:59.527995Z",
            "lastUpdate": "2026-07-21T13:08:40.683127Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "run_dbcan",
            "description": "Standalone version of dbcan to run CAZyme and CGC annotation.",
            "homepage": "https://github.com/bcb-unl/run_dbcan/",
            "biotoolsID": "run_dbcan",
            "biotoolsCURIE": "biotools:run_dbcan",
            "version": [
                "v5.2.9"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "xinpeng",
            "additionDate": "2026-07-20T02:40:16.161114Z",
            "lastUpdate": "2026-07-20T02:40:16.164007Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "dbcan3",
            "description": "Updated web server version of dbCAN2 for CAZyme/CGC annotation and substrate prediction",
            "homepage": "https://pro.unl.edu/dbCAN2/",
            "biotoolsID": "dbcan3",
            "biotoolsCURIE": "biotools:dbcan3",
            "version": [
                "v3"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.1093/nar/gkad328",
                    "pmid": "37125649",
                    "pmcid": "PMC10320055",
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "xinpeng",
            "additionDate": "2026-07-20T02:38:57.347536Z",
            "lastUpdate": "2026-07-20T02:39:35.118285Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "picklet",
            "description": "Browser-based tool to open almost any sequence file — FASTA, FASTQ, GenBank, EMBL, Swiss-Prot, AB1/ABIF, SCF, Clustal, Stockholm, PHYLIP, NEXUS, MSF, PIR and more — see every sequence inside, pick the ones you want, and save them as FASTA. The format is detected from the file content, not from the extension, so unlabelled or misnamed files still open. Runs entirely in the browser — files are never uploaded.",
            "homepage": "https://fishka.bio/picklet",
            "biotoolsID": "picklet",
            "biotoolsCURIE": "biotools:picklet",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2121",
                            "term": "Sequence file editing"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0233",
                            "term": "Sequence conversion"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0849",
                                "term": "Sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1632",
                                    "term": "SCF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3000",
                                    "term": "AB1"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1963",
                                    "term": "UniProtKB format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1930",
                                    "term": "FASTQ"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1948",
                                    "term": "nbrf/pir"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1936",
                                    "term": "GenBank format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1997",
                                    "term": "PHYLIP format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1982",
                                    "term": "ClustalW format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1947",
                                    "term": "GCG MSF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1927",
                                    "term": "EMBL format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1961",
                                    "term": "Stockholm format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1912",
                                    "term": "Nexus format"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0850",
                                "term": "Sequence set"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Desktop application",
                "Web application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_3071",
                    "term": "Data management"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "TypeScript"
            ],
            "license": "Freeware",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://fishka.bio",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": "fishka.bio — the tool collection picklet belongs to"
                }
            ],
            "download": [
                {
                    "url": "https://fishka.bio/download",
                    "type": "Downloads page",
                    "note": "Offline build — the same application as a self-contained archive, runs from local files with no server",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.5281/zenodo.21444547",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": "2026.07.19",
                    "note": "Software deposit (concept DOI — resolves to the latest version) covering the fishka.bio tools, including picklet.",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Fishka Bio",
                    "email": "swim@fishka.bio",
                    "url": "https://fishka.bio",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "fishka",
            "additionDate": "2026-07-11T21:51:46.808639Z",
            "lastUpdate": "2026-07-20T00:49:56.618062Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "ab1lens",
            "description": "Browser-based viewer for Sanger sequencing chromatograms in AB1/ABIF and SCF format. Opens .ab1/.abi/.fsa files, shows raw and analysed traces, basecalls, quality values and the ABIF directory, and puts two reads side by side for comparison. Aligns a read against a reference sequence to highlight mismatches. Exports the read as FASTA, FASTQ or ABIF and the chromatogram as a high-resolution image. Runs entirely in the browser — files are never uploaded.",
            "homepage": "https://fishka.bio/ab1lens",
            "biotoolsID": "ab1lens",
            "biotoolsCURIE": "biotools:ab1lens",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3203",
                            "term": "Chromatogram visualisation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0924",
                                "term": "Sequence trace"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1632",
                                    "term": "SCF"
                                },
                                {
                                    "uri": "http://edamontology.org/format_3000",
                                    "term": "AB1"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2168",
                                "term": "Sequence trace image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3603",
                                    "term": "PNG"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0849",
                                "term": "Sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1930",
                                    "term": "FASTQ"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0491",
                            "term": "Pairwise sequence alignment"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0924",
                                "term": "Sequence trace"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3000",
                                    "term": "AB1"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0849",
                                "term": "Sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0863",
                                "term": "Sequence alignment"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application",
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3168",
                    "term": "Sequencing"
                },
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "TypeScript"
            ],
            "license": "Freeware",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://fishka.bio",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": "fishka.bio — the tool collection ab1lens belongs to"
                }
            ],
            "download": [
                {
                    "url": "https://fishka.bio/download",
                    "type": "Downloads page",
                    "note": "Offline build — the same application as a self-contained archive, runs from local files with no server",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.5281/zenodo.21444547",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": "2026.07.19",
                    "note": "Software deposit (concept DOI — resolves to the latest version) covering the fishka.bio tools, including ab1lens.",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Fishka Bio",
                    "email": "swim@fishka.bio",
                    "url": "https://fishka.bio",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "fishka",
            "additionDate": "2026-06-26T00:29:30.740942Z",
            "lastUpdate": "2026-07-20T00:49:55.054193Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "gbatlas",
            "description": "Browser-based viewer for GenBank and GenPept files. Renders an interactive linear and circular feature map, the annotated source text, and the nucleotide/protein sequence side by side. \n\nTranslates CDS features using the record's own genetic code and translation qualifiers, flags where the stored /translation disagrees with a plain translation, and adds optional computed layers: ORF prediction and restriction-site mapping. Handles multi-record files. Runs entirely in the browser — files are never uploaded.",
            "homepage": "https://fishka.bio/gbatlas",
            "biotoolsID": "gbatlas",
            "biotoolsCURIE": "biotools:gbatlas",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0564",
                            "term": "Sequence visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0431",
                            "term": "Restriction site recognition"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0436",
                            "term": "Coding region prediction"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0371",
                            "term": "DNA translation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0849",
                                "term": "Sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1936",
                                    "term": "GenBank format"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1937",
                                    "term": "genpept"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_0849",
                                "term": "Sequence record"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web application",
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0080",
                    "term": "Sequence analysis"
                },
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                },
                {
                    "uri": "http://edamontology.org/topic_0092",
                    "term": "Data visualisation"
                },
                {
                    "uri": "http://edamontology.org/topic_3511",
                    "term": "Nucleic acid sites, features and motifs"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Mac",
                "Linux"
            ],
            "language": [
                "TypeScript"
            ],
            "license": "Freeware",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://fishka.bio",
                    "type": [
                        "Software catalogue"
                    ],
                    "note": "fishka.bio — the tool collection gbatlas belongs to"
                }
            ],
            "download": [
                {
                    "url": "https://fishka.bio/download",
                    "type": "Downloads page",
                    "note": "Offline build — the same application as a self-contained archive, runs from local files with no server",
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [
                {
                    "doi": "10.5281/zenodo.21444547",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": "2026.07.19",
                    "note": "Software deposit (concept DOI — resolves to the latest version) covering the fishka.bio tools, including gbatlas.",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Fishka Bio",
                    "email": "swim@fishka.bio",
                    "url": "https://fishka.bio",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer"
                    ],
                    "note": null
                }
            ],
            "owner": "fishka",
            "additionDate": "2026-07-19T01:15:04.193012Z",
            "lastUpdate": "2026-07-20T00:49:52.782035Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Mol Biology Tools",
            "description": "Molecular Biology Tools is a free browser-based collection of molecular biology utilities for routine sequence analysis, primer design, Sanger sequencing primer planning, cloning setup, and wet-lab calculations. The site includes tools for PCR primer design, Sanger primer design and primer walking, primer binding checks, restriction site analysis, reverse complement generation, ORF and protein translation, codon optimization, ligation calculations, molarity calculations, dilution calculations, and multi-solute solution recipe preparation. The tools run in the browser and are intended for quick experimental planning, without requiring logins or uploading sequences to the server.",
            "homepage": "https://molbiologytools.com/",
            "biotoolsID": "mol_biology_tools",
            "biotoolsCURIE": "biotools:mol_biology_tools",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0308",
                            "term": "PCR primer design"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0431",
                            "term": "Restriction site recognition"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0489",
                            "term": "Genetic code prediction"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0363",
                            "term": "Reverse complement"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0436",
                            "term": "Coding region prediction"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2419",
                            "term": "Primer and probe design"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0398",
                            "term": "Protein molecular weight calculation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3047",
                    "term": "Molecular biology"
                },
                {
                    "uri": "http://edamontology.org/topic_3297",
                    "term": "Biotechnology"
                },
                {
                    "uri": "http://edamontology.org/topic_3895",
                    "term": "Synthetic biology"
                },
                {
                    "uri": "http://edamontology.org/topic_0632",
                    "term": "Probes and primers"
                },
                {
                    "uri": "http://edamontology.org/topic_3125",
                    "term": "DNA binding sites"
                }
            ],
            "operatingSystem": [
                "Android",
                "Mac",
                "Windows",
                "iOS",
                "Linux"
            ],
            "language": [
                "JavaScript"
            ],
            "license": "Proprietary",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://molbiologytools.com/",
                    "type": [
                        "Software catalogue",
                        "Repository"
                    ],
                    "note": "Landing page with all tools listed."
                },
                {
                    "url": "https://molbiologytools.com/faq",
                    "type": [
                        "Other"
                    ],
                    "note": "Searchable FAQ covering primer design, Sanger sequencing, restriction sites, sequence checks, molarity, dilution, ligation, and connected tool workflows."
                },
                {
                    "url": "https://molbiologytools.com/primer_design",
                    "type": [
                        "Service"
                    ],
                    "note": "PCR primer design tool for raw DNA, FASTA, or GenBank templates, with primer length or target Tm modes and optional restriction-enzyme overhang planning."
                },
                {
                    "url": "https://molbiologytools.com/primer_binding_checker",
                    "type": [
                        "Service"
                    ],
                    "note": "Primer binding checker for linear or circular DNA templates, including binding positions, amplicon size, strand direction, and product checks."
                },
                {
                    "url": "https://molbiologytools.com/restriction_site_analyzer",
                    "type": [
                        "Service"
                    ],
                    "note": "Restriction enzyme site analyzer for linear or circular DNA, FASTA, or GenBank input, with enzyme cut-site detection and sequence-to-primer workflow links."
                },
                {
                    "url": "https://molbiologytools.com/molarity_calculator",
                    "type": [
                        "Service"
                    ],
                    "note": "This free online molarity calculator handles single-solute mass, molarity, final-volume and g/L calculations, liquid acid stocks, and protein molarity conversions using molecular weight in kDa"
                },
                {
                    "url": "https://molbiologytools.com/ligation_calculator",
                    "type": [
                        "Service"
                    ],
                    "note": "DNA ligation calculator for cloning setup, vector mass, insert length, insert-to-vector molar ratio, and insert mass calculation."
                },
                {
                    "url": "https://molbiologytools.com/sanger_primer_designer",
                    "type": [
                        "Service"
                    ],
                    "note": "Free online Sanger sequencing primer design tool for primer walking, target coverage, high-quality read planning, and binding validation."
                },
                {
                    "url": "https://molbiologytools.com/orf_protein_translator",
                    "type": [
                        "Service"
                    ],
                    "note": "Free online ORF finder and DNA to protein translator for open reading frames, coding-region checks, amino acid translation, and expression planning."
                },
                {
                    "url": "https://molbiologytools.com/codon_optimizer",
                    "type": [
                        "Service"
                    ],
                    "note": "Codon Optimizer is a free online optimization tool for preserving the translated protein sequence while checking GC content, codon changes, and downstream primer design."
                },
                {
                    "url": "https://molbiologytools.com/dilution_calculator",
                    "type": [
                        "Service"
                    ],
                    "note": "Free online dilution calculator for C1V1 logic, prepared stock solutions, and antibody 1:N ratios; molecular weight is required only for cross-unit conversion."
                },
                {
                    "url": "https://molbiologytools.com/buffer_calculator",
                    "type": [
                        "Service"
                    ],
                    "note": "A free online tool for preparing common lab buffer recipes by target pH, buffer strength, salt form, and final volume."
                },
                {
                    "url": "https://molbiologytools.com/reverse_complement",
                    "type": [
                        "Service"
                    ],
                    "note": "Generate a reverse complement, complement, reversed sequence, or cleaned DNA from plain-text, FASTA, or GenBank input, with full IUPAC ambiguity-code support"
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://molbiologytools.com/help_guides",
                    "type": [
                        "Quick start guide"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [
                {
                    "name": "Dr. Rohit P James",
                    "email": "rpjscience@gmail.com",
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0003-9347-2014",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Primary contact",
                        "Developer",
                        "Maintainer",
                        "Provider"
                    ],
                    "note": "Dr. Rohit P James graduated from IIT Bombay. He works on biocatalysis and enzyme engineering."
                }
            ],
            "owner": "rohit1",
            "additionDate": "2026-06-06T13:23:36.312620Z",
            "lastUpdate": "2026-07-19T20:27:40.768542Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "Trace4Harmonization",
            "description": "Harmonize numerical values extracted from medical images (e.g. acquired with different models of image-acquisition system)",
            "homepage": "http://deeptracetech.com/",
            "biotoolsID": "trace4harmonization",
            "biotoolsCURIE": "biotools:trace4harmonization",
            "version": [
                "v1.0.00"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Command-line tool",
                "Library",
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                },
                {
                    "uri": "http://edamontology.org/topic_2269",
                    "term": "Statistics and probability"
                }
            ],
            "operatingSystem": [
                "Windows",
                "Linux"
            ],
            "language": [
                "MATLAB",
                "Python"
            ],
            "license": "Proprietary",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": "Emerging",
            "cost": "Commercial",
            "accessibility": "Restricted access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://harbor.eucaim.cancerimage.eu/harbor/projects/4/repositories/trace4harmonization/artifacts-tab",
                    "type": [
                        "Repository"
                    ],
                    "note": "Harbor Link"
                }
            ],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "christian.salvatore",
            "additionDate": "2023-07-13T10:33:55.633861Z",
            "lastUpdate": "2026-07-17T21:04:20.344041Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Rectangle",
            "description": "Documentation\n\nRectangle is an open-source Python package for single-cell-informed cell-type deconvolution of bulk and spatial transcriptomic data.\n\nRectangle presents a novel approach to second-generation deconvolution, characterized by hierarchical signature building for fine-grained cell-type deconvolution, estimation and correction of unknown cellular content, and efficient handling of large-scale single-cell data during signature matrix computation.\n\nRectangle was developed to overcome the current challenges in cell-type deconvolution, providing a robust and accurate methodology while ensuring a low computational profile.",
            "homepage": "https://github.com/ComputationalBiomedicineGroup/Rectangle",
            "biotoolsID": "rectangle",
            "biotoolsCURIE": "biotools:rectangle",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [],
            "topic": [],
            "operatingSystem": [],
            "language": [],
            "license": null,
            "collectionID": [],
            "maturity": null,
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://rectanglepy.readthedocs.io/",
                    "type": [
                        "API documentation"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.64898/2026.07.07.736950",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Preprint"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "bernhard",
            "additionDate": "2026-07-17T15:04:58.417848Z",
            "lastUpdate": "2026-07-17T15:07:16.670308Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "kMetaShot",
            "description": "The application of 2nd and 3rd generation High Throughput Sequencing (HTS) technologies has deeply reshaped experimental method to investigate microbial communities and obtain a taxonomic and functional profile of the invetigated community. Shotgun Metagenomics allow to quickly obtain a representation of microorganisms genomes characterizing a particular environment. In order to obtain a fast e reliable taxonomic classification of microorganisms genomes we present kMetaShot, an alignment-free taxonomic classifier based on k-mer/minimizer counting.",
            "homepage": "https://github.com/gdefazio/kMetaShot",
            "biotoolsID": "kMetaShot",
            "biotoolsCURIE": "biotools:kMetaShot",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3174",
                    "term": "Metagenomics"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [
                "Tools"
            ],
            "elixirNode": [
                "Italy"
            ],
            "elixirCommunity": [
                "Marine Metagenomics"
            ],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/gdefazio/kMetaShot",
                    "type": [
                        "Other"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/bib/bbae680",
                    "pmid": null,
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Giuseppe Defazio",
                    "email": "giuseppe.defazio@uniba.it",
                    "url": "https://persone.ict.uniba.it/rubrica/@@cerca?advanced_search=False&sort_on=&SearchableText=defazio",
                    "orcidid": "https://orcid.org/0000-0002-9356-5224",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": "Post-Doc Researcher at University of Bari"
                }
            ],
            "owner": "gdefazio",
            "additionDate": "2024-02-29T15:44:00.705364Z",
            "lastUpdate": "2026-07-17T09:37:14.810675Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "bfosso",
                    "gpesole"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": "tool"
        },
        {
            "name": "TranscriptoScope",
            "description": "Local Windows-friendly R Shiny application for RNA-seq differential expression using DESeq2, normalized-expression testing, over-representation analysis, fgsea-ranked pathway analysis, and WGCNA coexpression-network analysis. It supports input validation, additive and interaction designs, built-in human, fruit-fly, and yeast annotations, publication-quality plots, and reproducibility bundles containing results, settings, and executable R and R Markdown rerun code.",
            "homepage": "https://github.com/Shettima123/TranscriptoScope",
            "biotoolsID": "transcriptoscope",
            "biotoolsCURIE": "biotools:transcriptoscope",
            "version": [
                "0.5.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3680",
                            "term": "RNA-Seq analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3928",
                            "term": "Pathway analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2436",
                            "term": "Gene-set enrichment analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3766",
                            "term": "Weighted correlation network analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3223",
                            "term": "Differential gene expression profiling"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Workbench",
                "Desktop application"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3308",
                    "term": "Transcriptomics"
                },
                {
                    "uri": "http://edamontology.org/topic_3170",
                    "term": "RNA-Seq"
                }
            ],
            "operatingSystem": [
                "Windows"
            ],
            "language": [
                "R"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/issues",
                    "type": [
                        "Issue tracker"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/releases/download/v0.5.0/TranscriptoScope_Windows_Store_v0.5.0.exe",
                    "type": "Binaries",
                    "note": "Standalone x64 Windows installer that bundles R and the required package library.",
                    "version": "0.5.0"
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/releases/download/v0.5.0/TranscriptoScope_Windows_v0.5.0.zip",
                    "type": "Software package",
                    "note": "Manual Windows package for users who already have R.",
                    "version": "0.5.0"
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/archive/refs/tags/v0.5.0.zip",
                    "type": "Source code",
                    "note": null,
                    "version": "0.5.0"
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/releases/tag/v0.5.0",
                    "type": "Downloads page",
                    "note": null,
                    "version": "0.5.0"
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/blob/v0.5.0/README.md",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/blob/v0.5.0/INSTALL_WINDOWS.md",
                    "type": [
                        "Installation instructions",
                        "Quick start guide"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/blob/v0.5.0/RELEASE_NOTES.md",
                    "type": [
                        "Release notes"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/blob/v0.5.0/CITATION.cff",
                    "type": [
                        "Citation instructions"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/Shettima123/TranscriptoScope/blob/v0.5.0/SUPPORT.md",
                    "type": [
                        "General"
                    ],
                    "note": "Support and issue-reporting instructions."
                }
            ],
            "publication": [
                {
                    "doi": "10.5281/zenodo.21409091",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": "0.5.0",
                    "note": "Version-specific archived software release.",
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Abubakar Abdulkadir",
                    "email": null,
                    "url": "https://github.com/Shettima123",
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer",
                        "Documentor",
                        "Primary contact"
                    ],
                    "note": null
                },
                {
                    "name": "Dr. Rosby's Lab",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Project",
                    "typeRole": [
                        "Provider",
                        "Support"
                    ],
                    "note": null
                },
                {
                    "name": "Southern University A and M",
                    "email": null,
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Institute",
                    "typeRole": [
                        "Provider"
                    ],
                    "note": null
                }
            ],
            "owner": "Abubakar",
            "additionDate": "2026-07-13T07:29:39.957646Z",
            "lastUpdate": "2026-07-17T09:02:32.913006Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "kegg-pathways-completeness-tool",
            "description": "This tool estimates the completeness of KEGG pathway modules from the presence or absence of KEGG orthologues (KOs)",
            "homepage": "https://github.com/EBI-Metagenomics/kegg-pathways-completeness-tool",
            "biotoolsID": "kegg-pathways-completeness-tool",
            "biotoolsCURIE": "biotools:kegg-pathways-completeness-tool",
            "version": [
                "1.4.3"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0533",
                            "term": "Expression profile pathway mapping"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2884",
                                "term": "Plot"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2600",
                                "term": "Pathway or network"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0602",
                    "term": "Molecular interactions, pathways and networks"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Shell",
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/EBI-Metagenomics/kegg-pathways-completeness-tool#theory--background",
                    "type": [
                        "Other"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/EBI-Metagenomics/kegg-pathways-completeness-tool/blob/master/docs/parse_hmmer_table.md",
                    "type": [
                        "User manual"
                    ],
                    "note": "How to Generate KO-Annotated Table"
                },
                {
                    "url": "https://github.com/EBI-Metagenomics/kegg-pathways-completeness-tool/blob/master/docs/update_database.md",
                    "type": [
                        "User manual"
                    ],
                    "note": "Update KEGG Modules Database"
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/nar/gkac1080",
                    "pmid": "36477304",
                    "pmcid": "PMC9825492",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T04:55:36.223118Z",
            "lastUpdate": "2026-07-17T04:55:36.226108Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "mtag",
            "description": "mtag is a Python-based command line tool for jointly analyzing multiple sets of GWAS summary statistics as described by Turley et. al. (2018). It can also be used as a tool to meta-analyze GWAS results.",
            "homepage": "https://github.com/JonJala/mtag",
            "biotoolsID": "mtag",
            "biotoolsCURIE": "biotools:mtag",
            "version": [
                "0.9.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3209",
                            "term": "Genome comparison"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2478",
                            "term": "Nucleic acid sequence analysis"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3517",
                    "term": "GWAS study"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Perl",
                "Python",
                "R"
            ],
            "license": "GPL-3.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/JonJala/mtag/wiki",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41588-017-0009-4",
                    "pmid": "29292387",
                    "pmcid": "PMC5805593",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T04:45:01.899451Z",
            "lastUpdate": "2026-07-17T04:45:01.902519Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "subTOM",
            "description": "Subvolume processing scripts with the TOM toolbox is a collection of scripts form a pipeline for subvolume alignment and averaging of electron cryo-tomography data.",
            "homepage": "https://github.com/DustinMorado/subTOM",
            "biotoolsID": "subTOM",
            "biotoolsCURIE": "biotools:subTOM",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3552",
                            "term": "Microscope image visualisation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Script"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0611",
                    "term": "Electron microscopy"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Shell",
                "C",
                "MATLAB"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://subtom.readthedocs.io/en/latest/index.html",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T02:37:25.211290Z",
            "lastUpdate": "2026-07-17T02:37:25.214647Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "minimod",
            "description": "A bioinformatics tool for viewing and calculating base modification frequencies from BAM files",
            "homepage": "https://warp9seq.github.io/minimod",
            "biotoolsID": "minimod",
            "biotoolsCURIE": "biotools:minimod",
            "version": [
                "v0.5.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0362",
                            "term": "Genome annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3494",
                                "term": "DNA sequence"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_2572",
                                    "term": "BAM"
                                },
                                {
                                    "uri": "http://edamontology.org/format_1929",
                                    "term": "FASTA"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3779",
                                "term": "Annotated text"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_4056",
                    "term": "Long-read sequencing"
                },
                {
                    "uri": "http://edamontology.org/topic_3295",
                    "term": "Epigenetics"
                },
                {
                    "uri": "http://edamontology.org/topic_3674",
                    "term": "Methylated DNA immunoprecipitation"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "C++",
                "Shell",
                "Python",
                "C"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://warp9seq.github.io/minimod",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1101/2025.07.16.665072",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Preprint"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T02:22:23.781202Z",
            "lastUpdate": "2026-07-17T02:22:23.783695Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "metilene3",
            "description": "metilene³ is a computational tool for identifying Differentially Methylated Regions (DMRs) across multiple conditions, supporting both supervised and unsupervised analyses, and enables the construction of Differentially Methylated Trees for epigenetic relationship inference and sample clustering.",
            "homepage": "https://github.com/zzhu1372/metilene3",
            "biotoolsID": "metilene3",
            "biotoolsCURIE": "biotools:metilene3",
            "version": [
                "v3.1"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3809",
                            "term": "DMR identification"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3658",
                            "term": "Statistical inference"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3432",
                            "term": "Clustering"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3295",
                    "term": "Epigenetics"
                }
            ],
            "operatingSystem": [
                "Mac",
                "Linux"
            ],
            "language": [
                "C",
                "Python"
            ],
            "license": "GPL-2.0",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://zzhu1372.github.io/metilene3-doc/",
                    "type": [
                        "General"
                    ],
                    "note": null
                },
                {
                    "url": "https://zzhu1372.github.io/metilene3-doc/docs/guide/quick.html",
                    "type": [
                        "Quick start guide"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41467-026-74931-y",
                    "pmid": "42401582",
                    "pmcid": null,
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T02:08:56.920761Z",
            "lastUpdate": "2026-07-17T02:08:56.922852Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "nf-test",
            "description": "Simple test framework for Nextflow pipelines",
            "homepage": "https://www.nf-test.com/",
            "biotoolsID": "nf-test",
            "biotoolsCURIE": "biotools:nf-test",
            "version": [
                "v0.9.5"
            ],
            "otherID": [],
            "relation": [],
            "function": [],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [],
            "operatingSystem": [],
            "language": [
                "Shell",
                "Java",
                "Groovy"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://www.nf-test.com/",
                    "type": [
                        "Other"
                    ],
                    "note": null
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://www.nf-test.com/docs/getting-started/",
                    "type": [
                        "Quick start guide"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1093/gigascience/giaf130",
                    "pmid": "41124057",
                    "pmcid": "PMC12616847",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T01:57:03.419070Z",
            "lastUpdate": "2026-07-17T01:57:03.424277Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "CebraEM",
            "description": "CebraEM is a bioinformatics tool for analyzing and processing large-scale imaging data, providing a pipeline for segmentation, annotation, and analysis with support for both Linux and Windows environments. It includes modules for core functionality, annotation, and network analysis, requiring specific dependencies and a conda environment for execution.",
            "homepage": "https://github.com/jhennies/CebraEM",
            "biotoolsID": "CebraEM",
            "biotoolsCURIE": "biotools:CebraEM",
            "version": [
                "v0.0.3b"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3434",
                            "term": "Conversion"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3432",
                            "term": "Clustering"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3553",
                            "term": "Image annotation"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0611",
                    "term": "Electron microscopy"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Windows"
            ],
            "language": [
                "Shell",
                "Python"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/jhennies/CebraEM/blob/main/cebra-em/README.md",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1101/2023.04.06.535829",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Preprint"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T01:38:47.905724Z",
            "lastUpdate": "2026-07-17T01:38:47.911528Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "blue-crab",
            "description": "blue-crab is a tool to convert from ONT POD5 format to the community maintained SLOW5/BLOW5 format. Lossless nanopore pod5 s/blow5 file conversion.",
            "homepage": "https://github.com/Psy-Fer/blue-crab",
            "biotoolsID": "blue-crab",
            "biotoolsCURIE": "biotools:blue-crab",
            "version": [
                "v0.5.0"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3434",
                            "term": "Conversion"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2977",
                                "term": "Nucleic acid sequence"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2977",
                                "term": "Nucleic acid sequence"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0622",
                    "term": "Genomics"
                }
            ],
            "operatingSystem": [],
            "language": [
                "Shell",
                "Python"
            ],
            "license": "MIT",
            "collectionID": [],
            "maturity": "Mature",
            "cost": null,
            "accessibility": null,
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/Psy-Fer/blue-crab/blob/main/docs/cli.md",
                    "type": [
                        "Command-line options"
                    ],
                    "note": null
                },
                {
                    "url": "https://github.com/Psy-Fer/blue-crab/blob/main/README.md",
                    "type": [
                        "General"
                    ],
                    "note": null
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41587-021-01147-4",
                    "pmid": "34980914",
                    "pmcid": "PMC9287168",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                },
                {
                    "doi": "10.1093/gigascience/giaf118",
                    "pmid": "41100284",
                    "pmcid": "PMC12530089",
                    "type": [
                        "Primary"
                    ],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "johangustafsson",
            "additionDate": "2026-07-17T01:26:44.176393Z",
            "lastUpdate": "2026-07-17T01:26:44.178882Z",
            "editPermission": {
                "type": "public",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "FAIR EVA for EUCAIM",
            "description": "FAIR EVA: Evaluator, Validator & Advisor has been developed to check the FAIRness level of digital objects from different repositories or data portals. It requires the object identifier (preferably persistent and unique identifier) and the repository to check. It also provides a generic and agnostic way to check digital objects.\nThis software started to be developed within IFCA-Advanced-Computing receives funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 857647.",
            "homepage": "https://github.com/IFCA-Advanced-Computing/FAIR_eva",
            "biotoolsID": "fair_eva_4_eucaim",
            "biotoolsCURIE": "biotools:fair_eva_4_eucaim",
            "version": [
                "EUCAIM_plugin_0.3",
                "EUCAIM_plugin_0.3.1",
                "EUCAIM_plugin_0.4.0",
                "EUCAIM_0.4.2",
                "v0.6.1"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0336",
                            "term": "Format validation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2428",
                            "term": "Validation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1048",
                                "term": "Database ID"
                            },
                            "format": []
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_1772",
                                "term": "Score"
                            },
                            "format": []
                        }
                    ],
                    "note": null,
                    "cmd": "fair-eva-cli batch -p eucaim_legacy"
                }
            ],
            "toolType": [
                "Command-line tool",
                "Plug-in",
                "Web service"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_4012",
                    "term": "FAIR data"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "Apache-2.0",
            "collectionID": [
                "EUCAIM"
            ],
            "maturity": "Mature",
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/IFCA-Advanced-Computing/FAIR_eva",
                    "type": [
                        "Repository"
                    ],
                    "note": "Repository for FAIR EVA, without the EUCAIM specific plugin"
                },
                {
                    "url": "https://gitlab.ifca.es/eucaim/fair_eucaim",
                    "type": [
                        "Repository"
                    ],
                    "note": "Repository for FAIR-EVA for eucaim plugin. Currently not public."
                }
            ],
            "download": [],
            "documentation": [
                {
                    "url": "https://github.com/IFCA-Advanced-Computing/FAIR_eva/blob/main/docs/index.md",
                    "type": [
                        "General"
                    ],
                    "note": "Documentation for the main package, EUCAIM plugin specific documentation not included."
                },
                {
                    "url": "https://gitlabpages.ifca.es/fair-eva-guide-608baa/",
                    "type": [
                        "User manual"
                    ],
                    "note": "Wiki page with FAIR EVA for EUCAIM specific instructions."
                }
            ],
            "publication": [
                {
                    "doi": "10.1038/s41597-023-02652-8",
                    "pmid": null,
                    "pmcid": null,
                    "type": [],
                    "version": null,
                    "note": null,
                    "metadata": null
                }
            ],
            "credit": [
                {
                    "name": "Fernando Aguilar",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0001-9462-4831",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Maintainer",
                        "Documentor"
                    ],
                    "note": "Creator and devloper of the main package FAIR EVA.\nThis software started to be developed within IFCA-Advanced-Computing receives funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 857647."
                },
                {
                    "name": "David Rodríguez",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0000-0002-9160-5106",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer",
                        "Primary contact"
                    ],
                    "note": "Developer of the EUCAIM plugin."
                },
                {
                    "name": "Inés Victoria",
                    "email": null,
                    "url": null,
                    "orcidid": "https://orcid.org/0009-0003-7950-3937",
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": "Person",
                    "typeRole": [
                        "Developer"
                    ],
                    "note": "Developer of the EUCAIM plugin."
                }
            ],
            "owner": "davrodgon",
            "additionDate": "2025-06-30T08:52:48.500476Z",
            "lastUpdate": "2026-07-16T12:49:00.960818Z",
            "editPermission": {
                "type": "group",
                "authors": [
                    "ines.ifca",
                    "davrodgon"
                ]
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "trackastra",
            "description": "Trackastra is a transformer-based cell-tracking tool for live-cell microscopy. It links already segmented cell instances across time by predicting associations between detections. It supports greedy tracking with or without cell divisions, optional ILP-based linking, pretrained tracking models, and export of tracked masks and lineage information in Cell Tracking Challenge format.",
            "homepage": "https://github.com/bioinfbrad/trackastra-galaxy",
            "biotoolsID": "trackastra-galaxy",
            "biotoolsCURIE": "biotools:trackastra-galaxy",
            "version": [
                "0.5.3"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3553",
                            "term": "Image annotation"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3591",
                                    "term": "TIFF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3591",
                                    "term": "TIFF"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3449",
                                "term": "Cell migration track image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3591",
                                    "term": "TIFF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3475",
                                    "term": "TSV"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": []
                        }
                    ],
                    "note": "Link already segmented cell instances across a microscopy time series and produce tracked masks, lineage information and association edges.",
                    "cmd": "trackastra track --imgs images/ --masks masks/ --output-ctc tracked_ctc --output-edge-table edges.csv --model-pretrained general_2d --mode greedy"
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_3443",
                            "term": "Image analysis"
                        }
                    ],
                    "input": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3591",
                                    "term": "TIFF"
                                }
                            ]
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2968",
                                "term": "Image"
                            },
                            "format": [
                                {
                                    "uri": "http://edamontology.org/format_3591",
                                    "term": "TIFF"
                                }
                            ]
                        }
                    ],
                    "output": [
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_3449",
                                "term": "Cell migration track image"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": []
                        },
                        {
                            "data": {
                                "uri": "http://edamontology.org/data_2048",
                                "term": "Report"
                            },
                            "format": []
                        }
                    ],
                    "note": "Link already segmented cell instances across a microscopy time series and produce tracked masks, lineage information and association edges.",
                    "cmd": "trackastra track --imgs images/ --masks masks/ --output-ctc tracked_ctc --output-edge-table edges.csv --model-pretrained general_2d --mode greedy"
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_3385",
                    "term": "Light microscopy"
                }
            ],
            "operatingSystem": [
                "Linux"
            ],
            "language": [
                "Python"
            ],
            "license": "BSD-3-Clause",
            "collectionID": [],
            "maturity": "Emerging",
            "cost": "Free of charge",
            "accessibility": null,
            "elixirPlatform": [
                "Tools",
                "Training",
                "Compute"
            ],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/weigertlab/trackastra",
                    "type": [
                        "Repository"
                    ],
                    "note": null
                }
            ],
            "download": [
                {
                    "url": "https://pypi.org/project/trackastra/",
                    "type": "Downloads page",
                    "note": "pypi installation",
                    "version": "5.3"
                },
                {
                    "url": "https://anaconda.org/channels/conda-forge/packages/trackastra/overview",
                    "type": "Downloads page",
                    "note": "Conda installation",
                    "version": "5.3"
                }
            ],
            "documentation": [
                {
                    "url": "https://github.com/weigertlab/trackastra",
                    "type": [
                        "Command-line options"
                    ],
                    "note": "GitHub repository"
                }
            ],
            "publication": [
                {
                    "doi": "10.1007/978-3-031-73116-7_27",
                    "pmid": null,
                    "pmcid": null,
                    "type": [
                        "Other"
                    ],
                    "version": null,
                    "note": "Peer-reviewed publication describing the Trackastra transformer-based method for tracking segmented cells in live-cell microscopy.",
                    "metadata": null
                }
            ],
            "credit": [],
            "owner": "khaled4",
            "additionDate": "2026-04-15T09:05:44.140162Z",
            "lastUpdate": "2026-07-16T11:37:36.608593Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "Inflexa",
            "description": "Inflexa is an open-source, agentic orchestration platform for computational biology and translational medicine. It is designed to assist researchers in analyzing multi-omics, cheminformatics, and imaging data by reading published literature, designing multi-step analysis plans, and executing experiments with full reproducibility.",
            "homepage": "https://inflexa.ai",
            "biotoolsID": "inflexa",
            "biotoolsCURIE": "biotools:inflexa",
            "version": [],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2945",
                            "term": "Data analysis"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": null,
                    "cmd": null
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_2258",
                    "term": "Cheminformatics"
                },
                {
                    "uri": "http://edamontology.org/topic_3474",
                    "term": "Machine learning"
                },
                {
                    "uri": "http://edamontology.org/topic_0218",
                    "term": "Natural language processing"
                },
                {
                    "uri": "http://edamontology.org/topic_3391",
                    "term": "Omics"
                }
            ],
            "operatingSystem": [
                "Linux",
                "Mac",
                "Windows"
            ],
            "language": [
                "Python",
                "TypeScript",
                "Go"
            ],
            "license": "Apache-2.0",
            "collectionID": [],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [
                {
                    "url": "https://github.com/inflexa-ai/inflexa",
                    "type": [
                        "Repository"
                    ],
                    "note": "GitHub repo"
                },
                {
                    "url": "https://public.inflexa.ai/GSE110256/pharmacogenomic-mouse-cerebrocortical-cultures",
                    "type": [
                        "Other"
                    ],
                    "note": "Pharmacogenomic Drug Screen in Mouse Cerebrocortical Cultures (Re-analysis of GSE110256)"
                },
                {
                    "url": "https://public.inflexa.ai/GSE282861/il-33-il-4ra-blockade-hdm-airway-inflammation",
                    "type": [
                        "Other"
                    ],
                    "note": "Genome-wide Dissection of IL-33 and IL-4Rα Blockade in HDM-driven Airway Inflammation (Re-analysis of GSE282861)"
                },
                {
                    "url": "https://public.inflexa.ai/33558495/breast-cancer-african-arab-european-ancestry",
                    "type": [
                        "Other"
                    ],
                    "note": "How Genetic Ancestry Shapes Breast Cancer Biology (Re-analysis of Roelands et al. 2021 (npj Breast Cancer) )"
                },
                {
                    "url": "https://public.inflexa.ai/GSE286094-GSE286095/atg7-deficiency-reshapes-microglia-biology-alzheimers-disease",
                    "type": [
                        "Other"
                    ],
                    "note": "ATG7 Deficiency Reshapes Microglia Biology in Alzheimer’s Disease (Re-analysis of GSE286094 / GSE286095)"
                },
                {
                    "url": "https://public.inflexa.ai/GSE157194/atopic-dermatitis-dupilumab-cyclosporine",
                    "type": [
                        "Other"
                    ],
                    "note": "Atopic Dermatitis Transcriptome Under Dupilumab and Cyclosporine (Re-analysis of GSE157194)"
                }
            ],
            "download": [
                {
                    "url": "https://github.com/inflexa-ai/inflexa/releases",
                    "type": "Binaries",
                    "note": null,
                    "version": null
                }
            ],
            "documentation": [],
            "publication": [],
            "credit": [
                {
                    "name": "Support",
                    "email": "support@inflexa.ai",
                    "url": null,
                    "orcidid": null,
                    "gridid": null,
                    "rorid": null,
                    "fundrefid": null,
                    "typeEntity": null,
                    "typeRole": [
                        "Support"
                    ],
                    "note": null
                }
            ],
            "owner": "radu.tanasa",
            "additionDate": "2026-02-26T12:47:29.542367Z",
            "lastUpdate": "2026-07-16T09:46:41.686377Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        },
        {
            "name": "REACTR",
            "description": "Reactr is an modularized, Snakemake workflow for automated, species-agnostic characterization of gene families from sequence to experimental design. Given a query protein sequence and NCBI taxonomy IDs (or RefSeq assembly accessions), reactr retrieves genomic data and runs comprehensive analysis across 4 integrated tiers: (1) evolutionary analysis, including homolog detection, domain-based clustering, multiple sequence alignment, and phylogenetic inference; (2) synteny and selection analysis, detecting collinear blocks and calculating Ka/Ks ratios; (3) structural and regulatory characterization, including motif discovery, chromosomal mapping, biochemical property prediction, subcellular localization prediction, and promoter analysis; and (4) experimental design tools, generating PCR primers and scored CRISPR gRNAs for lab validation. Reactr bridges computational prediction and experimental validation, thus enabling rapid transition from genomic discovery to functional studies.",
            "homepage": "https://zenodo.org/records/21125109",
            "biotoolsID": "reactr",
            "biotoolsCURIE": "biotools:reactr",
            "version": [
                "3"
            ],
            "otherID": [],
            "relation": [],
            "function": [
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_2422",
                            "term": "Data retrieval"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": "Loads genomic data and prepares it for query analysis",
                    "cmd": "`snakemake -s LoadDatasets.smk --cores 8`"
                },
                {
                    "operation": [
                        {
                            "uri": "http://edamontology.org/operation_0226",
                            "term": "Annotation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2424",
                            "term": "Comparison"
                        },
                        {
                            "uri": "http://edamontology.org/operation_3429",
                            "term": "Generation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2423",
                            "term": "Prediction and recognition"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2928",
                            "term": "Alignment"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0337",
                            "term": "Visualisation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0227",
                            "term": "Indexing"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2945",
                            "term": "Data analysis"
                        },
                        {
                            "uri": "http://edamontology.org/operation_0250",
                            "term": "Protein property calculation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2409",
                            "term": "Data handling"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2428",
                            "term": "Validation"
                        },
                        {
                            "uri": "http://edamontology.org/operation_2990",
                            "term": "Classification"
                        }
                    ],
                    "input": [],
                    "output": [],
                    "note": "Runs query analysis",
                    "cmd": "`snakemake -s MainPipeline.smk`"
                }
            ],
            "toolType": [
                "Command-line tool"
            ],
            "topic": [
                {
                    "uri": "http://edamontology.org/topic_0091",
                    "term": "Bioinformatics"
                }
            ],
            "operatingSystem": [
                "Mac"
            ],
            "language": [
                "Python"
            ],
            "license": "MIT",
            "collectionID": [
                "Bioconda"
            ],
            "maturity": null,
            "cost": "Free of charge",
            "accessibility": "Open access",
            "elixirPlatform": [],
            "elixirNode": [],
            "elixirCommunity": [],
            "link": [],
            "download": [],
            "documentation": [],
            "publication": [],
            "credit": [],
            "owner": "anteel",
            "additionDate": "2026-07-16T05:56:10.804636Z",
            "lastUpdate": "2026-07-16T06:16:23.845202Z",
            "editPermission": {
                "type": "private",
                "authors": []
            },
            "validated": 0,
            "homepage_status": 0,
            "elixir_badge": 0,
            "confidence_flag": null
        }
    ]
}