Editing
Cancer Pharmacology
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Selective Toxicity' (Visualizing the trade-off of Chemotherapy):''' <syntaxhighlight lang="python"> def calculate_chemo_impact(growth_rate_cancer, growth_rate_hair, drug_strength): """ Shows how 'Fast Growth' makes you a target. """ cancer_kill_rate = growth_rate_cancer * drug_strength hair_loss_rate = growth_rate_hair * drug_strength if cancer_kill_rate > 80: status = "SUCCESS: Tumor shrinking." else: status = "FAILURE: Cancer growing too fast." return { "Cancer Cells Killed": f"{round(cancer_kill_rate)}%", "Healthy Hair Cells Killed": f"{round(hair_loss_rate)}%", "Outcome": status } # Scenario: Strong chemo (0.9 strength). Cancer is fast (100). Hair is medium (30). print(calculate_chemo_impact(100, 30, 0.9)) </syntaxhighlight> ; Cancer Landmarks : '''Nitrogen Mustard (1940s)''' β The "First Chemotherapy," discovered by accident during WWII when a chemical weapon ship exploded, and doctors noticed the survivors' "Blood counts" (White cells) dropped, suggesting it could kill cancer. : '''Gleevec (2001)''' β The first "Magic Bullet"βa targeted therapy for Leukemia that turned a "Death sentence" into a "Manageable condition" with a single pill. : '''CAR-T Therapy''' β A futuristic "Living Drug" where doctors "Take out" a patient's T-cells, "Edit their DNA" in a lab to give them "Cancer-finding powers," and then "Put them back in" to hunt. : '''The 'Liquid Biopsy'''' β A new technology to "Find cancer DNA" in a simple "Blood test" before the tumor is even big enough to see on an X-ray. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information