Bioinformatics Scripts & Commands
Python Install Python Windows: https://www.python.org/downloads/windows/ (Don’t forget to tick PATH in first step of installation) Install Virtual Environment Windows: Virtual […]
Python Install Python Windows: https://www.python.org/downloads/windows/ (Don’t forget to tick PATH in first step of installation) Install Virtual Environment Windows: Virtual […]
Sequence Analysis Tools Pairwise Sequence Alignment Tools Basic Local Alignment Search Tool (BLAST) : https://blast.ncbi.nlm.nih.gov/Blast.cgi (Alignment and Similarity Searching) Multiple
Summary Algorithm Divide Step Conquer Step Combine Step Time Complexity Merge Sort Split array into halves Recursively sort each half
The Mann-Whitney U Test (also known as the Wilcoxon Rank-Sum Test) is a non-parametric statistical test used to compare two
Correlation is a statistical measure that expresses the extent to which two variables change together. It shows the relationship between
Regression is a statistical technique used to model the relationship between a dependent variable (target) and one or more independent
The McNemar test is a statistical test used to analyze paired nominal (categorical) data. It is applied when we have
Summary Linear Data Structures Linear data structures organize elements sequentially, where each element has a unique predecessor and successor (except
Summary ✔ Algorithm analysis helps evaluate performance using time and space complexity.✔ Order of growth determines how an algorithm scales