<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[nanopore甲基化分析]]></title><description><![CDATA[<p dir="auto"><a href="https://nanopolish.readthedocs.io/en/latest/quickstart_call_methylation.html" rel="nofollow ugc">https://nanopolish.readthedocs.io/en/latest/quickstart_call_methylation.html</a><br />
安装：速度可能比较慢 可以把仓库加载到码云<br />
git clone --recursive <a href="https://github.com/jts/nanopolish.git" rel="nofollow ugc">https://github.com/jts/nanopolish.git</a><br />
cd nanopolish<br />
make<br />
make过程会下载hdf5-1.8.14 可以直接用axel先加速下载再编译<br />
预处理　将原始文件和fastq关联起来<br />
nanopolish index -d fast5_files/ output.fastq</p>
<p dir="auto">和参考序列进行比对：<br />
minimap2 -a -x map-ont reference.fasta output.fastq | samtools sort -T tmp -o output.sorted.bam<br />
samtools index output.sorted.bam<br />
计算甲基化:<br />
nanopolish call-methylation -t 8 -r output.fastq -b output.sorted.bam -g reference.fasta -w "chr20:5,000,000-10,000,000" &gt; methylation_calls.tsv<br />
统计：<br />
scripts/calculate_methylation_frequency.py methylation_calls.tsv &gt; methylation_frequency.tsv</p>
]]></description><link>http://an.forum.genostack.com/topic/175/nanopore甲基化分析</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 13:45:40 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/175.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Jan 2021 08:20:53 GMT</pubDate><ttl>60</ttl></channel></rss>