<?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>小生这厢有礼了(BioFaceBook Personal Blog) &#187; drug</title>
	<atom:link href="https://www.biofacebook.com/?feed=rss2&#038;tag=drug" rel="self" type="application/rss+xml" />
	<link>https://www.biofacebook.com</link>
	<description>记录生物信息学点滴足迹（NGS,Genome,Meta,Linux)</description>
	<lastBuildDate>Sun, 23 Aug 2020 03:28:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Positive-Unlabeled Learning for Disease Gene Identification</title>
		<link>https://www.biofacebook.com/?p=577</link>
		<comments>https://www.biofacebook.com/?p=577#comments</comments>
		<pubDate>Thu, 30 Aug 2012 05:41:33 +0000</pubDate>
		<dc:creator><![CDATA[szypanther]]></dc:creator>
				<category><![CDATA[生物信息]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[drug]]></category>

		<guid isPermaLink="false">http://www.biofacebook.com/?p=577</guid>
		<description><![CDATA[<p id="p-3">Background: Identifying disease genes from human genome is an important but challenging task in biomedical research. Machine learning methods can be applied to discover new disease genes based on the known ones. Existing machine learning methods typically use the known disease genes as the positive training set P and the unknown genes as the [...]]]></description>
				<content:encoded><![CDATA[<p id="p-3"><strong>Background:</strong> Identifying disease genes from human genome is an important but challenging task in biomedical research. Machine learning methods can be applied to discover new disease genes based on the known ones. Existing machine learning methods typically use the known disease genes as the positive training set <em>P</em> and the unknown genes as the negative training set <em>N</em> (non-disease gene set does not exist) to build classifiers to identify new disease genes from the unknown genes. However, such kind of classifiers is actually built from a noisy negative set <em>N</em> as there can be unknown disease genes in<em>N</em> itself. As a result, the classifiers do not perform as well as they could be.</p>
<p id="p-4"><strong>Results:</strong> Instead of treating the unknown genes as negative examples in <em>N</em>, we treat them as an unlabeled set <em>U</em>. We design a novel Positive-Unlabeled (PU) learning algorithm PUDI (PU learning for Disease gene Identification) to build a classifier using <em>P</em> and <em>U</em>. We first partition <em>U</em>into four sets, namely, reliable negative set <em>RN</em>, likely positive set <em>LP</em>, likely negative set <em>LN</em>, and weak negative set <em>WN</em>. The Weighted Support Vector Machines are then used to build a multi-level classifier based on the four training sets and positive training set <em>P</em> to identify disease genes. Our experimental results demonstrate that our proposed PUDI algorithm outperformed the existing methods significantly.</p>
<p id="p-5"><strong>Conclusion:</strong> The proposed PUDI algorithm is able to identify disease genes more accurately by treating the unknown data more appropriately as unlabeled set <em>U</em> instead of negative set <em>N</em>. Given that many machine learning problems in biomedical research do involve positive and unlabeled data instead of negative data, it is possible that the machine learning methods for these problems can be further improved by adopting PU learning methods, as we have done here for disease gene identification.</p>
<p id="p-6"><strong>Availability:</strong> The executable program and data are available at:<a href="http://www1.i2r.a-star.edu.sg/~xlli/PUDI/PUDI.html">http://www1.i2r.a-star.edu.sg/~xlli/PUDI/PUDI.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.biofacebook.com/?feed=rss2&#038;p=577</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FacPad: Bayesian Sparse Factor Modeling for the Inference of Pathways Responsive to Drug Treatment</title>
		<link>https://www.biofacebook.com/?p=572</link>
		<comments>https://www.biofacebook.com/?p=572#comments</comments>
		<pubDate>Thu, 30 Aug 2012 05:36:13 +0000</pubDate>
		<dc:creator><![CDATA[szypanther]]></dc:creator>
				<category><![CDATA[生物信息]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[drug]]></category>

		<guid isPermaLink="false">http://www.biofacebook.com/?p=572</guid>
		<description><![CDATA[<p id="p-2">Motivation: It is well recognized that the effects of drugs are far beyond targeting individual proteins, but rather influencing the complex interactions among many relevant biological pathways. Genome-wide expression profiling before and after drug treatment has become a powerful approach for capturing a global snapshot of cellular response to drugs, as well as to [...]]]></description>
				<content:encoded><![CDATA[<p id="p-2"><strong>Motivation:</strong> It is well recognized that the effects of drugs are far beyond targeting individual proteins, but rather influencing the complex interactions among many relevant biological pathways. Genome-wide expression profiling before and after drug treatment has become a powerful approach for capturing a global snapshot of cellular response to drugs, as well as to understand drugs’ mechanism of action. Therefore, it is of great interest to analyze this type of transcriptomic profiling data for the identification of pathways responsive to different drugs. However, few computational tools exist for this task.</p>
<p id="p-3"><strong>Results:</strong> We have developed FacPad, a Bayesian sparse factor model for the inference of pathways responsive to drug treatments. This model represents biological pathways as latent factors, and aims to describe the variation among drug-induced gene expression alternations in terms of a much smaller number of latent factors. We applied this model to the Connectivity Map dataset (build 02), and demonstrated that FacPad is able to identify many drug-pathway associations, some of which have been validated in the literature. Although this method was originally designed for the analysis of drug-induced transcriptional alternation data, it can be naturally applied to many other settings beyond polypharmacology.</p>
<p id="p-4"><strong>Availability:</strong> The R package “FacPad” is publically available at:<a href="http://cran.open-source-solution.org/web/packages/FacPad/">http://cran.open-source-solution.org/web/packages/FacPad/</a></p>
<p id="p-5"><strong>Contact:</strong> <a href="mailto:hongyu.zhao@yale.edu">hongyu.zhao@yale.edu</a></p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>https://www.biofacebook.com/?feed=rss2&#038;p=572</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
