<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>生信菜鸟团 &#187; bioStar</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/biostar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>自学miRNA-seq分析第一讲~文献选择与解读</title>
		<link>http://www.bio-info-trainee.com/1693.html</link>
		<comments>http://www.bio-info-trainee.com/1693.html#comments</comments>
		<pubDate>Sat, 25 Jun 2016 08:29:11 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[bioStar]]></category>
		<category><![CDATA[miRNA-seq]]></category>
		<category><![CDATA[文献]]></category>
		<category><![CDATA[自学]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=1693</guid>
		<description><![CDATA[前些天逛bioStar论坛的时候看到了一个问题，是关于miRNA分析，提问者从N &#8230; <a href="http://www.bio-info-trainee.com/1693.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>前些天逛bioStar论坛的时候看到了一个问题，是关于miRNA分析，提问者从NCBI的SRA数据下载文献提供的原始数据，然后处理的时候有些不懂，我看到他列出的数据是iron torrent测序仪的，而且我以前还没玩过miRNA-seq的数据分析， 就抽空自学了一下。因为我有RNA-seq的基础，所以理解学习起来比较简单。特记录一下自己的学习过程，希望对后学者有帮助。<span id="more-1693"></span></p>
<p>这里选择的文章是2014年发表的，<span lang="ZH-CN">作者用</span>ET-1<span lang="ZH-CN">刺激</span>human iPSCs (hiPSC-CMs) <span lang="ZH-CN">细胞前后，想看看</span> miRNA和mRNA<span lang="ZH-CN">表达量的变化，我并没有细看该文章的生物学意义，仅仅从数据分析的角度解读一下这篇文章，mRNA<span lang="ZH-CN">表达量用的是Affymetrix Human Genome U133 Plus 2.0 Array，分析起来特别容易，就是得到表达矩阵，然后用limma这个包找找差异表达基因即可。但是mRNA分析起来就有点麻烦了，作者用的是iron torrent测序仪，但是从SRA数据中心下载的是已经去掉接头的测序数据，fastq格式的，所以这里其实并不需要考虑测序仪的特异性。</span></span></p>
<p>关于该文章的几个资料收集如下：</p>
<blockquote>
<div>## paper : <a href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0108051">http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0108051</a></div>
<div>## Aggarwal P, Turner A, Matter A, Kattman SJ et al. RNA expression profiling of human iPSC-derived cardiomyocytes in a cardiac hypertrophy model. PLoS One 2014;9(9):e108051. PMID: 25255322</div>
<div>## The accession numbers are 1. SuperSeries (mRNA+miRNA) - GSE60293</div>
<div>## 2. mRNA expression array - GSE60291  (Affymetrix Human Genome U133 Plus 2.0 Array)</div>
<div>## 3. miRNA-Seq - GSE60292  (Ion Torrent)</div>
<div>## GEO   : <a href="http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE60292">http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE60292</a></div>
<div>## FTP   : <a href="ftp://ftp-trace.ncbi.nlm.nih.gov/sra/sra-instant/reads/ByStudy/sra/SRP/SRP045/SRP045420">ftp://ftp-trace.ncbi.nlm.nih.gov/sra/sra-instant/reads/ByStudy/sra/SRP/SRP045/SRP045420</a></div>
</blockquote>
<div>仔细看看该文章做了哪些分析，然后才能自己模仿，得到同样的数据分析结果。</div>
<div>
<p>该文章处理数据的流程是：<br />
Ion Torrent's Torrent Suite version 3.6 was used for basecalling<br />
Raw sequencing reads were aligned using the <strong>SHRiMP2 aligner</strong> and were aligned against the human reference genome <strong>(hg19)</strong> for novel miRNA prediction and then against a custom reference sequence file containing <strong>miRBase v.20 known human miRNA hairpins, tRNA, rRNA,</strong> adapter sequences and predicted novel miRNA sequences.(Genome_build: <strong>hg19, miRBase v.20 human miRNA hairpins</strong>)</p>
<p>The <strong>miRDeep2 package (default parameters)</strong> was used to predict novel (as yet undescribed) miRNAs</p>
<p>Alignments with less than 17 bp matches and a custom 3′ end phred q-score threshold of 17 were filtered out.</p>
<p>miRNA quanitification was done using <strong>HTSeq v0.5.3p3</strong> using the default union parameter.<br />
Differential miRNA expression was analyzed using the <strong>DESeq (v.1.12.1) R/Bioconductor package</strong></p>
<p>In this study, differentially expressed genes that had a false discovery rate cutoff at 10% (FDR&lt; = 0.1), a log<sub>2</sub> fold change greater than 1.5 and less than −1.5 were considered significant.</p>
<p>Target gene prediction was performed using the <strong>TargetScan (version 6.2)</strong> database</p>
<p>We also used <strong>miRTarBase (version 4.3),</strong> to identify targets that have been experimentally validated</p>
<p>## miR-Deep2 and miReap  ## predict exact precursor sequence according from mature sequence .</p>
</div>
<div>文章提到了fastq数据质量控制标准，数据比对工具，比对的参考基因组（两条比对线路），miRNA表达量的得到，新的miRNA预测，miRNA靶基因预测，这也是我们学习miRNA-seq的数据分析的标准套路， 而且作者给出了所有的分析结果，我们完全可以通过自己的学习来重现他的分析过程。</div>
<div>
<p>Supplementary_files_format_and_content: <strong>tab-delimited text files containing raw read counts for known mature human miRNAs.（表达矩阵）</strong></p>
<p>We detected<strong> 836 known human mature miRNAs</strong> in the control-CMs and <strong>769 in the ET1-CMs</strong></p>
<p>Based on our miRNA-Seq data, we predicted <strong>506 sequences to be potentially novel, as yet undescribed miRNAs.</strong></p>
<p>In order to validate the expression profiles of the miRNAs detected, <strong>we performed RT-qPCR on a subset of five known human mature and five of our predicted novel miRNAs.</strong></p>
<p>we obtained a total of<strong> 1,922 predicted miRNA-mRNA pairs</strong> represented by 309 genes and 174 known mature human miRNAs.  （）</p>
</div>
<div>当然仅仅是套路分析无法发文章的，所以他结合了 miRNA和mRNA 进行网络分析，还做了少量湿实验来验证，最后还扯了一些生物学意义，当然这种纯粹理论分析肯定不好扯什么治病救人的伟大理想。</div>
<div></div>
<div>下一篇我会讲自学miRNA-seq分析搜集到的参考资料</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/1693.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
