jkh commited on
Commit
00968c6
·
verified ·
1 Parent(s): 885f812

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This data was collected from the Nature publication
2
+ "A single-cell transcriptomic atlas characterizes ageing tissues in the mouse"
3
+ DOI: https://doi.org/10.1038/s41586-020-2496-1
4
+ Gene Expression Omnibus (GEO) Accession Code: GSE132042
5
+
6
+ In this study, researchers looked at how much certain genes were expressed in
7
+ young and old mice so that they could compare gene expression between the groups.
8
+ This provides data on how gene expression changes with age. Specifically, the
9
+ samples were taken from male and female mice. The samples from 'young' mice came
10
+ from mice at 1 and 3 months of age, and the samples from 'old' mice came from mice
11
+ at 18, 21, 24, and 30 months of age.
12
+
13
+ Also, the researchers used three different methods to measure gene expression:
14
+ 1. FACS
15
+ 2. Droplet
16
+ 3. Bulk
17
+ This redundancy helps cross-validate the data. FACS and droplet are both single-cell
18
+ techniques, which means that gene expression is measured from each cell in a sample
19
+ individually. In contrast, the bulk approach examines many cells together (in bulk)
20
+ and basically finds their average expression rates. The metrics are reported by
21
+ technique, and the researchers also reported the four metrics on the data combined
22
+ from all three techniques.
23
+
24
+ The methods provided four different metrics for gene expression:
25
+ 1. raw_p: the p-value, a measure of significance that the difference in expression
26
+ between the young and old groups is actually different
27
+ 2. bh_p: the Benjamani-Hochberg p-value. This is a p-value adjusted for the huge
28
+ number of hypotheses (genes) being tested at once. This is useful because by chance,
29
+ some of the expression differences would appear random, and the BH p-value accounts
30
+ for this
31
+ 3. coef: the age coefficient. If you were to fit a line of best fit to how the
32
+ gene expression rate changes with age, basically this would be the slope of the line.
33
+ So if a gene increases in expression with age, the age coefficient is positive, and
34
+ if a gene decreases in expression with age, the age coefficient would be negative.
35
+ 4. fc: fold change. This quantifies how much the gene expression level differs
36
+ between the young and old mice. P-value and BH p-value indicate *whether* there's
37
+ a difference, and this metric quantifies the strength of the difference.
38
+
39
+ The researchers also looked at how gene expression rates differed by tissue. This is
40
+ useful because different tissues express genes at different rates. For example,
41
+ tissue X might express gene G a *lot*, which tissue Y might express it very little
42
+ or not at all. The tissues sampled were:
43
+ - Aorta
44
+ - BAT (brown adipose tissue)
45
+ - Bladder
46
+ - Brain myeloid
47
+ - Brain non-myeloid
48
+ - Diaphragm
49
+ - GAT (gonadal adipose tissue)
50
+ - Heart
51
+ - Kidney
52
+ - Large intestine
53
+ - Limb muscle
54
+ - Liver
55
+ - Lung
56
+ - MAT (marrow adipose tissue)
57
+ - Mammary gland
58
+ - Marrow
59
+ - Pancreas
60
+ - SCAT (SubCutaneous Adipose Tissue)
61
+ - Skin
62
+ - Small intestine
63
+ - Spleen
64
+ - Thymus
65
+ - Tongue
66
+ - Trachea
67
+ Note that not every method was applied to each tissue type.
68
+
69
+ The four metrics are also reported by cell type. For example, BAT.T Cell means
70
+ that the sample was taken from T cells in BAT tissue.
71
+
72
+ The comparison_summary table shows which methods provided data on which genes.
73
+ For example, the cell in the FACS column and the Aorta row says 1001, and you'll
74
+ see in the FACS_Aorta file that the four metrics are provided for 1001 genes.
75
+