-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETALtest.Rmd
More file actions
47 lines (32 loc) · 789 Bytes
/
Copy pathMETALtest.Rmd
File metadata and controls
47 lines (32 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: "TestMETAL"
author: "The methylation in ART meta-analysis group"
date: "10/1/2020"
output: html_document
---
```{r, download}
download.file("http://csg.sph.umich.edu/abecasis/Metal/download/GlucoseExample.tar.gz", destfile = "GlucoseExample.tar.gz")
untar("GlucoseExample.tar.gz")
list.files("GlucoseExample/")
```
MARKER = Row.names
DEFAULT = (number of participants)
ALLELE = unmeth meth
FREQ = AveExpr
EFFECT = logFC
STDERR = SE
PVAL = P.Value
```{bash, metal1}
cd GlucoseExample
ls
metal metal.txt
ls
head DGI_three_regions.txt
cat metal.txt
PROCESS DGI_three_regions.txt
```
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
## Session information
```{r,session}
sessionInfo()
```