Language
ログイン
言語設定
X
English
日本語 [Japanese]
アプリの説明へ
Simple example to use the
いいね!
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>
実行画面
入力データ
概要
保存した実行結果
データ作品
テーブルデータ
GenoCon2 Challenge A - Developmental Coexpression (AtGenExpress + ATTED-II promoter motif)
作者:GenoCon
更新日:2013年1月17日
4431 ダウンロード, 12 アプリケーション
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
]
データ作品を追加する
Link http://app.linkdata.org/run/app1s114i?tab=readme
Initial content
jquery-1.7.1.min.js
Work
追加
クリア
insert work id or work name.