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: 12 January 2025 - To: 19 January 2025
Total Time: 8 hrs 23 mins
Python 6 hrs 50 mins >>>>>>>>>>>>>>>>>>>>----- 80.66 %
Text 40 mins >>----------------------- 07.88 %
Markdown 37 mins >>----------------------- 07.34 %
Other 5 mins ------------------------- 01.09 %
GitIgnore file 2 mins ------------------------- 00.43 %
I'm currently developing a genetic variation finder tool for the Dutch National Institute for Public Health and the Environment (RIVM)