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

My name is Mark van de Streek and I am a student bioinformatics at the University of applied Sciences Groningen πŸ‡³πŸ‡±.

πŸ”§ 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 = "20";
    
    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: 28 December 2024 - To: 04 January 2025

Total Time: 2 hrs 16 mins

Markdown     25 mins         >>>>---------------------   16.17 %
Other        24 mins         >>>>---------------------   15.28 %
Git Config   12 mins         >>-----------------------   07.87 %
Python       11 mins         >>-----------------------   07.21 %
Bash         1 min           -------------------------   01.12 %

Currently working on

I'm currently developing a genetic variation finder tool for the Dutch National Institute for Public Health and the Environment (RIVM)

πŸ“« 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