DNA Methylation at Repeat Elements
The BED file containing the repeat element annotations (prepared in Chapter 1.3) was located in the Data
folder. In the hg18 version of the RepMask 3.2.7 annotation, the repeat elements were categorized into 21 repeat classes (see Table 2). In this demonstration, we will calculate an compare the methylation levels of five types common repeats: SINE, LINE, LTR, Satellite and DNA.
Table 2. Number of features in each repeat class in the RepMask 3.2.7 annotation (build hg18)
No. of Entries
Repeat Classes
1757823
SINE
1468898
LINE
699087
LTR
454482
DNA
407205
Simple_repeat
364098
Low_complexity
6998
Unknown
6096
Satellite
4251
snRNA
3589
Other
2204
RC
1871
DNA?
1751
tRNA
1715
rRNA
1437
srpRNA
1296
scRNA
715
RNA
417
SINE?
123
LTR?
93
Unknown?
52
LINE?
Like before, we use intersectBed
and groupBy
commands to calculate the average methylation values at each repeat element from the five repeat classes.
Use bjobs
to check the all jobs have completed and ls
to check the files was in the "Output" folder.
ls -la ~/Output/hg18.rmskRM327.*.meth
Last updated