Sarah Hannes
Home
CV
Today I learn
Blog
Categories
All
(16)
AB Test
(1)
alignment
(1)
array
(1)
bioinformatics
(4)
biology
(1)
biopython
(1)
css
(4)
data structure
(2)
differences
(1)
excel
(2)
gene expression
(1)
geo
(1)
html
(4)
javascript
(8)
ncbi
(1)
neural network
(1)
node
(1)
npm
(1)
numpy
(1)
react
(3)
smith-waterman
(1)
tensor
(1)
Blog
React Crash Course Part 1/3
5 min
This is part 1/3 notes of a Youtube react crash course.
Nov 30, 2024
React Crash Course Part 3/3
3 min
This is part 3/3 notes of a Youtube react crash course.
Nov 30, 2024
React Crash Course Part 2/3
8 min
This is part 2/3 notes of a Youtube react crash course.
Nov 30, 2024
NPM Cheatsheet
6 min
1. Run
npm -v
in terminal.
Nov 18, 2024
Front-end Web Dev Crash Course Part 3/4
16 min
This is part 3/4 notes of a Youtube Front-end web development crash course.
Nov 15, 2024
Front-end Web Dev Crash Course Part 1/4
29 min
This is part 1/4 notes of a Youtube Front-end web development crash course.
Nov 15, 2024
Front-end Web Dev Crash Course Part 4/4
15 min
This is part 4/4 notes of a Youtube Front-end web development crash course.
Nov 15, 2024
Front-end Web Dev Crash Course Part 2/4
42 min
This is part 2/4 notes of a Youtube Front-end web development crash course.
Nov 15, 2024
Burrows-Wheeler Transform in Python
3 min
Burrows-Wheeler Transform is a method used for pattern matching problem. We can use it to find all instances of substrings in the database that matches our query sequence.
Nov 6, 2024
Suffix Array
1 min
One motivation behind suffix array is that any position in our database that is a match to any substring of our query sequence can be thought of as the beginning of a suffix.
Nov 6, 2024
Differences between: PAM vs BLOSUM
1 min
PAM and BLOSUM are both substitution matrix for amino acid. This is a high level overview of their differences.
Oct 9, 2024
Smith-Waterman Local Alignment using Python
1 min
Smith-Waterman is a local alignment method for sequence alignment. Below is example implementation using python.
Sep 16, 2024
Condensed A/B Test Summary
1 min
Condensed summary of A/B Test course by Data36. You can download the mind map here.
Sep 10, 2024
Extract data from GEO2R
2 min
Gene Expression Omnibus (GEO) is a place where we can get publicly available datasets on gene expressions uploaded by the scientific community, for free. Here’s how we can…
Aug 31, 2024
Neural Network from scratch using Excel
6 min
Built (and train) simple neural network using Excel solver
Jun 26, 2024
Visualizing Arrays using Excel
4 min
Visualizing simple operations across arrays
Jun 23, 2024
No matching items