top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
BETTER LEARN TO CODE
BLOG
e-BOOKS
TOOLS
ABOUT
MY PROJECTS
CONTACT
More
Use tab to navigate through the menu items.
SUBSCRIBE
All Posts
Proteomics
Genomics
Transcriptomics
Programming
Statistics
Data Visualization
Machine Learning
Tools
Tutorials
Projects
Books
Jan 22, 2023
8 min read
Unix pipes
Unix pipes allow you to connect the output of one command to the input of another command, allowing you to create a pipeline of multiple...
Dec 31, 2022
4 min read
Manipulating files with grep
Bioinformatics is a field that combines computer science, biology, and statistics to analyze and interpret biological data. One of the...
Dec 30, 2022
4 min read
Manipulating files with AWK
Welcome to this tutorial on awk, a powerful text processing tool for parsing and manipulating text files in Unix-like operating systems....
bottom of page