Showing posts with label shamanism. Show all posts
Showing posts with label shamanism. Show all posts

Thursday, May 15, 2014

In situ, in vitro and other confusing expressions: explained with examples

Ok, biologists love using these Latin expressions, but somehow I keep forgetting what they mean and wikipedia entries only add more confusion. Additionally they can also mean different things depending on the context. In my humble opinion, scientific language should be explicit and clear, but not ambiguous. But who am I to judge, right? ;)

Here are the explanations with examples in the area of genomics:

in vivo
In a living thing. Usually refers to an experiment which is performed in an animal with analysis of the observed phenotypes. For example, survival outcome of a gene knockout in a genetically modified mouse.

ex vivo
Out of a living thing. We assume extracting some tissues or cells from a living organism. Example: tumor samples extracted from a cancer patient.

in situ
In position, in a system. Analysis of a biological system without disrupting it. For example, we can analyse gene expression in a cell without extracting the RNA by using hybridization probes and mircoscopy.

in vitro
In a lab tube. An artificial extraction and analysis of biological material. The most common example: DNA extracted from cell cultures.

in silico
In a computer simulation. At least this one is clear :)


Luckily, in my lab I have some nice biologists to help me understand these things. Anyway, corrections and suggestions are welcome!

Update 1:

Hey, there is one I missed - ex situ. It means "out of natural system". An example from ecology/conservation biology: an animal moved from the natural habitat to the zoo/nature reserve. Never encountered this in molecular biology, but one can guess as example some cells transplanted from one organism to another. Thanks to Arkady Ukrop for this one.

Tuesday, July 2, 2013

Stupid penguin strikes back: Ubuntu does not boot after installing proprietary ATI video driver

Well, in my opinion Linux will never be a user-friendly operating system suitable for home usage. There are a lot issues but there is one particular problem I hate at most: drivers for new hardware. You can only be safe when installing Linux on at least 1 year old computer. But if you have a brand new laptop, get ready.

There will be blood.

Ok, maybe I'm a bit angry, but I just lost 2 hours by fixing some stupid stuff.

Recently I got a new laptop. There was a bunch of problems after installing Ubuntu 12.04 along with Windows 8 (btw, the installation itself was a bit of a quest): overheating, reduced battery time, system suspension failures. What else? Ah, yes, after installing native ATI video drivers the system did not boot. There were no error message, it just hanged.

Here's how I fixed it. Maybe it will be of help to other "hackers" out there.

***

The goal of the rescue operation is to remove the new driver and restore the default video-driver.

First, load in the recovery mode.
Select item "root" console. Btw, you can try loading in fail safe mode, but in my case it did not work.
Remount the file system in read/write mode:

mount -o remount,rw /

Then remove the video-driver:

apt-get purge fglrx*

Remove X11 configuration file:

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.broken

Reboot and pray that it worked ;)

Help was found here and here.

Dismissed!