HerceptinR: Herceptin Resistance Database
Department of Computational Biology, CSIR-Indraprastha Institute of Information Technology, India
Home
Search Assays
Simple Search
Advance Search
Browse Assays on
Cell lines
Suppl. Drugs
Alterations in Cells
Publications
Cell Line Data
Data Retrieval
Mutation Search
Summary of Cell lines
Browse on Cell Lines
Relative GE/CNVs
Web Tools
Compare Genes
Alignment of Mutants
Align My Sequence
General Information
Resistant Genes
Guide/Help/FAQ
Data downloads
Acknowledgement
Who are we
Contact Us
require_once("includes/config.inc.php"); $cell=$_REQUEST['cellline']; //echo"$cell
"; $sqla ="SELECT `Gene`,$cell FROM `gene_exp`"; $result = mysql_query($sqla); echo"
Underexpressed genes in $cell
"; include("topkey_exp_count"); while ($row = mysql_fetch_array($result)) { if($row[1]<3){ print"
$row[0]
$row[1]
"; } } include("bottom"); ?>