aboutsummaryrefslogtreecommitdiff
path: root/web/dbdoc/HXBBXHPublish.html
diff options
context:
space:
mode:
authorroot2012-05-08 18:39:56 -0500
committerroot2012-05-08 18:39:56 -0500
commitea46f42ee640928b92947bfb204c41a482d80937 (patch)
tree9b27a4eb852d12539b543c3efee9d2a47ef470f3 /web/dbdoc/HXBBXHPublish.html
parent056b5253fc3857b0444382aa39944f6344dc1ceb (diff)
downloadgenenetwork2-ea46f42ee640928b92947bfb204c41a482d80937.tar.gz
Add all the source codes into the github.
Diffstat (limited to 'web/dbdoc/HXBBXHPublish.html')
-rwxr-xr-xweb/dbdoc/HXBBXHPublish.html102
1 files changed, 102 insertions, 0 deletions
diff --git a/web/dbdoc/HXBBXHPublish.html b/web/dbdoc/HXBBXHPublish.html
new file mode 100755
index 00000000..7715d39f
--- /dev/null
+++ b/web/dbdoc/HXBBXHPublish.html
@@ -0,0 +1,102 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD><TITLE>HTML Template</TITLE>
+<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<LINK REL="stylesheet" TYPE="text/css" HREF='/css/general.css'>
+<LINK REL="stylesheet" TYPE="text/css" HREF='/css/menu.css'>
+<SCRIPT SRC="/javascript/webqtl.js"></SCRIPT>
+</HEAD>
+<BODY bottommargin="2" leftmargin="2" rightmargin="2" topmargin="2" text=#000000 bgColor=#ffffff>
+<TABLE cellSpacing=5 cellPadding=4 width="100%" border=0>
+<TBODY>
+<TR>
+<script language="JavaScript" src="/javascript/header.js"></script>
+</TR>
+<TR>
+<TD bgColor=#eeeeee class="solidBorder">
+<Table width= "100%" cellSpacing=0 cellPadding=5><TR>
+<!-- Body Start from Here -->
+
+<TD vAlign=top width="100%" height=200 bgColor=#eeeeee>
+<P class="title">HXB/BXH Rat Published Phenotypes <A HREF="/webqtl/main.py?FormID=editHtml">
+<img src="/images/modify.gif" alt="modify this page" border= 0 valign="middle"></A></P>
+
+<Blockquote><P>
+The HXB/BXH Phenotype data set was assembled by Michal Pravenec and Robert Williams in 2004. We thank Pierre Mormede for adding dat for a number of very useful traits. </P>
+</Blockquote>
+
+<Blockquote><P>
+The HXB/BXH recombinant inbred strains of rats were derived from a cross between the spontaneously hypertensive rat (SHR/OlaIpcv = H) and Brown Norway (BN.<I>Lx</I>/Cub or BN = B). The HXB strains were generated by Michal <A HREF="http://www.hhmi.org/research/scholars/prav.html" target="_blank" class="fs14">Pravenec</A> at the Institute of Physiology, Czech Academy of Sciences. The BXH strains were generated by Vladimir Kren (see Pravenec et al. <A HREF="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=2708818" target="_blank" class="fs14">1989</A>, <A HREF="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=15119932" target="_blank" class="fs14">2004</A>) at a similar animal facility at the Institute of Biology and Medical Genetics, 1st Medical Faculty, Charles University. As of 2003, most of these strains have been inbred for 60 or more generations (F60).</P>
+</Blockquote>
+
+
+
+
+</Blockquote>
+
+<Blockquote class="subtitle">Acknowledgments:
+<Blockquote><P>The HXB strains were generated by M Pravenec, V Kren and colleagues. For additional details please contact Dr. Michal Pravenec, Institute of Physiology, Academy of Sciences of the Czech Republic, Videnska 1083, 142 20 Prague 4, Czech Republic. Phone: +(420)241062297; E-mail: pravenec@biomed.cas.cz
+</P></Blockquote>
+
+
+
+<Blockquote>
+Jirout M, Krenova D, Kren V, Breen L, Pravenec M, Schork NJ, Printz MP (<A HREF="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=12925886&query_hl=3" target="_blank" class="fs14">2003</A>) A new framework marker-based linkage map and SDPs for the rat HXB/BXH strain set. expression differences in mice diverently selected for methamphetamine sensitivity. Mammalian Genome 14:537-546.
+</Blockquote>
+
+<Blockquote>
+Pravenec M, Kren V (<A HREF="http://ep.physoc.org/cgi/content/abstract/90/3/273" target="_blank" class="fs14">2004</A>) Genetic analysis of complex cardiovascular traits in the spontaneously hypertensive rat. Experimental Physiology 90:273-276.
+</Blockquote>
+
+</Blockquote>
+
+
+
+</TD>
+
+<!-- Body End Here -->
+</TR></TABLE>
+</TD>
+</TR>
+<TR>
+<TD align=center bgColor=#ddddff class="solidBorder">
+
+
+
+
+<!--Start of footer-->
+<TABLE width="90%">
+<script language='JavaScript' src='/javascript/footer.js'></script>
+</TABLE>
+<!--End of footer-->
+
+
+
+
+</TD>
+</TR>
+</TABLE>
+<!-- /Footer -->
+<!-- menu script itself. you should not modify this file -->
+<script language="JavaScript" src="/javascript/menu_new.js"></script>
+<!-- items structure. menu hierarchy and links are stored there -->
+<script language="JavaScript" src="/javascript/menu_items.js"></script>
+<!-- files with geometry and styles structures -->
+<script language="JavaScript" src="/javascript/menu_tpl.js"></script>
+<script language="JavaScript">
+<!--//
+// Note where menu initialization block is located in HTML document.
+// Don't try to position menu locating menu initialization block in
+// some table cell or other HTML element. Always put it before </body>
+// each menu gets two parameters (see demo files)
+// 1. items structure
+// 2. geometry structure
+new menu (MENU_ITEMS, MENU_POS);
+// make sure files containing definitions for these variables are linked to the document
+// if you got some javascript error like "MENU_POS is not defined", then you've made syntax
+// error in menu_tpl.js file or that file isn't linked properly.
+
+// also take a look at stylesheets loaded in header in order to set styles
+//-->
+</script>
+</BODY>
+</HTML>