Category Archives: General

Miscellaneous entries

Updates to Mike’s Biostatistics Book

September 2025.

Mike’s Biostatistics Book additions of late:

  • Added more than 70 figures since Fall 2024.
  • Added more than 100 true/false and multiple choice questions to my end of chapter quizzes. Quizzes generate immediate “Correct” or “Wrong” responses. 
    • Chapters covered: Ch01, Ch02, Ch03, parts of Ch04 and Ch06.7
    • Expect to add about another 100 questions by end of October.
  • Updated install R instructions to R version 4.5.1
  • Added new instructions for R use in Google Colaboratory.

/MD

Summer reading list

Suggested light reading for undergraduate and graduate biology students

1491 (Second Edition): New Revelations of the Americas Before ColumbusCharles C. Mann
A Brief History of Everyone Who Ever Lived: The Human Story Retold Through Our GenesAdam Rutherford
A Crack In Creation: Gene Editing and the Unthinkable Power to Control EvolutionJennifer A. Doudna and Samuel H. Sternberg
Bad Blood: Secrets and Lies in a Silicon Valley StartupJohn Carreyrou
Bully for Brontosaurus: Reflections in Natural HistoryStephen Jay Gould
Empire of Pain: The Secret History of the Sackler DynastyPatrick Radden Keefe
Enlightenment Now: The Case for Reason, Science, Humanism and progressSteven Pinker
Finding Darwin’s God: A Scientist’s Search for Common Ground Between God and EvolutionKenneth R. Miller
Galileo’s Middle Finger: Heretics, Activists, and One Scholar’s Search for JusticeAlice Dreger
Herding Hemingway’s Cats: Understanding how our genes workKat Arney
Is Science Racist? (Debating Race)Jonathan Marks
Life’s Greatest Secret: The Story of the Race to Crack the Genetic CodeMatthew Cobb
Simply Complexity: A Clear Guide to Complexity TheoryNeil Johnson
The Art and Politics of ScienceHarold E. Varmus
The Emperor of All Maladies: A Biography of CancerSiddhartha Mukherjee
The Genome War: How Craig Venter Tried to Capture the Code of Life and Save the WorldJames Shreeve
The Mismeasure of ManStephen Jay Gould
The Philadelphia Chromosome: A Genetic Mystery, a Lethal Cancer, and the Improbable Invention of a Lifesaving TreatmentJessica Wapner
The Selfish GeneRichard Dawkins
The Society of GenesItai Yanai and Martin Lercher
What’s in your genome?: 90% of your genome is junkLawrence Moran
Weapons of Math Destruction: How Big Data Increases Inequality and Threatens DemocracyCathy O’Neil
Why Big Fierce Animals Are Rare: An Ecologist’s PerspectivePaul A. Colinvaux
Why Evolution is TrueJerry A. Coyne

International Pronouns Day

from https://pronounsday.org/:

“International Pronouns Day seeks to make respecting, sharing, and educating about personal pronouns commonplace.

Referring to people by the pronouns they determine for themselves is basic to human dignity. Being referred to by the wrong pronouns particularly affects transgender and gender nonconforming people. Together, we can transform society to celebrate people’s multiple, intersecting identities.”

16 October 2019, https://pronounsday.org/

Check file hash file

Example, use command line program get-filehash in Windows 10, or the terminal and command md5 in macOS, or call a function from the opensslR program to compare hashsum of R download file, e.g., R-3.6.1-win.exe, against fingerprint.

Windows 10

Open PowerShell (type “powershell” in search)
Enter on one line

get-filehash -Algorithm MD5

Navigate to folder (or note file path) which contains the file to check, highlight the file, then drag and drop to add to the command

get-filehash -Algorithm MD5C:\Users\userName\Downloads\R-3.6.1-win.exe

get-filehash uses the Sha256 algorithm by default (Microsoft).

replace userName with your user account

macOS

Open terminal (type “terminal” in Spotlight)
Enter on one line “md5” plus a space

md5

Navigate to folder (or note file path) which contains the file to check, highlight the file, then drag and drop to add to the command

md5 /Users/userName/Downloads/R-3.6.1.pkg

Alternatively, replace md5 with the better sha256

Open R, install package openssl, and follow examples provided at https://cran.r-project.org/web/packages/openssl/vignettes/crypto_hashing.html

 

CONGRATULATIONS to “I am a scientist STEM” at Chaminade University

One of the best thing going in the Division of Natural Science & Mathematics is the outreach program created and directed by Lori Shimoda. Since 2009, more than 1900 students, faculty and division staff have brought biology, chemistry, forensics, and environmental science to dozens of public schools and more than 20,000 students in Hawai’i.

From the IAS STEM website:

“I Am A Scientist STEM” is a mobile outreach program that shares our labs beyond the Chaminade University campus. Our services are FREE to Hawaii DOE schools. IAS STEM is part of a broader initiative by the Division of Natural Sciences & Mathematics at Chaminade University to encourage science awareness and education in Hawaii’s public schools.

My modest contribution to this wonderful program has been to create and manage the website, iamascientiststem.org/ .

Congratulations to Lori for ten years of success with I am a scientist STEM!