Skip to content
View MarkStreek's full-sized avatar

Highlights

  • Pro

Block or report MarkStreek

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 250 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
MarkStreek/README.md

My name is Mark van de Streek and I am a bioinformatician currently working at the Dutch National Institute for Public Health and the Environment (RIVM).

πŸ”§ Technologies & Tools

Python R MariaDB Java MySQL CSS3 GitHub JavaScript Markdown HTML5 thymeleaf Bootstrap bash Galaxy-Workflow

🧬 πŸ§ͺ knowledge

  • Genomics
  • Genetics
  • Transcriptomics
  • Phylogenetics
  • Systems Biology
  • Immunology
  • Microbiology

πŸ™πŸΌβ€ About me

// AboutMe.java

import java.util.Collections;

public abstract class About extends Me {

    public String NAME = "Mark";
    public String SURNAME = "Van de Streek";
    public String AGE = "22";
    
    public List<String> getLanguages() {
        return Collections.unmodifiableList(List.of("Dutch", "English", "German"));
    }

    @Override
    public String toString() {
        return "Welcome to the profile of " + this.NAME;
    }
}

πŸ“Š Stats

From: 21 September 2025 - To: 28 September 2025

Total Time: 0 secs

No activity tracked

Currently working on

Still have to fill this in exactly, but in the meantime, you can check out the department's repositories:

πŸ“« Contact me

Popular repositories Loading

  1. Bioinf-Status-Page Bioinf-Status-Page Public

    Repository for a web application that shows the status of bioinf server pc's

    JavaScript 1

  2. QuintorCatalogBackEnd QuintorCatalogBackEnd Public

    This repository contains the back end of the hardware catalog application from Quintor B.V Groningen, The Netherlands.

    Java 1

  3. Analysis-of-Gene-Expressions Analysis-of-Gene-Expressions Public

    Project repository for the gene expression analysis. In the project, you can find the gene expression analysis that was done about smokers and vapers. See the files for the full conclusion about va…

  4. SystemsBiology SystemsBiology Public

    In this project, you can find all exercises about Modeling. All the exercises are from a school project.

  5. Heart-disease-ML Heart-disease-ML Public

    This repo contains a project where a machine learning model is created to predict a heart disease. The predicting is based on clinical Variabeles

  6. SNPDiscoveryProgram SNPDiscoveryProgram Public

    A simple Java Program that examines if a mutation in a DNA strand has a small or large effect.

    Java