Is there a a good read on how RNA and DNA work for a Computer Scientist? And more generally how biology, genetics, epigenetics, virus, etc work? Many vulgarization sources say that DNA is like the source code of life. But they mostly skim across the issue and go to conclusions like "this gene or set of genes are responsible for that outcome". But coming from a CS background that sounds a bit like non-sense. I feel li…
DNA is literally only instructions for building proteins (each 'gene' commonly encodes one protein). It's a very low level code, then. The various proteins that are built are actually interacting with the environment. So, your desire to look at interaction with the environment might be better captured by a field other than genetics: maybe proteomics or molecular biochemistry.
What's a virus, anyway? The bare-bones basics
61–70 of 202 posts
Re: What's a virus, anyway? The bare-bones basics
#62Is there a a good read on how RNA and DNA work for a Computer Scientist? And more generally how biology, genetics, epigenetics, virus, etc work? Many vulgarization sources say that DNA is like the source code of life. But they mostly skim across the issue and go to conclusions like "this gene or set of genes are responsible for that outcome". But coming from a CS background that sounds a bit like non-sense. I feel li…
I wouldn't recommend trying to understand it through analogy to CS - I'm a biologist and know enough CS to feel uncomfortable really using any of the usual analogies. The problem is that they work ok for a layperson understanding, but are fundamentally wrong enough that if you want to understand it at the level of something like virology you'll be lead constantly astray. I dont know of a better recommendation than "w…
For example, the covid-19 virus's RNA ends with AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA (33 As) which, as someone pointed out, looks suspicially like a "NOP sled"[1] (i.e. so that a protein coming in hot can hit anywhere on the sled and then slide down to the actual information)
Re: What's a virus, anyway? The bare-bones basics
#63Earlier quoted context omitted.
My Dr. said that preliminary results indicate that blood pressure medications, generally increase your risk with the COVID-19, as well as Ibuprofen.
Is this based on basic research or demographic analysis? Has the research ruled out the possibility that people who are being treated for high blood pressure are more likely to be older and in poorer shape? Because that's a pretty strong confounding effect unless the research in question is a randomized controlled trial. I've also heard conflicting reports about Ibuprofen. I don't think anyone knows for sure.
On the flip side, NSAIDs do reduce inflammation and inflammation is part of the body's response to various stressors; I could see that lowering our response leads to worse outcomes when sick. I have always thought that cold medication increases the duration of a cold just from my own observations, so I do find it at least plausible.
I agree on the high blood pressure, if you are on it that means you have hypertension and are likely in poorer shape than someone who does not take it. I can somewhat see diuretics having an impact though as those can flush needed minerals out of your body when your body is in need. They also dehydrate you, so if you are on one and don't get properly hydrated and have a proper mineral balance, I can see that being a big negative.
Re: What's a virus, anyway? The bare-bones basics
#64Is there a a good read on how RNA and DNA work for a Computer Scientist? And more generally how biology, genetics, epigenetics, virus, etc work? Many vulgarization sources say that DNA is like the source code of life. But they mostly skim across the issue and go to conclusions like "this gene or set of genes are responsible for that outcome". But coming from a CS background that sounds a bit like non-sense. I feel li…
https://en.wikipedia.org/wiki/Central_dogma_of_molecular_bio...
Proteins are built out of a chain of aminoacids. There are 20 different kinds of aminoacid, and the particular sequence of aminoacids determines the shape of the protein, and therefore its biological function.
https://en.wikipedia.org/wiki/Amino_acid
To build a protein, the cell uses a strand of RNA as template. The RNA consists of a sequence of 4 kinds of bases (A=Adenine, C=Cytosine, G=Guanine, U=Uracyl) and there is a genetic code that maps each group of 3 RNA bases into one aminoacid. For example, "AGC" corresponds to serine, "AAG" means lysine, and "AGCAAG" means serine followed by lysine.
https://en.wikipedia.org/wiki/Genetic_code
DNA is built of similar pieces as RNA. The main difference is that RNA is single stranded, while DNA is double stranded with that famous double helix structure. Additionally, DNA uses T=Thymine in place of U=Uracyl.
DNA acts a store of information. Each gene contains the genetic sequence that describes how to build one protein. When a gene is active, the cell copies that part of the DNA into a messenger RNA, and then uses that RNA as a template to build the protein in question.
Every cell in the body has the exact same set of genes, but they differ in what genes are active at each time.
------------------------------------
Now on to viruses...
The Coronavidus is an RNA virus. Each individual virius is a little ball made of proteins and lipids, encasing a genome made of RNA.
By itself the virus is inert, but once that RNA finds its way to inside a human cell, it behaves like a fork bomb. The cell translates the viral RNA into proteins, just like it would with our own RNA. One of the proteins is a polimerase enzyme, which then makes even more copies of the viral genome. Soon, there are thousands of copies of the virus. Additionally, the viral genome also encodes the structural proteins for the capsule of the virus, including the "spike" protein that gives coronaviruses their signature look.
Re: What's a virus, anyway? The bare-bones basics
#65Is there a a good read on how RNA and DNA work for a Computer Scientist? And more generally how biology, genetics, epigenetics, virus, etc work? Many vulgarization sources say that DNA is like the source code of life. But they mostly skim across the issue and go to conclusions like "this gene or set of genes are responsible for that outcome". But coming from a CS background that sounds a bit like non-sense. I feel li…
IMHO, biology is most easily looked at as a recipe for order, from whatever ingredients happen to be laying around. Essentially, everything is in the service of increasing order. And maintaining it. Polymerase creates more genetic code out of raw ingredients. Genetic code creates proteins. Proteins perform all kinds of functions by leveraging physics and chemistry. Membranes prevent all of this from being blown away…
Gene A is responsible for property A is way way way too simplified.
Re: What's a virus, anyway? The bare-bones basics
#66Earlier quoted context omitted.
I wouldn't recommend trying to understand it through analogy to CS - I'm a biologist and know enough CS to feel uncomfortable really using any of the usual analogies. The problem is that they work ok for a layperson understanding, but are fundamentally wrong enough that if you want to understand it at the level of something like virology you'll be lead constantly astray. I dont know of a better recommendation than "w…
It's hard not to draw analogies though. For example, the covid-19 virus's RNA ends with AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA (33 As) which, as someone pointed out, looks suspicially like a "NOP sled"[1] (i.e. so that a protein coming in hot can hit anywhere on the sled and then slide down to the actual information) [1] https://en.wikipedia.org/wiki/NOP_slide
Definitely nothing wrong with trying to find things that look similar across fields and try and gain differentiated insights, it's certainly an admirable thing and an important part of making many discoveries. But a first principles understanding of the structure of DNA, what a 5' end and a 3' end is, and how transcription/translation works (all bio 101 type stuff) would provide a much better foundation to do that with. You don't need a degree in biology to know the basics, just like you don't need a degree in CS to know the basics, but it's worth learning the basics if you want to get an understanding of the field or work with it.
Re: What's a virus, anyway? The bare-bones basics
#67Is there a a good read on how RNA and DNA work for a Computer Scientist? And more generally how biology, genetics, epigenetics, virus, etc work? Many vulgarization sources say that DNA is like the source code of life. But they mostly skim across the issue and go to conclusions like "this gene or set of genes are responsible for that outcome". But coming from a CS background that sounds a bit like non-sense. I feel li…
DNA is literally only instructions for building proteins (each 'gene' commonly encodes one protein). It's a very low level code, then. The various proteins that are built are actually interacting with the environment. So, your desire to look at interaction with the environment might be better captured by a field other than genetics: maybe proteomics or molecular biochemistry.
Re: What's a virus, anyway? The bare-bones basics
#68Is there a a good read on how RNA and DNA work for a Computer Scientist? And more generally how biology, genetics, epigenetics, virus, etc work? Many vulgarization sources say that DNA is like the source code of life. But they mostly skim across the issue and go to conclusions like "this gene or set of genes are responsible for that outcome". But coming from a CS background that sounds a bit like non-sense. I feel li…
If you ever wanted to get deeper into biology than reading news articles, I cannot recommend this course enough.
Re: What's a virus, anyway? The bare-bones basics
#69Is there a a good read on how RNA and DNA work for a Computer Scientist? And more generally how biology, genetics, epigenetics, virus, etc work? Many vulgarization sources say that DNA is like the source code of life. But they mostly skim across the issue and go to conclusions like "this gene or set of genes are responsible for that outcome". But coming from a CS background that sounds a bit like non-sense. I feel li…
https://www.khanacademy.org/science/high-school-biology/hs-m...
Also here, the three sections starting with “DNA as the genetic material”:
https://www.khanacademy.org/science/biology
An introductory biology textbook would be good too. Any AP biology textbook should cover it all.
Re: What's a virus, anyway? The bare-bones basics
#70Earlier quoted context omitted.
I wouldn't recommend trying to understand it through analogy to CS - I'm a biologist and know enough CS to feel uncomfortable really using any of the usual analogies. The problem is that they work ok for a layperson understanding, but are fundamentally wrong enough that if you want to understand it at the level of something like virology you'll be lead constantly astray. I dont know of a better recommendation than "w…
It’s hard to disagree with what your saying, but analogies are fun. I think the best analogy is DNA is a series of automated assembly lines. The workers, raw materials, and signals to turn sections on or off are separate. Each nucleotide station is called A, T, C, or G and adds a single element at a time to long chains which then get folded up into useful tools. DNA can also be used to manufacture either more stands…
The second analogy is ok, but again not really great if you want to understand what's actually going on. If you just want to get an intuition that DNA has something to do with storing information, as long as that comes with an understanding that information evolves (biology is really the study of evolution in many ways), that's probably more than enough for a layperson. But it's a dangerous understanding if you plan on using it as a foundation to try and explore more complicated topics in biology. There's no need to do so, but if you are going to, it's far far better to spend the time getting the correct first-principles understanding and get rid of this idea of "DNA as source code" so you can better grapple with the subject.
I don't think the first analogy makes much sense since it makes nucleotides the sort of active agents here and needlessly focuses on individual nucleotides when codon triplets are what are involved in coding for proteins (probably better to, if you have to use an analogy, treat nucleotides as letters instead of words). And, especially in the context of this thread, neither analogy build the understanding needed to really dive into what RNA is, which is important for understanding what RNA viruses are, and what the coronavirus is.