Noi/NOTES/2012-3-24

From ZhangLabWiki
Jump to navigation Jump to search

Link to calendar: [[1]]

ASM analysis of UCLA SZ data set[edit]

awk '{print $1"\t"$98}' UCLA_SZ_SeqDep_TTest-noSNP_PVal0.05.txt | sed s'/:/\t/g' | awk '{print $2-$3"\t"$4}' > UCLA_SZ_SeqDep_TTest-noSNP-SNP-CpG_distance_PVal0.05.txt
Note: In UCLA_SZ_SeqDep_TTest-noSNP_PVal0.05.txt file, $2 = SNP position, $3 = CpG position, and $98 = p-value from T-test
  • In excel taking -log(p-value) and plot graph either absolute distance or distance between SNP-CpG

File:SNP-CpG distance-logp-val.png File:AbsSNP-CpG distance-logp-val.png

Discussion[edit]