Language
Login
Language Setting
X
English
日本語 [Japanese]
about this App
Simple example to use the
useful
0
Loading...
/* This is a simple example code program to retrieve and display the data, filterng with "tag name". Press the Run button on the right of the screen (described the behavior of the Example program below). Please create a new application rewrite this program work. */ window.onload = function() { $.each(LinkData.getWorks(), function(workKey, workValue) { $("#result").append("<h4>Work: " + workValue + "</h4>"); var tagName="database"; $("#result").append("<h4>Tag name: " + tagName + "</h4>"); $.each(LinkData.getFilesByTag(workValue, tagName), function(fileKey, fileValue) { $("#result").append("<h5>File: " + fileValue + "</h5>"); }); }); }; /* window.onload = function() { $.each(LinkData.getFilesByTag("", "database"), function(workId, fileList) { $.each(fileList, function(fileKey, fileName) { alert(workId + " | " + fileName); }); }); } */
<div id="result"></div>
Preview
Input Data
ReadMe
Snapshots
LinkData Work
Table Data
GenoCon2 Challenge A - Developmental Coexpression (AtGenExpress + ATTED-II promoter motif)
Contributor:GenoCon
Update:Jan 17, 2013
4431 Downloads, 12 Applications
Developmental Microarray Expression Data (AtGenExpress) of plant developmental tissues, combined with CEG coexpression analysis regulatory (7mer) motif calculations (ATTED-II). We took the median of triplicate measurements from AtGenExpress, then sorted the developmental series into plant tissues, with one category for seedlings (8 days old or less) and another for whole plants (older than 8 days). <br><br> <strong>References</strong> (for ATTED-II):<br> <a href="http://www.ncbi.nlm.nih.gov/pubmed/17130150">http://www.ncbi.nlm.nih.gov/pubmed/17130150</a><br> <strong>References</strong> (for AtGenExpress)<br> <a href="http://www.ncbi.nlm.nih.gov/pubmed/15806101">http://www.ncbi.nlm.nih.gov/pubmed/15806101</a>
AtGenExpress_ATTED_Flowering
[
database
]
AtGenExpress_ATTED_Fruit_Seeds
[
database
]
AtGenExpress_ATTED_Leaf
[
database
]
AtGenExpress_ATTED_Root
[
database
]
AtGenExpress_ATTED_Seedling
[
database
]
AtGenExpress_ATTED_Stem
[
database
]
AtGenExpress_ATTED_Whole_Plant
[
database
]
Heptamer_elements
[
heptamer
]
Add LinkData work(LinkData)
Link http://app.linkdata.org/run/app1s114i?tab=readme
Initial content
jquery-1.7.1.min.js
Work
Add
Clear
insert work id or work name.