Kun:LabNotes/CpgSeq/2008-5-23

From ZhangLabWiki
Revision as of 21:59, 23 May 2008 by KunZhang (talk | contribs) (New page: ==Informatics== ===Read mapping=== Should generate three files: #Haplotype file: xxx.methylHap.txt *One molecule per line; *target_id, offset1, methylotype1, offset2, methylotype2... #Meth...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Informatics

Read mapping

Should generate three files:

  1. Haplotype file: xxx.methylHap.txt
  • One molecule per line;
  • target_id, offset1, methylotype1, offset2, methylotype2...
  1. Methylation level file, average methylation level per site: xxx.methylFreq.txt
  2. Methylation LD statistics file, all LD statistics: xxx.methylLD.txt

Mock read generation

  1. 50% methylation at every CpG site;
  2. No correlation between adjacent CpG;
  3. Read position is evenly distributed;
  4. Can generate both single reads and pair-end reads;
  5. Incorporate an error model for sequencing;
  6. Should generate one raw read file and one methylHap file.