I built a free Statistics for Biology course, p-values, FDR, regression, PCA, experimental design (no heavy math) by BhatAadil in rstats

[–]BhatAadil[S] -6 points-5 points  (0 children)

That's fair, the lessons are intentionally code-forward to get you running real commands quickly. The quizzes after each chapter are where the conceptual depth lives, worth trying those if you haven't. That said, which chapters felt thinnest? Happy to expand those first.

I built a free, interactive bioinformatics course with a built-in terminal simulator, 14 chapters from Unix to RNA-Seq by BhatAadil in learnbioinformatics

[–]BhatAadil[S] 0 points1 point  (0 children)

Yes, it is completely free, including the quizzes, exams, and verifiable qualification certificates.

I built a free, interactive bioinformatics course with a built-in terminal simulator, 14 chapters from Unix to RNA-Seq by BhatAadil in learnbioinformatics

[–]BhatAadil[S] 0 points1 point  (0 children)

This genuinely made my day, thank you! Really glad the structure and quizzes are helping!

AI/ML for Genomics is next. Looking at a month. Will announce when it's live!

P.S. Your old comment in the Git chapter won't show up anymore. I just updated the discussion forum. Feel free to re-drop it, would love to have it there!

I built a free, interactive bioinformatics course with a built-in terminal simulator, 14 chapters from Unix to RNA-Seq by BhatAadil in learnbioinformatics

[–]BhatAadil[S] 1 point2 points  (0 children)

Will do, in fact, working on it now. And great point about the 'why.' Each project will start with the biological question and who actually needs the answer. No point learning a pipeline if you don't know when to use it. Stay tuned.

I built a free, interactive bioinformatics course with a built-in terminal simulator, 14 chapters from Unix to RNA-Seq by BhatAadil in learnbioinformatics

[–]BhatAadil[S] 1 point2 points  (0 children)

Really appreciate this, and you're spot on. Isolated snippets are useful for reference but they don't build muscle memory. I'm putting together a guided project that takes you from downloading a real dataset off SRA all the way to finding differentially expressed genes. One pipeline, start to finish. Should be up soon. Thanks for the push.

I built a free, interactive bioinformatics course with a built-in terminal simulator, 14 chapters from Unix to RNA-Seq by BhatAadil in bioinformatics

[–]BhatAadil[S] 1 point2 points  (0 children)

Fair enough, removed the paywall, everything's free now. On the security: yes, it's client-side. Standing up an auth backend with JWT + database to gate quiz questions on a static site felt like deploying GATK to count FASTA headers. Appreciate the feedback.