Skip to content
View feeka's full-sized avatar

Block or report feeka

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
feeka/readme.md

Skills

C++ • Succinct data structures • OpenMP • Python (NumPy, PyTorch, pyhmmer) • HMMs & Viterbi • Beam search • Graph algorithms • Alignment algorithms • HPC • Neural networks • Abstract algebra

Selected projects & publications

  • Detecting CAS genes in metagenomic data - Using BeamSearch and Viterbi score, we find CAS genes in metagenomic datasets using well-curated HMM profiles (in progress) → GitHub
  • Phage detection using graph algorithms – Spacer ordering and phage detection in metagenomic data (in progress) → GitHub
  • MCAAT – Metagenomic CRISPR Array Analysis Tool (first author, microLife 2025) • GitHubDOI:10.1093/femsml/uqaf016
  • DNA Storage Pipeline – Modular Reed–Solomon library for DNA storage (fun side project) → GitHub - inspired by the DNAStoralator.
  • metaTopoGraph – extracts de Bruijn graph topology features - planned to train an ML model on graph topology →GitHub
  • Master’s thesis (2020) – Cyclic codes for error detection in DNA storage → PDFGitHub
  • Study project (2019) – Reed–Solomon codes & finite-field implementations → PDFGitHub

Pinned Loading

  1. RNABioInfo/mcaat RNABioInfo/mcaat Public

    Finding all CRISPR Arrays in Metagenomic Datasets using Graph-Based Strategies

    C++ 1 1

  2. dna-storage dna-storage Public

    Compact, modular Reed–Solomon pipelines and reproducible benchmarks for DNA data storage experiments. Pure Python 3.9+ - quick to run, easy to extend. Still under construction.

    Python

  3. reed_solomon_codes reed_solomon_codes Public

    This is Reed Solomon codes repository. Study project.

    Python