Skip to content
View KeironO's full-sized avatar
😀
😀

Sponsoring

@flozz
@elementary
@imantsm
Block or Report

Block or report KeironO

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KeironO/README.md

from __future__ import annotations

import json
from dataclasses import asdict, dataclass


@dataclass
class Me:
    pronouns : tuple[str, ...] = ("He", "Him")
    org      : str             = "Cwm Taf University Health Board"
    role     : str             = "Advanced Information Analyst"
    alumni   : dict            = {"Aberystwyth University": ["BSc in Computer Science", "PhD in Biological Sciences"]}
    languages: tuple[str, ...] = ("Python", "R", "Java")
    databases: tuple[str, ...] = ("MariaDB", "PostgreSQL", "Redis", "TransactSQL")

    misc     : tuple[str, ...] = ("Docker", "Flask", "Machine Learning", "Statistics", "Natural Language Processing")
    ongoing  : tuple[str, ...] = ("Ansible", "Julia", "Rust")

    def jsonify(self) -> str:
        return json.dumps(asdict(self), indent=4)        

Pinned

  1. AberystwythSystemsBiology/limbus AberystwythSystemsBiology/limbus Public

    LImBuS is an open source, standards compliant Biobank Information Management System developed by researchers from Aberystwyth University.

    Python 29 4

  2. AberystwythSystemsBiology/DIMEpy AberystwythSystemsBiology/DIMEpy Public archive

    Python package for the high-throughput nontargeted metabolite fingerprinting of nominal mass direct injection mass spectrometry directly from mzML files.

    Python 9 3

  3. AberystwythSystemsBiology/pyMEAN AberystwythSystemsBiology/pyMEAN Public

    A Python package for metabolite enrichment analysis.

    Python 8 2

  4. AberystwythSystemsBiology/DIMEdb AberystwythSystemsBiology/DIMEdb Public

    DIMEdb: Metabolite identification web service.

    HTML 3

  5. AberystwythSystemsBiology/dimedbpy AberystwythSystemsBiology/dimedbpy Public

    Python wrapper for the DIMEdb REST API.

    Python 5

  6. AberystwythSystemsBiology/SCTTSRApy AberystwythSystemsBiology/SCTTSRApy Public

    A Python Interface to the SNOMED CT Snowstorm API

    Python 1 2