My name is Mark van de Streek and I am a student bioinformatics at the University of applied Sciences Groningen π³π±.
- Genomics
- Genetics
- Transcriptomics
- Phylogenetics
- Systems Biology
- Immunology
- Microbiology
// 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;
}
}
From: 04 January 2025 - To: 11 January 2025
Total Time: 2 hrs 7 mins
Python 1 hr 49 mins >>>>>>>>>>>>>>>>>>>>----- 81.46 %
Other 6 mins >------------------------ 04.86 %
Markdown 6 mins >------------------------ 04.63 %
Git 1 min ------------------------- 01.07 %
Text 0 secs ------------------------- 00.18 %
I'm currently developing a genetic variation finder tool for the Dutch National Institute for Public Health and the Environment (RIVM)