Download A Gene Expression Experiment – Practical

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Pathogenomics wikipedia , lookup

Microevolution wikipedia , lookup

Designer baby wikipedia , lookup

Polycomb Group Proteins and Cancer wikipedia , lookup

Site-specific recombinase technology wikipedia , lookup

Gene wikipedia , lookup

Artificial gene synthesis wikipedia , lookup

Gene expression programming wikipedia , lookup

Biology and consumer behaviour wikipedia , lookup

X-inactivation wikipedia , lookup

Genome evolution wikipedia , lookup

Ridge (biology) wikipedia , lookup

Epigenetics of human development wikipedia , lookup

Minimal genome wikipedia , lookup

Genomic imprinting wikipedia , lookup

Genome (book) wikipedia , lookup

Long non-coding RNA wikipedia , lookup

Gene expression profiling wikipedia , lookup

Primary transcript wikipedia , lookup

RNA-Seq wikipedia , lookup

Transcript
A Gene Expression Experiment part II– Practical
November 2008
Richard Mott
1. Repeat the analysis of the liver and lung data set in the lecture
2. Look for sets of transcripts that have different patterns of expression between liver and
lung. For example, you might look for genes which are expressed in both tissues but are
not correlated, or look for genes expressed in one tissue but not the other. Perform GO
analyses on these sets of genes. Do you find anything interesting?
3. For the eQTL analysis on chromosome 19, identify those transcripts with cis eQTLs. You
will need to read in the file of genome locations of transcripts in
mouse.transcripts.genes.txt, and you will need to match the transcript names in that file
to you transcript names. To do this, you can modify the transcript names in the
annotation file using the R code
Transcripts <- paste(“LIVER.express”, make.names(transcripts), sep=””)
4. Once you have identified the cis eQTLs on chromosome 19 (use a logP threshold of say
4, and insist the eQTL peak is within 2Mb of the transcript location), use the file
All.Summary.010808.build37.txt to classify the eqTLs by SNP content. What do you find?