Personal tools

Template:Coexpression clusters: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(84 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Full id: [[full_id::{{{full_id}}}]]
{{Loading|loadingimage=sprites.gif}}<html>
{{#set:id={{{id}}}}}
<script type="text/javascript" src="/5/sstar/jquery-1.7.1.min.js"></script>
{{#set:cp_member_count={{#ask:[[Category:FFCP]][[Coexpression_cluster_id::{{{id}}}]]|format=count}}}}
<script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/custom/convert.js"></script>
<style type="text/css" title="currentStyle">
@import "/5/sstar/rb_js/html5button/datatables.css";
@import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css";


== Phase1 CAGE Peaks ==
.table_title{
 
text-align:left;
<html>
font-size:small;
<style type="text/css" title="currentStyle">
color:darkgoldenrod;
@import "/resource_browser/rb_js/datatables/media/css/f5_rb_table.css";
}
</style>
</style>
<script type="text/javascript" language="javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.js"></script>
<script type="text/javascript" language="javascript" src="/resource_browser/rb_js/sparkline/jquery.sparkline.min.js"></script>
<script type="text/javascript" charset="utf-8">
 
var aDataSet =
[
</html>
{{#ask:[[Category:FFCP]][[Coexpression_cluster_id::{{{id}}}]]|mainlabel=-|?id|?Short_description|format=template|template=Singlecolumn_to_array|sep=,|limit=20000}}
<html>
];


$(document).ready(function() {
$('#ffcp_list').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="ffcp_list_cont"></table>' );
$('#ffcp_list_cont').dataTable( {
"bAutoWidth": false,
"iDisplayLength": 25,
//"aLengthMenu": [[25, 100, 500, -1], [25, 100, 500, "All"]],
"aaData": aDataSet,
"aoColumns": [
{ "sTitle": "CAGE Peak ID",
"fnRender": function(obj) {
var id = obj.aData[ obj.iDataColumn ];
return sReturn = "<a href=\"/resource_browser/index.php/FFCP PHASE1:Hg19::"+id+"\">"+id+"</a>";
}
},
{ "sTitle": "Short description","sWidth": "60%"},
//{ "sTitle": "Species","sWidth": "30%","sClass": "micro_chart"},
]
} );
//$('.micro_chart').sparkline('html',{width:200});
} );
</script>
<div id="ffcp_list"></div>
</html>
== Pathway enrichment analysis {{#info:pathway enrichments  <br>Analyst: }} ==
{{#if: {{#pos:{{{pathway_enrichment}}}|;}} |
<html>
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function() {
$(document).ready(function() {
    $('.pathway_enrichment').dataTable({
// FFCP list start
"sScrollY": "300px",
var ffcp_list_table = $('.ffcp_list').DataTable({
"bPaginate": false,
    dom: 'Blfrtip',
"bScrollCollapse": true,
    lengthMenu: [[10, 25, 50, -1], [10, 25, 50, "All"]],
"iDisplayLength": -1,
    buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
"aaSorting": [[0,'desc']],
    columns: [{title:"Id"},{title:"Short description"}]
"aoColumnDefs": [{"fnRender": function ( o, val ) {
});
var name = o.aData[4].split(":");
// FFCP list end
if(name[0].indexOf("KEGG") != -1){
if($('.pathway_enrichment').size()>0) {
// Pathway enrichment analysis start
var pathway_enrichment_table =$('.pathway_enrichment').DataTable({
        dom: 'Blfrtip',
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
scrollY: "300px",
        scrollCollapse: true,
        pageLength: 10,
        lengthMenu: [[10, 50, -1], [10, 50, "All"]],
order: [[1,'asc']],
columnDefs: [{render: function ( data, type, row, meta ) {
var name = data.split(":");
if(name[0].indexOf("KEGG")!=-1){
return "<a href=\"http://www.genome.jp/dbget-bin/www_bget?pathway:map"+name[1]+"\">"+name[0]+"</a>";
return "<a href=\"http://www.genome.jp/dbget-bin/www_bget?pathway:map"+name[1]+"\">"+name[0]+"</a>";
}else if(name[0].indexOf("Wikipathways") != -1){
}else if(name[0].indexOf("Wikipathways")!=-1){
return "<a href=\"http://www.wikipathways.org/index.php/Pathway:"+name[1]+"\">"+name[0]+"</a>";
return "<a href=\"http://www.wikipathways.org/index.php/Pathway:"+name[1]+"\">"+name[0]+"</a>";
}else if(name[0].indexOf("Reactome") != -1){
}else if(name[0].indexOf("Reactome")!=-1){
return "<a href=\"http://www.reactome.org/cgi-bin/eventbrowser_st_id?ST_ID="+name[1]+"\">"+name[0]+"</a>";
return "<a href=\"http://www.reactome.org/cgi-bin/eventbrowser_st_id?ST_ID="+name[1]+"\">"+name[0]+"</a>";
}else if(name[0].indexOf("Netpath") != -1){
}else if(name[0].indexOf("Netpath")!=-1){
return "<a href=\"http://www.netpath.org/pathways?path_id="+name[1]+"\">"+name[0]+"</a>";
return "<a href=\"http://www.netpath.org/pathways?path_id="+name[1]+"\">"+name[0]+"</a>";
}else if(name[0].indexOf("Static Module")!=-1){
return "<a href=\"http://genomebiology.com/content/11/5/R53\">"+name[0]+"</a>";
}else{
}else{
return name[0];
return name[0];
}
}
//Netpath
}, targets: [ 4 ]}, { type: "numeric", targets: [0,1], render: function ( data, type, row, meta ) {
}, "aTargets": [ 4 ]}]
                  var num =data;
                  return exp_converter(num,2,"e");
} }]
});
});
}
// Pathway enrichment analysis end
var gostat_on_coexpression_clusters_flag="</html>{{{gostat_on_coexpression_clusters}}}<html>";
//check if this variable exist ,if not then creation of table and export tool causes error
if(gostat_on_coexpression_clusters_flag.indexOf("{{{") == -1) {
// GOstat results table start
var oTable =  $('#gostat_table').DataTable({
        dom: 'lfrtip',
        scrollY: "300px",
        scrollCollapse: true,
        pageLength: 10,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
order: [[0,'asc']],
columnDefs: [{type: "numeric", targets: [2],
        render: function ( data, type, row, meta ) {
                  var num =data;             
                  return exp_converter(num,2,"e");
} }]
});
}
// GOstat results table end
// sample ontology enrichment list start
var enrichment_list_cl_table = $('#enrichment_list_cl').DataTable({
        dom: 'lfrti',
scrollY: "300px",
        scrollCollapse: true,
        pageLength: -1,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
columnDefs: [{ orderable: false, targets: [ 0 ] },  { type: "numeric", targets: [1] }, { width: "50pt", targets: [ 1 ] }],
order: [[ 1, "asc" ]]
});
var enrichment_list_uberon_table = $('#enrichment_list_uberon').DataTable({
        dom: 'lfrti',
scrollY: "300px",
        scrollCollapse: true,
        pageLength: -1,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
columnDefs: [{ orderable: false, targets: [ 0 ] },  { type: "numeric", targets: [1] }, { width: "50pt", targets: [ 1 ] }],
order: [[ 1, "asc" ]]
});
var enrichment_list_disease_table= $('#enrichment_list_doid').DataTable({
        dom: 'lfrti',
scrollY: "300px",
        scrollCollapse: true,
        pageLength: -1,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
columnDefs: [{ orderable: false, targets: [ 0 ] },  { type: "numeric", targets: [1] }, { width: "50pt", targets: [ 1 ] }],
order: [[ 1, "asc" ]]
});
// sample ontology enrichment list end
// tfbs results table start
var motifs = ['motif1_TCGNAG','motif2_GCTGGAGG','motif3_CGCTNA','motif4_TGTCTA','motif5_CAGTGT','motif6_AAGACT','motif7_CGNATC','motif8_CCATGN','motif9_ANGGCT','motif10_SCGGAGASN','motif11_GCGANT','motif12_ACTAAG','motif13_GAGGATGCK','motif14_TCNACG','motif15_ACTGTG','motif16_ACCAG','motif17_CGCTAN','motif18_CATCAG','motif19_GYTGGMC','motif20_TGNAGC','motif21_TCTTGA','motif22_GGMCTG','motif23_CGCNAT','motif24_AGAACT','motif25_GATCCN','motif26_CTCCGCAGTA','motif27_CCTGCA','motif28_CGTNCA','motif29_TAGCTCGGCT','motif30_AGNTCC','motif31_AGNCGT','motif32_TRGNMCTNNT','motif33_AGAGCATGAGACGG','motif34_GANCCT','motif35_CGCCYAGA','motif36_AAGGAGRAN','motif37_GCTCGCA','motif38_TCGNCA','motif39_CCAAGT','motif40_ATGCGGAGGAG','motif41_TSACAA','motif42_CGNTCA','motif43_CCCWGT','motif44_TGAAGST','motif45_GCTCNGG','motif46_CGNAGT','motif47_CGAGTN','motif48_CANTCG','motif49_ACAGRG','motif50_GTCCNA','motif51_CGGNTA','motif52_CGNATG','motif53_ANGCTG','motif54_CGNGTA','motif55_CGTTATAGCC','motif56_GANCGT','motif57_AGGCAT','motif58_CGGNAT','motif59_NCWCCARNR','motif60_GCGNAT','motif61_KAYMGMTN','motif62_CGNGAT','motif63_GTNCCA','motif64_AGTCGN','motif65_TNGCGA','motif66_ACCGRTCA','motif67_GNTAAC','motif68_CTTTTAAAC','motif69_RYKNAAATC','motif70_MAATCGC','motif71_CTCCGCW','motif72_CAGAAMC','motif73_GAGCKMGC','motif74_TTKAAAY','motif75_AGCCGAGCGCT','motif76_GGAGCAGCCAAT','motif77_TCCTTGG','motif78_NCGNWGCAWN','motif79_ACATCTACAA','motif80_CTCTGAGAGAA','motif81_NGCAGAA','motif82_TTGAATCGCGG','motif83_TTWTAAA','motif84_GGKTTYT','motif85_TWNNGCSNA','motif86_CGCACAGACCGCGC','motif87_RCGCACWS','motif88_CCCTCTTT','motif89_CGCCGTGTTTA','motif90_TTATATCGC','motif91_TTCTTTCG','motif92_GCGKWWNAA','motif93_TANTMTCTRWAT','motif94_CATYTSA','motif95_AGCGAGCTAGC','motif96_TKNTTCTGTCTN','motif97_TTCCCT','motif98_GCCGAAGATT','motif99_GYGTSANACG','motif100_GCYTNCTC','motif101_NAGCAASA','motif102_GCAAMGT','motif103_CGGCTAWWT','motif104_GTWSGMT','motif105_KTNGNAGWMG','motif106_KCGCANTC','motif107_CGTCTGCGTA','motif108_AACKSARM','motif109_TCNMTMGC','motif110_AGTCGCAGCG','motif111_WWAATYCGCTCC','motif112_CGYGYAWT','motif113_YGAGCTRTG','motif114_AAACCCGCTC','motif115_CATCAACTAC','motif116_CCAARA','motif117_SKSNGCGCTSN','motif118_AATCCGGCT','motif119_TCAAAANCG','motif120_TTSMTGNNGKTG','motif121_TGCAWTGTA','motif122_TACAAYGGM','motif123_TTGATGCAGTGA','motif124_AATNCANCACT','motif125_TTTAACTCGT','motif126_AATGCAGTCG','motif127_TTTTTACCCTC','motif128_NNGNATRCGWN','motif129_CTCGTAATCT','motif130_TTTCAAACNCCC','motif131_CTGCTTAAATA','motif132_TCRCCAGWY','motif133_TWTAWAGTWGRAG','motif134_ATAAGAGAGGC','motif135_TNKYTGCAKA','motif136_GTCTGCGTCTCT','motif137_MAACAGAAGY','motif138_CTTTWANNYCC','motif139_CGTTCGAATT','motif140_WTAAATAACG','motif141_TTAAACGGC','motif142_TCATATAGAGAAGC','motif143_ATGATGTG','motif144_AAKCMSGT','motif145_GMAGWCGMAW','motif146_AGACGAAGA','motif147_ATATCCAGTG','motif148_NTCSYSTYT','motif149_CAAGCTGTACA','motif150_AGCACAGGCG','motif151_GCCYGTGCMKCW','motif152_GCKYRMKCGS','motif153_ACTYNYYATYG','motif154_GRWGGCAARCG','motif155_AATARSTCCC','motif156_ACTGTAGGACMT','motif157_AAACTWACC','motif158_SRCGWYACA','motif159_ACACATACTACA','motif160_AGCCGGTAACG','motif161_CGGCTTGATT','motif162_AGTTACCGTCA','motif163_GARTCGCCCTGTNA','motif164_AGCCGATTTG','motif165_AAAGTTACTG','motif166_TAMAACTTTGS','motif167_TTGGGTAGGAG','motif168_TCTCAGAGTATAAA','motif169_GCCTGGCC'];
var pval = [</html>{{{tfbs_overrepresentation_for_novel_motifs}}}<html>];
var data = [];
for(i1=0;i1<motifs.length;i1++){
data.push([motifs[i1],pval[i1]]);
}
var tfbs_overexpression_table = $('#tfbs_overexpression_table').DataTable({
        dom: 'Blfrtip',
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
scrollY: "300px",
        scrollCollapse: true,
        pageLength: 10,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
data: data,
columns: [{ title: "Motifs", width: "200pt", render: function ( data, type, row, meta ) {var elem = data.split("_"); return "<a href=\"/5/sstar/Novel_motif:"+elem[0].replace('motif', '')+"\">"+data+"</a>";}},{ title: "-log10(p-value)", type: "numeric",render: function ( data, type, row, meta ) {
                  var num =data;
                  var num_as_number=Number(num);
                  return num_as_number.toFixed(2);
}}],
order: [[ 1, "desc" ]]
});
var tfbs_overexpression_jaspar_table= $('#tfbs_overexpression_jaspar').DataTable({
        dom: 'Blfrtip',
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
scrollY: "300px",
        scrollCollapse: true,
        pageLength: 10,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
columnDefs: [{ width: "200pt", render: function ( data, type, row, meta ) {return "<a href=\"/5/sstar/JASPAR_motif:"+data+"\">"+data+"</a>";}, targets: [ 0 ] }, {type: "numeric", targets: [ 1 ],render: function ( data, type, row, meta ) {
                  var num =data;
                  var num_as_number=Number(num);
                  return num_as_number.toFixed(2);
} }],
order: [[ 1, "desc" ]]
});
// tfbs results table end
// tf chipseq results table start
if($('#tf_chipseq_enrich')[0]){
    var tfbs_chipseq_enrich_table=$('#tf_chipseq_enrich').DataTable({
        dom: 'Blfrtip',
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
scrollY: "300px",
        scrollCollapse: true,
        pageLength: 10,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
order: [[4,'asc']],
columnDefs: [{render: function ( data, type, row, meta ) {var elem = data.split("#"); return "<a href=\"/5/sstar/EntrezGene:"+elem[1]+"\">"+elem[0]+"</a>";}, targets: [ 0 ]}, { width: "150px", type: "numeric", targets: [2],render: function ( data, type, row, meta ) {                   
                  var num =data;
                  return exp_converter(num,2,"e");
} },{  type: "numeric", targets: [3],render: function ( data, type, row, meta ) {
                  var num =data;
                    return exp_converter(num,2,"e");
} },{type: "numeric", targets: [4],render: function ( data, type, row, meta ) {
                  var num =data;
                  return exp_converter(num,2,"e");
}}]
    });
}
// tf chipseq results table end
});
});
</script>
</script>
</html>
</html>
<table class="pathway_enrichment"><html><thead></html><tr><th>p.value</th><th>FDR</th><th>nGenes</th><th>nPathway</th><th>Name</th></tr><html></thead><tbody></html>
 
 
Full id: [[full_id::{{{full_id}}}]]
{{#set:id={{{id}}}
}}
{{#set:cp_member_count={{#ask:[[Category:FFCP]][[Coexpression_cluster_id::{{{id}}}]]|format=count}}}}
{{#ifeq:{{#pos:{{PAGENAME}}|C}}|0
|{{#set:species=Human (Homo sapiens)}}
|{{#set:species=Mouse (Mus musculus)}}
}}
 
== Phase1 CAGE Peaks ==
{{#ask:[[Category:FFCP]][[FFCP_PHASE2:+]][[Species::Human (Homo sapiens)]][[Coexpression_cluster_id::{{{id}}}]]|?Short_description|format=table|class=ffcp_list stripe cell-border order-column compact|headers=hide|searchlabel= ...further results|limit=20000}}
<br>
 
{{Fontsize|3|Enriched pathways on this co-expression cluster}}{{#info:<b>Summary:</b>
<br>Canonical pathway gene sets were compiled from Reactome, Wikipathways and KEGG. For the major signaling pathways, the transcriptionally-regulated genes (downstream targets) were obtained from Netpath. Combined, the canonical pathways and downstream targets totaled 489 human gene sets. The corresponding M. musculus gene sets were inferred by homology using the HomoloGene database. Enrichment for each of the canonical 489 pathways and gene sets included in the co-expression cluster was assessed by the hypergeometric probability. The resulting P values were also then adjusted by the Benjamini-Hochberg method for multiple comparisons.<br><b>Analyst: </b>Emmanuel Dimont
<br>
<br>link to source dataset
<br>[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19_co-expression_modules.tar.gz  data]
}}
----
{{#if:{{{pathway_enrichment|}}}|<span id="pathway_enrichment_table_export_tool"></span>
<table class="pathway_enrichment stripe cell-border order-column compact"><html><thead></html>
<tr><th>p.value</th><th>FDR</th><th>nGenes</th><th>nPathway</th><th>Name</th></tr>
<html></thead><tbody></html>
{{#arraymap:{{{pathway_enrichment}}}|!|$
{{#arraymap:{{{pathway_enrichment}}}|!|$
|<tr><td>{{#replace:$|;|</td><td>}}</td></tr>
|<tr><td>{{#replace:$|;|</td><td>}}</td></tr>
|}}
|}}
<html></tbody></html></table>
<html></tbody></html></table>
|No results for this coexpression}}
<br><br>
{{Fontsize|3|Enriched Gene Ontology terms on this co-expression cluster}}{{#info:<b>Summary:</b> Results for GOStat analysis on co-expressed clusters. Each cluster with promoters mapping to at least two different genes was analysed with GOStat (PMID: 14962934) with default parameter. <br><b>Analyst:</b> Erik Arner
<br><br>link to source dataset
<br>[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19_co-expression_GOstats.tar.gz  data]
}}
}}
 
----
<!--
{{#switch:{{#show:{{FULLPAGENAME}}|?species}}
== KEGG pathway enrichment analysis {{#info:The strongest KEGG pathway enrichments <br>Analyst: }} ==
|Human (Homo sapiens)=
{{#if: {{#pos:{{{kegg_enrichment}}}|;}} |
{{#ifeq:{{#sub:{{{gostat_on_coexpression_clusters}}}|0|2}}|GO|<span id="gostat_table_export_tool"></span>
<table class="wikitable sortable"><tr><th>KEGG id</th><th>Pathway name</th><th>P-value</th></tr>
<table id="gostat_table" class="stripe cell-border order-column compact"><html><thead></html><tr><th>GO ID</th><th>GO name</th><th>FDR corrected p-value</th></tr><html></thead><tbody></html>
{{#arraymap:{{{kegg_enrichment}}}|!|$
<tr>
|{{#set:kegg_enrichment=$}}<tr><td>{{#replace:$|;|</td><td>}}</td></tr>
{{#arraymap:{{{gostat_on_coexpression_clusters}}}|$|$
|<td>[http://amigo.geneontology.org/cgi-bin/amigo/term_details?term={{#explode:$|!|0}} {{#explode:$|!|0}}]</td><td>{{#explode:$|!|1}}</td><td>{{#explode:$|!|2}}</td>
|</tr><tr>
}}
</tr>
<html></tbody></html></table>|No GOStat results}}
|Mouse (Mus musculus)=
{{#ifeq:{{#sub:{{{gostat_on_MCL_coexpression}}}|0|2}}|GO|<span id="gostat_table_export_tool"></span>
<table id="gostat_table"><html><thead></html><tr><th>GO ID</th><th>GO name</th><th>FDR corrected p-value</th></tr><html></thead><tbody></html>
<tr>
{{#arraymap:{{{gostat_on_MCL_coexpression}}}|$|$
|<td>[http://amigo.geneontology.org/cgi-bin/amigo/term_details?term={{#explode:$|!|0}} {{#explode:$|!|0}}]</td><td>{{#explode:$|!|1}}</td><td>{{#explode:$|!|2}}</td>
|</tr><tr>
}}
</tr>
<html></tbody></html></table>|No GOStat results}}
|No results for this coexpression
}}
<br><br>
{{Fontsize|3|Enriched sample ontology terms on this co-expression cluster}}{{#info:<b>Summary:</b>To summarize promoter activities (expression profile of a TSS region) across ~1000 samples, we performed enrichment analysis based on FANTOM5 Sample Ontology (FF ontology). The question here is “in which type of samples the promoter is more active”. To answer this question, we compared expressions (TPMs) in the samples associated with a sample ontology term and the rest of the samples by using the Mann-Whitney rank sum test. To summarize ontologies enriched in this co-expression cluster, we ran the same analysis on an averaged expression profile of all promoters that make up. <b>Analyst:</b> Hideya Kawaji
<br><br>links to source dataset<br><br>
{{#if:{{{ontology_enrichment_celltype}}}|[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Sample_ontology_enrichment_of_coexpression_clusters/mcl_hg19_clusters_relative_exp_enrichment_cell_type.txt.gz  cell_data]|}}<br>
{{#if:{{{ontology_enrichment_uberon}}}|[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Sample_ontology_enrichment_of_coexpression_clusters/mcl_hg19_clusters_relative_exp_enrichment_uberon.txt.gz  uberon_data]|}}<br>
{{#if:{{{ontology_enrichment_disease}}}|[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Sample_ontology_enrichment_of_coexpression_clusters/mcl_hg19_clusters_relative_exp_enrichment_disease.txt.gz disease_data]|}}<br>
}}
----
{{#if:{{{ontology_enrichment_celltype}}}|
<div style="float:left;width:33%;">
<table id="enrichment_list_cl" class="stripe cell-border order-column compact"><caption class="table_title">Cell Type</caption><html><thead></html>
<tr><th>Ontology term</th><th>p-value</th><th>n</th></tr>
<html></thead><tbody></html>
{{#arraymap:{{{ontology_enrichment_celltype}}}|;|$
|{{#ifexist:{{#explode:$|!|0}}|<tr><td>[[{{#explode:$|!|0}}|{{#show:{{#explode:$|!|0}}|?name}}]]</td><td>{{#explode:$|!|1}}</td><td>{{#explode:$|!|2}}</td></tr>| }}
|}}
<html></tbody></html></table>
</div>
}}{{#if:{{{ontology_enrichment_uberon}}}|
<div style="float:left;width:33%;">
<table id="enrichment_list_uberon" class="stripe cell-border order-column compact"><caption class="table_title">Uber Anatomy</caption><html><thead></html>
<tr><th>Ontology term</th><th>p-value</th><th>n</th></tr>
<html></thead><tbody></html>{{#arraymap:{{{ontology_enrichment_uberon}}}|;|$
|{{#ifexist:{{#explode:$|!|0}}|<tr><td>[[{{#explode:$|!|0}}|{{#show:{{#explode:$|!|0}}|?name}}]]</td><td>{{#explode:$|!|1}}</td><td>{{#explode:$|!|2}}</td></tr>| }}
|}}
<html></tbody></html></table>
</div>
}}{{#if:{{{ontology_enrichment_disease}}}|
<div style="float:left;width:33%;">
<table id="enrichment_list_doid" class="stripe cell-border order-column compact"><caption class="table_title">Disease</caption><html><thead></html>
<tr><th>Ontology term</th><th>p-value</th><th>n</th></tr>
<html></thead><tbody></html>{{#arraymap:{{{ontology_enrichment_disease}}}|;|$
|{{#ifexist:{{#explode:$|!|0}}|<tr><td>[[{{#explode:$|!|0}}|{{#show:{{#explode:$|!|0}}|?name}}]]</td><td>{{#explode:$|!|1}}</td><td>{{#explode:$|!|2}}</td></tr>| }}
|}}
|}}
</table>
<html></tbody></html></table>
</div>
}}
}}
-->
<div style="clear:both;"></div>


== GOStat results on Coexpression cluster {{#info:The results for GOStat analysis on co-expressed clusters("All" category).  <br>Analyst: Erik Arner}} ==
 
{{#if: {{#pos:{{{gostat_on_coexpression_clusters}}}|GO}} |
{{#ifeq:{{#show:{{FULLPAGENAME}}|?species}}
<table class="wikitable mw-collapsible" style="float:left;"><tr><th scope="col"></th></tr><tr><td>
|Human (Homo sapiens)
<div style="height:300px; overflow-y:scroll; resize:both;">
|{{Fontsize|3|Overrepresented TFBS (DNA) motifs on this co-expression cluster}}{{#info:<b>Summary:</b>The values shown are the p-values for overrepresentation of the motif in this coexpression cluster. So a small p-value means a strong overrepresentation. <b>Analyst:</b> Michiel de Hoon <br><br>
{{#motif_gotable:{{{gostat_on_coexpression_clusters}}}}}
link to source data <br> Novel motifs <br>
</div></td></tr></table>
[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19.novel_motif.coexpression_clusters_overrepresentation.txt.gz data] <br>
<br> Jaspar motifs <br>
[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19.KNOWN_JASPAR_130.coexpression_clusters_overrepresentation.txt.gz data]
}}
}}
----
{{Fontsize|3|Novel motifs}}{{#if:{{{tfbs_overrepresentation_for_novel_motifs}}}
|<span id="tfbs_overexpression_table_export_tool"></span><table id="tfbs_overexpression_table" class="stripe cell-border order-column compact"></table>
|No results for this section
}} <br><br>
{{Fontsize|3|JASPAR motifs}}{{#if:Summary:{{{tfbs_overrepresentation_jaspar}}}
|<span id="tfbs_overexpression_jaspar_table_export_tool"></span><table id="tfbs_overexpression_jaspar" class="stripe cell-border order-column compact"><html><thead></html>
<tr><th>Motifs</th><th>-log10(p-value)</th></tr><html></thead><tbody></html>
<tr><td>
{{#replace:{{#replace:{{{tfbs_overrepresentation_jaspar}}}|,|</td></tr><tr><td>}}|;|</td><td>}}
</td></tr>
<html></tbody></html>
</table>
|No results for this section
}}
|
}} <br><br>


<div style="clear:both;"></div>
{{Fontsize|3|ENCODE TF ChIP-seq peak enrichment analysis}}{{#info: <b>Summary:</b> For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <nowiki><=</nowiki>  0.05) after Benjamini-Hochberg correction were retained. <br><b>Analyst:</b> Erik Arner
 
<br><br>link to source dataset<br>
== Sample enrichment analysis {{#info:The results for enrichment analysis on "All" data of MCL co-expression cluster.  That are sorted by ontologies each samples belonging. [https://fantom5-collaboration.gsc.riken.jp/webdav/home/kawaji/120322-FFontology/v6_ontology_term_enrichment_on_MCL_coexp_cluster_120516/ Original Data] <br>Analyst: Hideya Kawaji}} ==
<br>[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/ENCODE%20TF%20ChIP-seq%20peak%20enrichment%20analysis/coexprclusterencode.filtered.csv.gz  data]
{{#if: {{#pos:{{{ontology_enrichment_celltype}}}|CL}} |
}}  
<table class="wikitable mw-collapsible" style="float:left;"><tr><th scope="col">Cell Type (CL)</th></tr><tr><td>
----
<div style="height:300px; overflow-y:scroll; resize:both;">
{{#if: {{#pos:{{{tf_chipseq_enrich}}}|;}}  
{{#ffcp_ontology_enrichtable:{{{ontology_enrichment_celltype}}}}}
|(#promoters = Number of promoters in this coexpression cluster that have ChIP signal of the TF)<span id="tf_chipseq_enrich_table_export_tool"></span>
</div></td></tr></table>
<table id="tf_chipseq_enrich" class="stripe cell-border order-column compact"><html><thead></html><tr><th>TF</th><th>#promoters</th><th>Enrichment</th><th>p-value</th><th>q-value</th></tr><html></thead><tbody></html>
{{#arraymap:{{{tf_chipseq_enrich}}}|!|$
|{{#set:tf_chipseq_enrich={{#explode:$|#|1}}}}<tr><td>{{#replace:{{#replace:$|;|</td><td>}}|:|</td><td>}}</td></tr>
|}}
<html></tbody></html></table>
|No analysis results for this cluster
}}
}}
{{#if: {{#pos:{{{ontology_enrichment_disease}}}|DOID}} |
<br>
<table class="wikitable mw-collapsible" style="float:left;"><tr><th scope="col">Human Disease (DOID)</th></tr><tr><td>
<br>
<div style="height:300px; overflow-y:scroll; resize:both;">
{{Fontsize|3|Relative expression of the co-expression cluster}}{{#info:<b>Summary:</b>Co-expression clusters are compared against FANTOM5 samples to obtain relative expression. <br><b>Analyst:</b>NA<br><br>link to data source<br> 
{{#ffcp_ontology_enrichtable:{{{ontology_enrichment_disease}}}}}
[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/coexpression_DPI_cluster_scores_median_human_Aug3_2012.txt.gz  data]}}
</div></td></tr></table>
----
{{#ifexpr:{{#sub:{{{id}}}|1}} < 306|<html><script type="text/javascript">
$(document).ready(function() {
var data = [];
var ffsample = ["Adipocyte%20-%20breast%2c%20donor1.CNhs11051.11376-118A8","Adipocyte%20-%20breast%2c%20donor2.CNhs11969.11327-117E4","Adipocyte%20-%20omental%2c%20donor1.CNhs11054.11473-119C6","Adipocyte%20-%20omental%2c%20donor2.CNhs12067.11474-119C7","Adipocyte%20-%20omental%2c%20donor3.CNhs12068.11475-119C8","Adipocyte%20-%20perirenal%2c%20donor1.CNhs12069.11476-119C9","Adipocyte%20-%20subcutaneous%2c%20donor1.CNhs12494.11259-116F8","Adipocyte%20-%20subcutaneous%2c%20donor2.CNhs11371.11336-117F4","Adipocyte%20-%20subcutaneous%2c%20donor3.CNhs12017.11408-118E4","Alveolar%20Epithelial%20Cells%2c%20donor1.CNhs11325.11510-119G7","Alveolar%20Epithelial%20Cells%2c%20donor2.CNhs12084.11590-120G6","Amniotic%20Epithelial%20Cells%2c%20donor1.CNhs11341.11533-120A3","Amniotic%20Epithelial%20Cells%2c%20donor3.CNhs12125.11694-123A2","Anulus%20Pulposus%20Cell%2c%20donor1.CNhs10876.11248-116E6","Anulus%20Pulposus%20Cell%2c%20donor2.CNhs12064.11463-119B5","Aortic%20smooth%20muscle%20cell%20response%20to%20FGF2%2c%2000hr00min%2c%20biol_rep1%20%28LK1%29.CNhs13339.12642-134G5","Aortic%20smooth%20muscle%20cell%20response%20to%20FGF2%2c%2000hr00min%2c%20biol_rep2%20%28LK2%29.CNhs13358.12740-135I4","Aortic%20smooth%20muscle%20cell%20response%20to%20IL1b%2c%2000hr00min%2c%20biol_rep1%20%28LK31%29.CNhs13349.12652-134H6","Aortic%20smooth%20muscle%20cell%20response%20to%20IL1b%2c%2000hr00min%2c%20biol_rep2%20%28LK32%29.CNhs13369.12750-136A5","Astrocyte%20-%20cerebellum%2c%20donor1.CNhs11321.11500-119F6","Astrocyte%20-%20cerebellum%2c%20donor2.CNhs12081.11580-120F5","Astrocyte%20-%20cerebellum%2c%20donor3.CNhs12117.11661-122F5","Astrocyte%20-%20cerebral%20cortex%2c%20donor1.CNhs10864.11235-116D2","Astrocyte%20-%20cerebral%20cortex%2c%20donor2.CNhs11960.11316-117D2","Astrocyte%20-%20cerebral%20cortex%2c%20donor3.CNhs12005.11392-118C6","B%20lymphoblastoid%20cell%20line%3a%20GM12878%20ENCODE%2c%20biol_rep1.CNhs12331.10821-111C2","B%20lymphoblastoid%20cell%20line%3a%20GM12878%20ENCODE%2c%20biol_rep2.CNhs12332.10822-111C3","B%20lymphoblastoid%20cell%20line%3a%20GM12878%20ENCODE%2c%20biol_rep3.CNhs12333.10823-111C4","Basophils%2c%20donor1.CNhs12546.12241-129G9","Basophils%2c%20donor2.CNhs12563.12242-129H1","Basophils%2c%20donor3.CNhs12575.12243-129H2","Bronchial%20Epithelial%20Cell%2c%20donor4.CNhs12054.11453-119A4","Bronchial%20Epithelial%20Cell%2c%20donor5.CNhs12058.11457-119A8","Bronchial%20Epithelial%20Cell%2c%20donor6.CNhs12062.11461-119B3","Burkitt%27s%20lymphoma%20cell%20line%3aDAUDI.CNhs10739.10422-106C8","Burkitt%27s%20lymphoma%20cell%20line%3aRAJI.CNhs11268.10476-106I8","CD133%2b%20stem%20cells%20-%20adult%20bone%20marrow%20derived%2c%20pool1.CNhs12552.12224-129F1","CD14%2b%20Monocytes%2c%20donor1.CNhs10852.11224-116B9","CD14%2b%20Monocytes%2c%20donor2.CNhs11954.11305-117B9","CD14%2b%20Monocytes%2c%20donor3.CNhs11997.11381-118B4","CD14%2b%20monocyte%20derived%20endothelial%20progenitor%20cells%2c%20donor1.CNhs10858.11229-116C5","CD14%2b%20monocyte%20derived%20endothelial%20progenitor%20cells%2c%20donor2.CNhs11897.11310-117C5","CD14%2b%20monocyte%20derived%20endothelial%20progenitor%20cells%2c%20donor3.CNhs11904.11386-118B9","CD14%2b%20monocytes%20-%20mock%20treated%2c%20donor1.CNhs13468.11863-125A9","CD14%2b%20monocytes%20-%20mock%20treated%2c%20donor2.CNhs13484.11873-125C1","CD14%2b%20monocytes%20-%20mock%20treated%2c%20donor3.CNhs13491.11883-125D2","CD14%2b%20monocytes%20-%20treated%20with%20B-glucan%2c%20donor1.CNhs13474.11869-125B6","CD14%2b%20monocytes%20-%20treated%20with%20B-glucan%2c%20donor2.CNhs13489.11879-125C7","CD14%2b%20monocytes%20-%20treated%20with%20B-glucan%2c%20donor3.CNhs13495.11889-125D8","CD14%2b%20monocytes%20-%20treated%20with%20BCG%2c%20donor1.CNhs13465.11860-125A6","CD14%2b%20monocytes%20-%20treated%20with%20BCG%2c%20donor2.CNhs13475.11870-125B7","CD14%2b%20monocytes%20-%20treated%20with%20BCG%2c%20donor3.CNhs13543.11880-125C8","CD14%2b%20monocytes%20-%20treated%20with%20Candida%2c%20donor1.CNhs13473.11868-125B5","CD14%2b%20monocytes%20-%20treated%20with%20Candida%2c%20donor2.CNhs13488.11878-125C6","CD14%2b%20monocytes%20-%20treated%20with%20Candida%2c%20donor3.CNhs13494.11888-125D7","CD14%2b%20monocytes%20-%20treated%20with%20Cryptococcus%2c%20donor1.CNhs13472.11867-125B4","CD14%2b%20monocytes%20-%20treated%20with%20Cryptococcus%2c%20donor2.CNhs13487.11877-125C5","CD14%2b%20monocytes%20-%20treated%20with%20Cryptococcus%2c%20donor3.CNhs13546.11887-125D6","CD14%2b%20monocytes%20-%20treated%20with%20Group%20A%20streptococci%2c%20donor1.CNhs13469.11864-125B1","CD14%2b%20monocytes%20-%20treated%20with%20Group%20A%20streptococci%2c%20donor2.CNhs13532.11874-125C2","CD14%2b%20monocytes%20-%20treated%20with%20Group%20A%20streptococci%2c%20donor3.CNhs13492.11884-125D3","CD14%2b%20monocytes%20-%20treated%20with%20IFN%20%2b%20N-hexane%2c%20donor1.CNhs13466.11861-125A7","CD14%2b%20monocytes%20-%20treated%20with%20IFN%20%2b%20N-hexane%2c%20donor2.CNhs13476.11871-125B8","CD14%2b%20monocytes%20-%20treated%20with%20IFN%20%2b%20N-hexane%2c%20donor3.CNhs13490.11881-125C9","CD14%2b%20monocytes%20-%20treated%20with%20Salmonella%2c%20donor1.CNhs13471.11866-125B3","CD14%2b%20monocytes%20-%20treated%20with%20Salmonella%2c%20donor2.CNhs13485.11876-125C4","CD14%2b%20monocytes%20-%20treated%20with%20Salmonella%2c%20donor3.CNhs13493.11886-125D5","CD14%2b%20monocytes%20-%20treated%20with%20Trehalose%20dimycolate%20%28TDM%29%2c%20donor1.CNhs13467.11862-125A8","CD14%2b%20monocytes%20-%20treated%20with%20Trehalose%20dimycolate%20%28TDM%29%2c%20donor2.CNhs13483.11872-125B9","CD14%2b%20monocytes%20-%20treated%20with%20Trehalose%20dimycolate%20%28TDM%29%2c%20donor3.CNhs13544.11882-125D1","CD14%2b%20monocytes%20-%20treated%20with%20lipopolysaccharide%2c%20donor1.CNhs13470.11865-125B2","CD14%2b%20monocytes%20-%20treated%20with%20lipopolysaccharide%2c%20donor2.CNhs13533.11875-125C3","CD14%2b%20monocytes%20-%20treated%20with%20lipopolysaccharide%2c%20donor3.CNhs13545.11885-125D4","CD14%2bCD16%2b%20Monocytes%2c%20donor1.CNhs13541.11789-124B7","CD14%2bCD16%2b%20Monocytes%2c%20donor2.CNhs13208.11801-124D1","CD14%2bCD16%2b%20Monocytes%2c%20donor3.CNhs13549.11912-125G4","CD14%2bCD16-%20Monocytes%2c%20donor1.CNhs13224.11788-124B6","CD14%2bCD16-%20Monocytes%2c%20donor2.CNhs13216.11799-124C8","CD14%2bCD16-%20Monocytes%2c%20donor3.CNhs13540.11910-125G2","CD14-CD16%2b%20Monocytes%2c%20donor1.CNhs13229.11790-124B8","CD14-CD16%2b%20Monocytes%2c%20donor2.CNhs13207.11800-124C9","CD14-CD16%2b%20Monocytes%2c%20donor3.CNhs13548.11911-125G3","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090309%2c%20donation1.CNhs12177.12189-129B2","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090309%2c%20donation2.CNhs12179.12194-129B7","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090309%2c%20donation3.CNhs12181.12199-129C3","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090325%2c%20donation1.CNhs12531.12151-128F9","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090325%2c%20donation2.CNhs12175.12174-128I5","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090612%2c%20donation1.CNhs12183.12204-129C8","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090612%2c%20donation2.CNhs12185.12209-129D4","CD19%2b%20B%20Cells%20%28pluriselect%29%2c%20donor090612%2c%20donation3.CNhs12188.12214-129D9","CD19%2b%20B%20Cells%2c%20donor1.CNhs12343.11544-120B5","CD19%2b%20B%20Cells%2c%20donor2.CNhs12352.11624-122B4","CD19%2b%20B%20Cells%2c%20donor3.CNhs12354.11705-123B4","CD34%2b%20Progenitors%2c%20donor1.CNhs13227.11545-120B6","CD34%2b%20Progenitors%2c%20donor2.CNhs12205.11625-122B5","CD34%2b%20stem%20cells%20-%20adult%20bone%20marrow%20derived%2c%20donor1%2c%20tech_rep1.CNhs12588.12225-129F2","CD4%2b%20T%20Cells%2c%20donor1.CNhs10853.11225-116C1","CD4%2b%20T%20Cells%2c%20donor2.CNhs11955.11306-117C1","CD4%2b%20T%20Cells%2c%20donor3.CNhs11998.11382-118B5","CD4%2bCD25%2bCD45RA%2b%20naive%20regulatory%20T%20cells%20expanded%2c%20donor1.CNhs13203.11793-124C2","CD4%2bCD25%2bCD45RA%2b%20naive%20regulatory%20T%20cells%2c%20donor1.CNhs13238.11780-124A7","CD4%2bCD25%2bCD45RA%2b%20naive%20regulatory%20T%20cells%2c%20donor2.CNhs13235.11796-124C5","CD4%2bCD25%2bCD45RA%2b%20naive%20regulatory%20T%20cells%2c%20donor3.CNhs13513.11907-125F8","CD4%2bCD25%2bCD45RA-%20memory%20regulatory%20T%20cells%20expanded%2c%20donor1.CNhs13204.11794-124C3","CD4%2bCD25%2bCD45RA-%20memory%20regulatory%20T%20cells%2c%20donor1.CNhs13195.11782-124A9","CD4%2bCD25%2bCD45RA-%20memory%20regulatory%20T%20cells%2c%20donor2.CNhs13206.11797-124C6","CD4%2bCD25%2bCD45RA-%20memory%20regulatory%20T%20cells%2c%20donor3.CNhs13538.11908-125F9","CD4%2bCD25%2bCD45RA-%20memory%20regulatory%20T%20cells%20expanded%2c%20donor2.CNhs13811.11916-125G8","CD4%2bCD25%2bCD45RA-%20memory%20regulatory%20T%20cells%20expanded%2c%20donor3.CNhs13812.11920-125H3","CD4%2bCD25-CD45RA%2b%20naive%20conventional%20T%20cells%20expanded%2c%20donor2.CNhs13813.11913-125G5","CD4%2bCD25-CD45RA%2b%20naive%20conventional%20T%20cells%20expanded%2c%20donor3.CNhs13814.11917-125G9","CD4%2bCD25-CD45RA%2b%20naive%20conventional%20T%20cells%20expanded%2c%20donor1.CNhs13202.11791-124B9","CD4%2bCD25-CD45RA%2b%20naive%20conventional%20T%20cells%2c%20donor1.CNhs13223.11784-124B2","CD4%2bCD25-CD45RA%2b%20naive%20conventional%20T%20cells%2c%20donor2.CNhs13205.11795-124C4","CD4%2bCD25-CD45RA%2b%20naive%20conventional%20T%20cells%2c%20donor3.CNhs13512.11906-125F7","CD4%2bCD25-CD45RA-%20memory%20conventional%20T%20cells%20expanded%2c%20donor1.CNhs13215.11792-124C1","CD4%2bCD25-CD45RA-%20memory%20conventional%20T%20cells%2c%20donor1.CNhs13239.11786-124B4","CD4%2bCD25-CD45RA-%20memory%20conventional%20T%20cells%2c%20donor2.CNhs13237.11798-124C7","CD4%2bCD25-CD45RA-%20memory%20conventional%20T%20cells%2c%20donor3.CNhs13539.11909-125G1","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090309%2c%20donation1.CNhs12176.12186-129A8","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090309%2c%20donation2.CNhs12178.12191-129B4","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090309%2c%20donation3.CNhs12180.12196-129B9","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090325%2c%20donation1.CNhs12201.12148-128F6","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090325%2c%20donation2.CNhs12199.12171-128I2","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090612%2c%20donation1.CNhs12182.12201-129C5","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090612%2c%20donation2.CNhs12184.12206-129D1","CD8%2b%20T%20Cells%20%28pluriselect%29%2c%20donor090612%2c%20donation3.CNhs12187.12211-129D6","CD8%2b%20T%20Cells%2c%20donor1.CNhs10854.11226-116C2","CD8%2b%20T%20Cells%2c%20donor2.CNhs11956.11307-117C2","CD8%2b%20T%20Cells%2c%20donor3.CNhs11999.11383-118B6","Cardiac%20Myocyte%2c%20donor1.CNhs12341.11525-119I4","Cardiac%20Myocyte%2c%20donor2.CNhs12350.11605-120I3","Cardiac%20Myocyte%2c%20donor3.CNhs12571.11686-122I3","Chondrocyte%20-%20de%20diff%2c%20donor1.CNhs11923.11261-116G1","Chondrocyte%20-%20de%20diff%2c%20donor2.CNhs11372.11338-117F6","Chondrocyte%20-%20de%20diff%2c%20donor3.CNhs12020.11410-118E6","Chondrocyte%20-%20re%20diff%2c%20donor2.CNhs11373.11339-117F7","Chondrocyte%20-%20re%20diff%2c%20donor3.CNhs12021.11411-118E7","Ciliary%20Epithelial%20Cells%2c%20donor1.CNhs10871.11242-116D9","Ciliary%20Epithelial%20Cells%2c%20donor2.CNhs11966.11323-117D9","Ciliary%20Epithelial%20Cells%2c%20donor3.CNhs12009.11399-118D4","Clontech%20Human%20Universal%20Reference%20Total%20RNA%2c%20pool1.CNhs10608.10000-101A1","Corneal%20Epithelial%20Cells%2c%20donor1.CNhs11336.11526-119I5","Corneal%20Epithelial%20Cells%2c%20donor3.CNhs12123.11687-122I4","Dendritic%20Cells%20-%20monocyte%20immature%20derived%2c%20donor1%2c%20tech_rep1.CNhs10855.11227-116C3","Dendritic%20Cells%20-%20monocyte%20immature%20derived%2c%20donor1%2c%20tech_rep2.CNhs11062.11227-116C3","Dendritic%20Cells%20-%20monocyte%20immature%20derived%2c%20donor3.CNhs12000.11384-118B7","Dendritic%20Cells%20-%20plasmacytoid%2c%20donor1.CNhs10857.11228-116C4","Dendritic%20Cells%20-%20plasmacytoid%2c%20donor2.CNhs12196.11309-117C4","Dendritic%20Cells%20-%20plasmacytoid%2c%20donor3.CNhs12200.11385-118B8","Endothelial%20Cells%20-%20Aortic%2c%20donor0.CNhs10837.11207-116A1","Endothelial%20Cells%20-%20Aortic%2c%20donor1.CNhs12495.11263-116G3","Endothelial%20Cells%20-%20Aortic%2c%20donor2.CNhs11375.11340-117F8","Endothelial%20Cells%20-%20Aortic%2c%20donor3.CNhs12022.11412-118E8","Endothelial%20Cells%20-%20Artery%2c%20donor1.CNhs12496.11264-116G4","Endothelial%20Cells%20-%20Artery%2c%20donor2.CNhs11977.11341-117F9","Endothelial%20Cells%20-%20Artery%2c%20donor3.CNhs12023.11413-118E9","Endothelial%20Cells%20-%20Lymphatic%2c%20donor1.CNhs10865.11236-116D3","Endothelial%20Cells%20-%20Lymphatic%2c%20donor2.CNhs11901.11317-117D3","Endothelial%20Cells%20-%20Lymphatic%2c%20donor3.CNhs11906.11393-118C7","Endothelial%20Cells%20-%20Microvascular%2c%20donor1.CNhs11925.11265-116G5","Endothelial%20Cells%20-%20Microvascular%2c%20donor2.CNhs11376.11342-117G1","Endothelial%20Cells%20-%20Microvascular%2c%20donor3.CNhs12024.11414-118F1","Endothelial%20Cells%20-%20Thoracic%2c%20donor1.CNhs11926.11266-116G6","Endothelial%20Cells%20-%20Thoracic%2c%20donor2.CNhs11978.11343-117G2","Endothelial%20Cells%20-%20Umbilical%20vein%2c%20donor1.CNhs10872.11243-116E1","Endothelial%20Cells%20-%20Umbilical%20vein%2c%20donor2.CNhs11967.11324-117E1","Endothelial%20Cells%20-%20Umbilical%20vein%2c%20donor3.CNhs12010.11400-118D5","Endothelial%20Cells%20-%20Vein%2c%20donor1.CNhs12497.11267-116G7","Endothelial%20Cells%20-%20Vein%2c%20donor2.CNhs11377.11344-117G3","Endothelial%20Cells%20-%20Vein%2c%20donor3.CNhs12026.11416-118F3","Eosinophils%2c%20donor2.CNhs12548.12245-129H4","Eosinophils%2c%20donor3.CNhs12549.12246-129H5","Esophageal%20Epithelial%20Cells%2c%20donor1.CNhs11323.11507-119G4","Ewing%27s%20sarcoma%20cell%20line%3aHs%20863%2eT.CNhs11836.10705-109H3","Fibroblast%20-%20Aortic%20Adventitial%2c%20donor1.CNhs10874.11245-116E3","Fibroblast%20-%20Aortic%20Adventitial%2c%20donor2%20%28nuclear%20fraction%29.CNhs12581.14332-155F3","Fibroblast%20-%20Aortic%20Adventitial%2c%20donor3%20%28nuclear%20fraction%29.CNhs12400.14311-155C9","Fibroblast%20-%20Aortic%20Adventitial%2c%20donor3.CNhs12011.11401-118D6","Fibroblast%20-%20Cardiac%2c%20donor1.CNhs12498.11268-116G8","Fibroblast%20-%20Cardiac%2c%20donor2.CNhs11378.11345-117G4","Fibroblast%20-%20Cardiac%2c%20donor3.CNhs12027.11417-118F4","Fibroblast%20-%20Cardiac%2c%20donor4.CNhs11909.11452-119A3","Fibroblast%20-%20Cardiac%2c%20donor5.CNhs12057.11456-119A7","Fibroblast%20-%20Cardiac%2c%20donor6.CNhs12061.11460-119B2","Fibroblast%20-%20Choroid%20Plexus%2c%20donor1.CNhs11319.11492-119E7","Fibroblast%20-%20Choroid%20Plexus%2c%20donor2.CNhs12344.11572-120E6","Fibroblast%20-%20Conjunctival%2c%20donor1.CNhs11339.11531-120A1","Fibroblast%20-%20Dermal%2c%20donor1.CNhs12499.11269-116G9","Fibroblast%20-%20Dermal%2c%20donor2.CNhs11379.11346-117G5","Fibroblast%20-%20Dermal%2c%20donor3.CNhs12028.11418-118F5","Fibroblast%20-%20Dermal%2c%20donor4.CNhs12052.11450-119A1","Fibroblast%20-%20Dermal%2c%20donor5.CNhs12055.11454-119A5","Fibroblast%20-%20Dermal%2c%20donor6.CNhs12059.11458-119A9","Fibroblast%20-%20Gingival%2c%20donor1.CNhs10866.11237-116D4","Fibroblast%20-%20Gingival%2c%20donor2.CNhs11961.11318-117D4","Fibroblast%20-%20Gingival%2c%20donor3.CNhs12006.11394-118C8","Fibroblast%20-%20Gingival%2c%20donor4%20%28GFH2%29.CNhs10848.11222-116B7","Fibroblast%20-%20Gingival%2c%20donor5%20%28GFH3%29.CNhs11952.11303-117B7","Fibroblast%20-%20Lymphatic%2c%20donor1.CNhs11322.11506-119G3","Fibroblast%20-%20Lymphatic%2c%20donor3.CNhs12118.11667-122G2","Fibroblast%20-%20Periodontal%20Ligament%2c%20donor1.CNhs10867.11238-116D5","Fibroblast%20-%20Periodontal%20Ligament%2c%20donor2.CNhs11962.11319-117D5","Fibroblast%20-%20Periodontal%20Ligament%2c%20donor3.CNhs11907.11395-118C9","Fibroblast%20-%20Periodontal%20Ligament%2c%20donor4%20%28PL29%29.CNhs12493.11223-116B8","Fibroblast%20-%20Periodontal%20Ligament%2c%20donor5%20%28PL30%29.CNhs11953.11304-117B8","Fibroblast%20-%20Periodontal%20Ligament%2c%20donor6%20%28PLH3%29.CNhs11996.11380-118B3","Fibroblast%20-%20Pulmonary%20Artery%2c%20donor1.CNhs10878.11250-116E8","Fibroblast%20-%20skin%20dystrophia%20myotonica%2c%20donor1%20%28nuclear%20fraction%29.CNhs12405.14329-155E9","Fibroblast%20-%20skin%20dystrophia%20myotonica%2c%20donor1.CNhs11353.11556-120C8","Fibroblast%20-%20skin%20dystrophia%20myotonica%2c%20donor2.CNhs11354.11557-120C9","Fibroblast%20-%20skin%20dystrophia%20myotonica%2c%20donor3%20%28nuclear%20fraction%29.CNhs12399.14308-155C6","Fibroblast%20-%20skin%20dystrophia%20myotonica%2c%20donor3.CNhs11913.11560-120D3","Fibroblast%20-%20skin%20normal%2c%20donor1%20%28nuclear%20fraction%29.CNhs12403.14323-155E3","Fibroblast%20-%20skin%20normal%2c%20donor1.CNhs11351.11553-120C5","Fibroblast%20-%20skin%20normal%2c%20donor2%20%28nuclear%20fraction%29.CNhs12582.14302-155B9","Fibroblast%20-%20skin%20normal%2c%20donor2.CNhs11914.11561-120D4","Fibroblast%20-%20skin%20spinal%20muscular%20atrophy%2c%20donor1%20%28nuclear%20fraction%29.CNhs12404.14326-155E6","Fibroblast%20-%20skin%20spinal%20muscular%20atrophy%2c%20donor1.CNhs11074.11555-120C7","Fibroblast%20-%20skin%20spinal%20muscular%20atrophy%2c%20donor2.CNhs11911.11558-120D1","Fibroblast%20-%20skin%20spinal%20muscular%20atrophy%2c%20donor3%20%28nuclear%20fraction%29.CNhs12398.14305-155C3","Fibroblast%20-%20skin%20spinal%20muscular%20atrophy%2c%20donor3.CNhs11912.11559-120D2","Fibroblast%20-%20skin%20walker%20warburg%2c%20donor1.CNhs11352.11554-120C6","Gingival%20epithelial%20cells%2c%20donor1%20%28GEA11%29.CNhs11061.11221-116B6","Gingival%20epithelial%20cells%2c%20donor2%20%28GEA14%29.CNhs11896.11302-117B6","Gingival%20epithelial%20cells%2c%20donor3%20%28GEA15%29.CNhs11903.11379-118B2","H9%20%20Embryonic%20Stem%20cells%2c%20biol_rep2%20%28H9ES-2%29.CNhs12824.12724-135G6","H9%20%20Embryonic%20Stem%20cells%2c%20biol_rep3%20%28H9ES-3%29.CNhs12837.12822-136I5","H9%20Embryoid%20body%20cells%2c%20melanocytic%20induction%2c%20day00%2c%20biol_rep1%20%28H9EB-1%20d0%29.CNhs12822.12627-134E8","H9%20Embryoid%20body%20cells%2c%20melanocytic%20induction%2c%20day00%2c%20biol_rep2%20%28H9EB-2%20d0%29.CNhs12825.12725-135G7","H9%20Embryoid%20body%20cells%2c%20melanocytic%20induction%2c%20day00%2c%20biol_rep3%20%28H9EB-3%20d0%29.CNhs12908.12823-136I6","HES3-GFP%20Embryonic%20Stem%20cells%2c%20cardiomyocytic%20induction%2c%20day00%2c%20biol_rep3%20%28UH-3%29.CNhs13738.13366-143F9","Hair%20Follicle%20Dermal%20Papilla%20Cells%2c%20donor1.CNhs12501.11271-116H2","Hair%20Follicle%20Dermal%20Papilla%20Cells%2c%20donor2.CNhs11979.11348-117G7","Hair%20Follicle%20Dermal%20Papilla%20Cells%2c%20donor3.CNhs12030.11420-118F7","Hair%20Follicle%20Outer%20Root%20Sheath%20Cells%2c%20donor1.CNhs12339.11504-119G1","Hair%20Follicle%20Outer%20Root%20Sheath%20Cells%2c%20donor2.CNhs12347.11584-120F9","Hep-2%20cells%20mock%20treated%2c%20biol_rep1.CNhs13479.11898-125E8","Hep-2%20cells%20mock%20treated%2c%20biol_rep2.CNhs13500.11899-125E9","Hep-2%20cells%20mock%20treated%2c%20biol_rep3.CNhs13501.11900-125F1","Hep-2%20cells%20treated%20with%20Streptococci%20strain%205448%2c%20biol_rep1.CNhs13477.11890-125D9","Hep-2%20cells%20treated%20with%20Streptococci%20strain%205448%2c%20biol_rep2.CNhs13496.11891-125E1","Hep-2%20cells%20treated%20with%20Streptococci%20strain%205448%2c%20biol_rep3.CNhs13497.11892-125E2","Hep-2%20cells%20treated%20with%20Streptococci%20strain%20JRS4%2c%20biol_rep1.CNhs13478.11894-125E4","Hep-2%20cells%20treated%20with%20Streptococci%20strain%20JRS4%2c%20biol_rep2.CNhs13498.11895-125E5","Hep-2%20cells%20treated%20with%20Streptococci%20strain%20JRS4%2c%20biol_rep3.CNhs13499.11896-125E6","Hepatic%20Sinusoidal%20Endothelial%20Cells%2c%20donor1.CNhs12075.11521-119H9","Hepatic%20Sinusoidal%20Endothelial%20Cells%2c%20donor2.CNhs12092.11601-120H8","Hepatic%20Stellate%20Cells%20%28lipocyte%29%2c%20donor1.CNhs11335.11524-119I3","Hepatic%20Stellate%20Cells%20%28lipocyte%29%2c%20donor2.CNhs12093.11604-120I2","Hepatocyte%2c%20donor1.CNhs12340.11523-119I2","Hepatocyte%2c%20donor2.CNhs12349.11603-120I1","Hepatocyte%2c%20donor3.CNhs12626.11684-122I1","Hodgkin%27s%20lymphoma%20cell%20line%3aHD-Mar2.CNhs11715.10435-106E3","Intestinal%20epithelial%20cells%20%28polarized%29%2c%20donor1.CNhs10875.11246-116E4","Iris%20Pigment%20Epithelial%20Cells%2c%20donor1.CNhs12596.11530-119I9","Keratinocyte%20-%20epidermal%2c%20donor1.CNhs11064.11272-116H3","Keratinocyte%20-%20epidermal%2c%20donor2.CNhs11381.11349-117G8","Keratinocyte%20-%20epidermal%2c%20donor3.CNhs12031.11421-118F8","Keratinocyte%20-%20oral%2c%20donor1.CNhs10879.11251-116E9","Keratocytes%2c%20donor1.CNhs11337.11527-119I6","Keratocytes%2c%20donor2.CNhs12095.11607-120I5","Lens%20Epithelial%20Cells%2c%20donor1.CNhs12342.11529-119I8","Lens%20Epithelial%20Cells%2c%20donor2.CNhs12568.11609-120I7","Lens%20Epithelial%20Cells%2c%20donor3.CNhs12572.11690-122I7","Lymphatic%20Endothelial%20cells%20response%20to%20VEGFC%2c%2000hr00min%2c%20biol_rep1%20%28MM%20XIX%20-%201%29.CNhs11936.12260-130A1","Lymphatic%20Endothelial%20cells%20response%20to%20VEGFC%2c%2000hr00min%2c%20biol_rep2%20%28MM%20XIV%20-%201%29.CNhs13157.12382-131E6","Lymphatic%20Endothelial%20cells%20response%20to%20VEGFC%2c%2000hr00min%2c%20biol_rep3%20%28MM%20XXII%20-%201%20%29.CNhs13276.12504-133A2","MCF7%20breast%20cancer%20cell%20line%20response%20to%20EGF1%2c%2000hr00min%2c%20biol_rep2.CNhs12475.13097-140D1","MCF7%20breast%20cancer%20cell%20line%20response%20to%20EGF1%2c%2000hr00min%2c%20biol_rep3.CNhs12703.13163-141B4","Macrophage%20-%20monocyte%20derived%2c%20donor1.CNhs10861.11232-116C8","Macrophage%20-%20monocyte%20derived%2c%20donor2.CNhs11899.11313-117C8","Macrophage%20-%20monocyte%20derived%2c%20donor3.CNhs12003.11389-118C3","Mallassez-derived%20cells%2c%20donor1%20%28MZH3%29.CNhs12538.12142-128E9","Mallassez-derived%20cells%2c%20donor2.CNhs13550.11929-125I3","Mallassez-derived%20cells%2c%20donor3.CNhs13551.11930-125I4","Mammary%20Epithelial%20Cell%2c%20donor1.CNhs11077.11273-116H4","Mammary%20Epithelial%20Cell%2c%20donor2.CNhs11382.11350-117G9","Mammary%20Epithelial%20Cell%2c%20donor3.CNhs12032.11422-118F9","Mast%20cell%20-%20stimulated%2c%20donor1.CNhs11073.11487-119E2","Mast%20cell%2c%20donor1.CNhs12566.11563-120D6","Mast%20cell%2c%20donor2.CNhs12594.11565-120D8","Mast%20cell%2c%20donor3.CNhs12593.11566-120D9","Mast%20cell%2c%20donor4.CNhs12592.11567-120E1","Melanocyte%20-%20dark%2c%20donor3.CNhs12570.11663-122F7","Melanocyte%20-%20light%2c%20donor1.CNhs11303.11274-116H5","Melanocyte%20-%20light%2c%20donor2.CNhs11383.11351-117H1","Melanocyte%20-%20light%2c%20donor3.CNhs12033.11423-118G1","Melanocyte%2c%20donor1%20%28MC%2b1%29.CNhs12816.12641-134G4","Melanocyte%2c%20donor2%20%28MC%2b2%29.CNhs13156.12739-135I3","Melanocyte%2c%20donor3%20%28MC%2b3%29.CNhs13406.12837-137B2","Meningeal%20Cells%2c%20donor1.CNhs11320.11493-119E8","Meningeal%20Cells%2c%20donor2.CNhs12080.11573-120E7","Meningeal%20Cells%2c%20donor3.CNhs12731.11654-122E7","Mesenchymal%20Stem%20Cells%20-%20Wharton%27s%20Jelly%2c%20donor1.CNhs11057.11548-120B9","Mesenchymal%20Stem%20Cells%20-%20adipose%2c%20donor1.CNhs11345.11537-120A7","Mesenchymal%20Stem%20Cells%20-%20adipose%2c%20donor3.CNhs12922.11698-123A6","Mesenchymal%20Stem%20Cells%20-%20amniotic%20membrane%2c%20donor1.CNhs11349.11547-120B8","Mesenchymal%20Stem%20Cells%20-%20amniotic%20membrane%2c%20donor2.CNhs12104.11627-122B7","Mesenchymal%20Stem%20Cells%20-%20bone%20marrow%2c%20donor1.CNhs11344.11536-120A6","Mesenchymal%20Stem%20Cells%20-%20bone%20marrow%2c%20donor2.CNhs12100.11616-122A5","Mesenchymal%20Stem%20Cells%20-%20bone%20marrow%2c%20donor3.CNhs12126.11697-123A5","Mesenchymal%20Stem%20Cells%20-%20hepatic%2c%20donor2.CNhs12730.11618-122A7","Mesenchymal%20Stem%20Cells%20-%20umbilical%2c%20donor1.CNhs11347.11539-120A9","Mesenchymal%20Stem%20Cells%20-%20umbilical%2c%20donor3.CNhs12127.11700-123A8","Mesenchymal%20stem%20cells%20-%20adipose%2c%20donor0.CNhs10844.11217-116B2","Mesenchymal%20stem%20cells%20-%20hepatic%2c%20donor0.CNhs10845.11218-116B3","Mesenchymal%20stem%20cells%20-%20umbilical%2c%20donor0.CNhs12492.11214-116A8","Mesothelial%20Cells%2c%20donor1.CNhs10850.11247-116E5","Mesothelial%20Cells%2c%20donor2.CNhs12197.12156-128G5","Mesothelial%20Cells%2c%20donor3.CNhs12012.11402-118D7","Monocyte-derived%20macrophages%20response%20to%20udorn%20influenza%20infection%2c%2000hr00min%2c%20donor2%20%28150_120%3aUd_0h%29.CNhs13646.13317-143A5","Monocyte-derived%20macrophages%20response%20to%20udorn%20influenza%20infection%2c%2000hr00min%2c%20donor3%20%28536_119%3aUd_0h%29.CNhs13650.13323-143B2","Monocyte-derived%20macrophages%20response%20to%20udorn%20influenza%20infection%2c%2000hr00min%2c%20donor4%20%28227_121%3aUd_0h%29.CNhs13639.13311-142I8","Multipotent%20Cord%20Blood%20Unrestricted%20Somatic%20Stem%20Cells%2c%20donor1.CNhs11350.11549-120C1","Multipotent%20Cord%20Blood%20Unrestricted%20Somatic%20Stem%20Cells%2c%20donor2.CNhs12105.11629-122B9","Myoblast%20differentiation%20to%20myotubes%2c%20day00%2c%20control%20donor1.CNhs13847.13469-144I4","Myoblast%2c%20donor1.CNhs10870.11241-116D8","Myoblast%2c%20donor2.CNhs11965.11322-117D8","Myoblast%2c%20donor3.CNhs11908.11398-118D3","NK%20T%20cell%20leukemia%20cell%20line%3aKHYG-1.CNhs11867.10777-110G3","Natural%20Killer%20Cells%2c%20donor1.CNhs10859.11230-116C6","Natural%20Killer%20Cells%2c%20donor2.CNhs11957.11311-117C6","Natural%20Killer%20Cells%2c%20donor3.CNhs12001.11387-118C1","Neural%20stem%20cells%2c%20donor1.CNhs11063.11275-116H6","Neural%20stem%20cells%2c%20donor2.CNhs11384.11352-117H2","Neurons%2c%20donor1.CNhs12338.11494-119E9","Neurons%2c%20donor2.CNhs12726.11574-120E8","Neurons%2c%20donor3.CNhs13815.11655-122E8","Neutrophils%2c%20donor1.CNhs10862.11233-116C9","Neutrophils%2c%20donor2.CNhs11959.11314-117C9","Neutrophils%2c%20donor3.CNhs11905.11390-118C4","Nucleus%20Pulposus%20Cell%2c%20donor1.CNhs10881.11252-116F1","Nucleus%20Pulposus%20Cell%2c%20donor2.CNhs12019.11409-118E5","Nucleus%20Pulposus%20Cell%2c%20donor3.CNhs12063.11462-119B4","Olfactory%20epithelial%20cells%2c%20donor1.CNhs13816.11933-125I7","Olfactory%20epithelial%20cells%2c%20donor2.CNhs13817.11934-125I8","Olfactory%20epithelial%20cells%2c%20donor3.CNhs13818.11935-125I9","Olfactory%20epithelial%20cells%2c%20donor4.CNhs13819.11936-126A1","Osteoblast%20-%20differentiated%2c%20donor1.CNhs11311.11276-116H7","Osteoblast%20-%20differentiated%2c%20donor2.CNhs11980.11353-117H3","Osteoblast%20-%20differentiated%2c%20donor3.CNhs12035.11425-118G3","Osteoblast%2c%20donor2.CNhs11385.11354-117H4","Osteoblast%2c%20donor3.CNhs12036.11426-118G4","Pancreatic%20stromal%20cells%2c%20donor1.CNhs10877.11249-116E7","Pericytes%2c%20donor1.CNhs11317.11491-119E6","Pericytes%2c%20donor2.CNhs12079.11571-120E5","Peripheral%20Blood%20Mononuclear%20Cells%2c%20donor1.CNhs10860.11231-116C7","Peripheral%20Blood%20Mononuclear%20Cells%2c%20donor2.CNhs11958.11312-117C7","Peripheral%20Blood%20Mononuclear%20Cells%2c%20donor3.CNhs12002.11388-118C2","Placental%20Epithelial%20Cells%2c%20donor1.CNhs11079.11278-116H9","Placental%20Epithelial%20Cells%2c%20donor2.CNhs11386.11355-117H5","Placental%20Epithelial%20Cells%2c%20donor3.CNhs12037.11427-118G5","Preadipocyte%20-%20breast%2c%20donor1.CNhs11052.11467-119B9","Preadipocyte%20-%20breast%2c%20donor2%20%28nuclear%20fraction%29.CNhs12584.14320-155D9","Preadipocyte%20-%20breast%2c%20donor2.CNhs11971.11328-117E5","Preadipocyte%20-%20omental%2c%20donor1.CNhs11065.11468-119C1","Preadipocyte%20-%20omental%2c%20donor2.CNhs11902.11329-117E6","Preadipocyte%20-%20omental%2c%20donor3.CNhs12013.11403-118D8","Preadipocyte%20-%20perirenal%2c%20donor1.CNhs12065.11469-119C2","Preadipocyte%20-%20subcutaneous%2c%20donor2.CNhs11981.11356-117H6","Preadipocyte%20-%20subcutaneous%2c%20donor3.CNhs12038.11428-118G6","Preadipocyte%20-%20visceral%2c%20donor1.CNhs11082.11280-116I2","Preadipocyte%20-%20visceral%2c%20donor2.CNhs11982.11357-117H7","Preadipocyte%20-%20visceral%2c%20donor3.CNhs12039.11429-118G7","Prostate%20Epithelial%20Cells%20%28polarized%29%2c%20donor1.CNhs10882.11253-116F2","Prostate%20Epithelial%20Cells%2c%20donor2.CNhs11972.11331-117E8","Prostate%20Epithelial%20Cells%2c%20donor3.CNhs12014.11404-118D9","Prostate%20Stromal%20Cells%2c%20donor1.CNhs10883.11254-116F3","Prostate%20Stromal%20Cells%2c%20donor2.CNhs11973.11332-117E9","Prostate%20Stromal%20Cells%2c%20donor3.CNhs12015.11405-118E1","Renal%20Cortical%20Epithelial%20Cells%2c%20donor1.CNhs11331.11516-119H4","Renal%20Cortical%20Epithelial%20Cells%2c%20donor2.CNhs12728.11596-120H3","Renal%20Epithelial%20Cells%2c%20donor1.CNhs11332.11517-119H5","Renal%20Epithelial%20Cells%2c%20donor2.CNhs12088.11597-120H4","Renal%20Epithelial%20Cells%2c%20donor3.CNhs12732.11678-122H4","Renal%20Glomerular%20Endothelial%20Cells%2c%20donor1.CNhs12074.11514-119H2","Renal%20Glomerular%20Endothelial%20Cells%2c%20donor2.CNhs12086.11594-120H1","Renal%20Glomerular%20Endothelial%20Cells%2c%20donor3.CNhs12624.11675-122H1","Renal%20Glomerular%20Endothelial%20Cells%2c%20donor4.CNhs13080.11783-124B1","Renal%20Mesangial%20Cells%2c%20donor1.CNhs11333.11518-119H6","Renal%20Mesangial%20Cells%2c%20donor3.CNhs12121.11679-122H5","Renal%20Proximal%20Tubular%20Epithelial%20Cell%2c%20donor1.CNhs11330.11515-119H3","Renal%20Proximal%20Tubular%20Epithelial%20Cell%2c%20donor2.CNhs12087.11595-120H2","Renal%20Proximal%20Tubular%20Epithelial%20Cell%2c%20donor3.CNhs12120.11676-122H2","Reticulocytes%2c%20biol_%20rep1.CNhs13552.11931-125I5","Reticulocytes%2c%20biol_%20rep2.CNhs13553.11932-125I6","Retinal%20Pigment%20Epithelial%20Cells%2c%20donor0.CNhs10842.11215-116A9","Retinal%20Pigment%20Epithelial%20Cells%2c%20donor1.CNhs11338.11528-119I7","Retinal%20Pigment%20Epithelial%20Cells%2c%20donor3.CNhs12733.11689-122I6","SABiosciences%20XpressRef%20Human%20Universal%20Total%20RNA%2c%20pool1.CNhs10610.10002-101A5","Saos-2%20osteosarcoma%20treated%20with%20ascorbic%20acid%20and%20BGP%20to%20induce%20calcification%2c%2000hr00min%2c%20biol_rep2%20%28A2%20T0%29.CNhs12859.12760-136B6","Saos-2%20osteosarcoma%20treated%20with%20ascorbic%20acid%20and%20BGP%20to%20induce%20calcification%2c%2000hr00min%2c%20biol_rep3%20%28A3%20T0%29.CNhs12952.12858-137D5","Sebocyte%2c%20donor1.CNhs10847.11220-116B5","Sebocyte%2c%20donor2.CNhs11951.11301-117B5","Sertoli%20Cells%2c%20donor1.CNhs10851.11255-116F4","Skeletal%20Muscle%20Cells%2c%20donor1.CNhs11083.11281-116I3","Skeletal%20Muscle%20Cells%2c%20donor4.CNhs12053.11451-119A2","Skeletal%20Muscle%20Cells%2c%20donor5.CNhs12056.11455-119A6","Skeletal%20Muscle%20Cells%2c%20donor6.CNhs12060.11459-119B1","Skeletal%20Muscle%20Satellite%20Cells%2c%20donor1.CNhs10869.11240-116D7","Skeletal%20Muscle%20Satellite%20Cells%2c%20donor2.CNhs11964.11321-117D7","Skeletal%20Muscle%20Satellite%20Cells%2c%20donor3.CNhs12008.11397-118D2","Skeletal%20muscle%20cells%20differentiated%20into%20Myotubes%20-%20multinucleated%2c%20donor1.CNhs11084.11282-116I4","Small%20Airway%20Epithelial%20Cells%2c%20donor1.CNhs10884.11256-116F5","Small%20Airway%20Epithelial%20Cells%2c%20donor2.CNhs11975.11334-117F2","Small%20Airway%20Epithelial%20Cells%2c%20donor3%20%28nuclear%20fraction%29.CNhs12583.14317-155D6","Small%20Airway%20Epithelial%20Cells%2c%20donor3.CNhs12016.11406-118E2","Smooth%20Muscle%20Cells%20-%20Aortic%2c%20donor0%20%28cytoplasmic%20fraction%29.CNhs12401.14313-155D2","Smooth%20Muscle%20Cells%20-%20Aortic%2c%20donor0%20%28nuclear%20fraction%29.CNhs12402.14314-155D3","Smooth%20Muscle%20Cells%20-%20Aortic%2c%20donor0.CNhs10838.11210-116A4","Smooth%20Muscle%20Cells%20-%20Aortic%2c%20donor1.CNhs11085.11283-116I5","Smooth%20Muscle%20Cells%20-%20Aortic%2c%20donor2.CNhs11305.11360-117I1","Smooth%20Muscle%20Cells%20-%20Aortic%2c%20donor3.CNhs11309.11432-118H1","Smooth%20Muscle%20Cells%20-%20Brachiocephalic%2c%20donor1.CNhs11086.11284-116I6","Smooth%20Muscle%20Cells%20-%20Brachiocephalic%2c%20donor3.CNhs12043.11433-118H2","Smooth%20Muscle%20Cells%20-%20Brain%20Vascular%2c%20donor1.CNhs10863.11234-116D1","Smooth%20Muscle%20Cells%20-%20Brain%20Vascular%2c%20donor2.CNhs11900.11315-117D1","Smooth%20Muscle%20Cells%20-%20Brain%20Vascular%2c%20donor3.CNhs12004.11391-118C5","Smooth%20Muscle%20Cells%20-%20Bronchial%2c%20donor1.CNhs11328.11512-119G9","Smooth%20Muscle%20Cells%20-%20Bronchial%2c%20donor2.CNhs12348.11592-120G8","Smooth%20Muscle%20Cells%20-%20Carotid%2c%20donor1.CNhs11087.11285-116I7","Smooth%20Muscle%20Cells%20-%20Carotid%2c%20donor3.CNhs12044.11434-118H3","Smooth%20Muscle%20Cells%20-%20Colonic%2c%20donor1.CNhs10868.11239-116D6","Smooth%20Muscle%20Cells%20-%20Colonic%2c%20donor2.CNhs11963.11320-117D6","Smooth%20Muscle%20Cells%20-%20Colonic%2c%20donor3.CNhs12007.11396-118D1","Smooth%20Muscle%20Cells%20-%20Coronary%20Artery%2c%20donor1.CNhs11088.11286-116I8","Smooth%20Muscle%20Cells%20-%20Coronary%20Artery%2c%20donor2.CNhs11987.11363-117I4","Smooth%20Muscle%20Cells%20-%20Coronary%20Artery%2c%20donor3.CNhs12045.11435-118H4","Smooth%20Muscle%20Cells%20-%20Esophageal%2c%20donor1.CNhs11324.11508-119G5","Smooth%20Muscle%20Cells%20-%20Internal%20Thoracic%20Artery%2c%20donor2.CNhs11988.11364-117I5","Smooth%20Muscle%20Cells%20-%20Internal%20Thoracic%20Artery%2c%20donor3.CNhs12046.11436-118H5","Smooth%20Muscle%20Cells%20-%20Prostate%2c%20donor1.CNhs11920.11257-116F6","Smooth%20Muscle%20Cells%20-%20Prostate%2c%20donor2.CNhs11976.11335-117F3","Smooth%20Muscle%20Cells%20-%20Pulmonary%20Artery%2c%20donor2.CNhs11989.11365-117I6","Smooth%20Muscle%20Cells%20-%20Subclavian%20Artery%2c%20donor1.CNhs11090.11289-117A2","Smooth%20Muscle%20Cells%20-%20Subclavian%20Artery%2c%20donor2.CNhs11990.11366-117I7","Smooth%20Muscle%20Cells%20-%20Subclavian%20Artery%2c%20donor3.CNhs12048.11438-118H7","Smooth%20Muscle%20Cells%20-%20Tracheal%2c%20donor1.CNhs11329.11513-119H1","Smooth%20Muscle%20Cells%20-%20Tracheal%2c%20donor3.CNhs12894.11674-122G9","Smooth%20Muscle%20Cells%20-%20Umbilical%20Artery%2c%20donor1.CNhs11091.11290-117A3","Smooth%20Muscle%20Cells%20-%20Umbilical%20Artery%2c%20donor2.CNhs11991.11367-117I8","Smooth%20Muscle%20Cells%20-%20Umbilical%20Artery%2c%20donor3.CNhs12049.11439-118H8","Smooth%20Muscle%20Cells%20-%20Umbilical%20Vein%2c%20donor1.CNhs12597.11541-120B2","Smooth%20Muscle%20Cells%20-%20Umbilical%20Vein%2c%20donor2.CNhs12569.11621-122B1","Smooth%20Muscle%20Cells%20-%20Umbilical%20artery%2c%20donor0.CNhs10839.11212-116A6","Smooth%20Muscle%20Cells%20-%20Uterine%2c%20donor3.CNhs11927.11466-119B8","Synoviocyte%2c%20donor2.CNhs11992.11368-117I9","Synoviocyte%2c%20donor3.CNhs12050.11440-118H9","Trabecular%20Meshwork%20Cells%2c%20donor1.CNhs11340.11532-120A2","Trabecular%20Meshwork%20Cells%2c%20donor3.CNhs12124.11693-123A1","Tracheal%20Epithelial%20Cells%2c%20donor1.CNhs11092.11292-117A5","Tracheal%20Epithelial%20Cells%2c%20donor2.CNhs11993.11369-118A1","Tracheal%20Epithelial%20Cells%2c%20donor3.CNhs12051.11441-118I1","Universal%20RNA%20-%20Human%20Normal%20Tissues%20Biochain%2c%20pool1.CNhs10612.10007-101B4","Urothelial%20Cells%2c%20donor1.CNhs11334.11520-119H8","Urothelial%20Cells%2c%20donor2.CNhs12091.11600-120H7","Urothelial%20Cells%2c%20donor3.CNhs12122.11681-122H7","Urothelial%20cells%2c%20donor0.CNhs10843.11216-116B1","Whole%20blood%20%28ribopure%29%2c%20donor090309%2c%20donation1.CNhs11675.12179-129A1","Whole%20blood%20%28ribopure%29%2c%20donor090309%2c%20donation2.CNhs11671.12180-129A2","Whole%20blood%20%28ribopure%29%2c%20donor090309%2c%20donation3.CNhs11948.12181-129A3","Whole%20blood%20%28ribopure%29%2c%20donor090325%2c%20donation1.CNhs11075.12176-128I7","Whole%20blood%20%28ribopure%29%2c%20donor090325%2c%20donation2.CNhs11076.12177-128I8","Whole%20blood%20%28ribopure%29%2c%20donor090612%2c%20donation1.CNhs11672.12182-129A4","Whole%20blood%20%28ribopure%29%2c%20donor090612%2c%20donation2.CNhs11673.12183-129A5","Whole%20blood%20%28ribopure%29%2c%20donor090612%2c%20donation3.CNhs11949.12184-129A6","Wilms%27%20tumor%20cell%20line%3aG-401.CNhs11892.10809-111A8","Wilms%27%20tumor%20cell%20line%3aHFWT.CNhs11728.10597-108E3","acantholytic%20squamous%20carcinoma%20cell%20line%3aHCC1806.CNhs11844.10717-109I6","acute%20lymphoblastic%20leukemia%20%28B-ALL%29%20cell%20line%3aBALL-1.CNhs11251.10455-106G5","acute%20lymphoblastic%20leukemia%20%28B-ALL%29%20cell%20line%3aNALM-6.CNhs11282.10534-107G3","acute%20lymphoblastic%20leukemia%20%28T-ALL%29%20cell%20line%3aHPB-ALL.CNhs10746.10429-106D6","acute%20lymphoblastic%20leukemia%20%28T-ALL%29%20cell%20line%3aJurkat.CNhs11253.10464-106H5","acute%20myeloid%20leukemia%20%28FAB%20M0%29%20cell%20line%3aKG-1.CNhs13053.10827-111C8","acute%20myeloid%20leukemia%20%28FAB%20M0%29%20cell%20line%3aKasumi-3.CNhs13241.10789-110H6","acute%20myeloid%20leukemia%20%28FAB%20M1%29%20cell%20line%3aHYT-1.CNhs13054.10828-111C9","acute%20myeloid%20leukemia%20%28FAB%20M2%29%20cell%20line%3aKasumi-1.CNhs13502.10788-110H5","acute%20myeloid%20leukemia%20%28FAB%20M2%29%20cell%20line%3aKasumi-6.CNhs13052.10792-110H9","acute%20myeloid%20leukemia%20%28FAB%20M2%29%20cell%20line%3aNKM-1.CNhs11864.10765-110E9","acute%20myeloid%20leukemia%20%28FAB%20M3%29%20cell%20line%3aHL60.CNhs13055.10829-111D1","acute%20myeloid%20leukemia%20%28FAB%20M4%29%20cell%20line%3aFKH-1.CNhs13503.10830-111D2","acute%20myeloid%20leukemia%20%28FAB%20M4%29%20cell%20line%3aHNT-34.CNhs13504.10831-111D3","acute%20myeloid%20leukemia%20%28FAB%20M4eo%29%20cell%20line%3aEoL-1.CNhs13056.10832-111D4","acute%20myeloid%20leukemia%20%28FAB%20M4eo%29%20cell%20line%3aEoL-3.CNhs13057.10833-111D5","acute%20myeloid%20leukemia%20%28FAB%20M5%29%20cell%20line%3aNOMO-1.CNhs13050.10764-110E8","acute%20myeloid%20leukemia%20%28FAB%20M5%29%20cell%20line%3aP31%2fFUJ.CNhs13051.10770-110F5","acute%20myeloid%20leukemia%20%28FAB%20M5%29%20cell%20line%3aTHP-1%20%28fresh%29.CNhs10722.10399-106A3","acute%20myeloid%20leukemia%20%28FAB%20M5%29%20cell%20line%3aTHP-1%20%28revived%29.CNhs10723.10400-106A4","acute%20myeloid%20leukemia%20%28FAB%20M5%29%20cell%20line%3aTHP-1%20%28thawed%29.CNhs10724.10405-106A9","acute%20myeloid%20leukemia%20%28FAB%20M5%29%20cell%20line%3aU-937%20DE-4.CNhs13058.10834-111D6","acute%20myeloid%20leukemia%20%28FAB%20M6%29%20cell%20line%3aEEB.CNhs13059.10835-111D7","acute%20myeloid%20leukemia%20%28FAB%20M6%29%20cell%20line%3aF-36E.CNhs13060.10836-111D8","acute%20myeloid%20leukemia%20%28FAB%20M6%29%20cell%20line%3aF-36P.CNhs13505.10837-111D9","acute%20myeloid%20leukemia%20%28FAB%20M7%29%20cell%20line%3aM-MOK.CNhs13049.10699-109G6","acute%20myeloid%20leukemia%20%28FAB%20M7%29%20cell%20line%3aMKPL-1.CNhs11888.10802-111A1","adenocarcinoma%20cell%20line%3aIM95m.CNhs11882.10796-110I4","adipose%20tissue%2c%20adult%2c%20pool1.CNhs10615.10010-101C1","adrenal%20cortex%20adenocarcinoma%20cell%20line%3aSW-13.CNhs11893.10810-111A9","adult%20T-cell%20leukemia%20cell%20line%3aATN-1.CNhs10738.10421-106C7","alveolar%20cell%20carcinoma%20cell%20line%3aSW%201573.CNhs11838.10708-109H6","amniotic%20membrane%20cells%2c%20donor1.CNhs12502.12235-129G3","amniotic%20membrane%20cells%2c%20donor2.CNhs12503.12236-129G4","amniotic%20membrane%20cells%2c%20donor3.CNhs12379.12237-129G5","amygdala%20-%20adult%2c%20donor10196.CNhs13793.10167-103B5","amygdala%2c%20adult%2c%20donor10252.CNhs12311.10151-102I7","anaplastic%20carcinoma%20cell%20line%3a8305C.CNhs10745.10428-106D5","anaplastic%20large%20cell%20lymphoma%20cell%20line%3aKi-JK.CNhs11881.10795-110I3","anaplastic%20squamous%20cell%20carcinoma%20cell%20line%3aRPMI%202650.CNhs11889.10805-111A4","aorta%2c%20adult%2c%20pool1.CNhs11760.10052-101G7","appendix%2c%20adult.CNhs12842.10189-103D9","argyrophil%20small%20cell%20carcinoma%20cell%20line%3aTC-YIK.CNhs11725.10589-108D4","astrocytoma%20cell%20line%3aTM-31.CNhs10742.10425-106D2","b%20cell%20line%3aRPMI1788.CNhs10744.10427-106D4","basal%20cell%20carcinoma%20cell%20line%3aTE%20354%2eT.CNhs11932.10702-109G9","bile%20duct%20carcinoma%20cell%20line%3aHuCCT1.CNhs10750.10432-106D9","bile%20duct%20carcinoma%20cell%20line%3aTFK-1.CNhs11265.10496-107C1","biphenotypic%20B%20myelomonocytic%20leukemia%20cell%20line%3aMV-4-11.CNhs11845.10718-109I7","bladder%2c%20adult%2c%20pool1.CNhs10616.10011-101C2","blood%2c%20adult%2c%20pool1.CNhs11761.10053-101G8","bone%20marrow%20stromal%20cell%20line%3aStromaNKtert.CNhs11931.10686-109F2","brain%2c%20adult%2c%20donor1.CNhs11796.10084-102B3","brain%2c%20adult%2c%20pool1.CNhs10617.10012-101C3","brain%2c%20fetal%2c%20pool1.CNhs11797.10085-102B4","breast%20carcinoma%20cell%20line%3aMCF7.CNhs11943.10482-107A5","breast%20carcinoma%20cell%20line%3aMDA-MB-453.CNhs10736.10419-106C5","breast%2c%20adult%2c%20donor1.CNhs11792.10080-102A8","bronchial%20squamous%20cell%20carcinoma%20cell%20line%3aKNS-62.CNhs11862.10760-110E4","bronchioalveolar%20carcinoma%20cell%20line%3aNCI-H358.CNhs11840.10709-109H7","bronchogenic%20carcinoma%20cell%20line%3aChaGo-K-1.CNhs11841.10710-109H8","carcinoid%20cell%20line%3aNCI-H1770.CNhs11834.10703-109H1","carcinoid%20cell%20line%3aSK-PN-DW.CNhs11846.10719-109I8","carcinosarcoma%20cell%20line%3aJHUCS-1.CNhs11747.10642-109A3","caudate%20nucleus%20-%20adult%2c%20donor10196.CNhs13802.10177-103C6","caudate%20nucleus%2c%20adult%2c%20donor10252.CNhs12321.10164-103B2","cerebellum%20-%20adult%2c%20donor10196.CNhs13799.10173-103C2","cerebellum%2c%20adult%2c%20donor10252.CNhs12323.10166-103B4","cerebellum%2c%20adult%2c%20pool1.CNhs11795.10083-102B2","cerebral%20meninges%2c%20adult.CNhs12840.10188-103D8","cervical%20cancer%20cell%20line%3aD98-AH2.CNhs11288.10552-107I3","cervical%20cancer%20cell%20line%3aME-180.CNhs11289.10553-107I4","cervix%2c%20adult%2c%20pool1.CNhs10618.10013-101C4","cholangiocellular%20carcinoma%20cell%20line%3aHuH-28.CNhs11283.10536-107G5","choriocarcinoma%20%20cell%20line%3aT3M-3.CNhs11820.10618-108G6","choriocarcinoma%20cell%20line%3aBeWo.CNhs10740.10423-106C9","choriocarcinoma%20cell%20line%3aSCH.CNhs11875.10785-110H2","chorionic%20membrane%20cells%2c%20donor1.CNhs12504.12238-129G6","chorionic%20membrane%20cells%2c%20donor2.CNhs12506.12239-129G7","chorionic%20membrane%20cells%2c%20donor3.CNhs12380.12240-129G8","chronic%20lymphocytic%20leukemia%20%28T-CLL%29%20cell%20line%3aSKW-3.CNhs11714.10416-106C2","chronic%20myeloblastic%20leukemia%20%28CML%29%20cell%20line%3aKCL-22.CNhs11886.10801-110I9","chronic%20myelogenous%20leukemia%20%28CML%29%20cell%20line%3aMEG-A2.CNhs11865.10766-110F1","chronic%20myelogenous%20leukemia%20cell%20line%3aK562%20ENCODE%2c%20biol_rep1.CNhs12334.10824-111C5","chronic%20myelogenous%20leukemia%20cell%20line%3aK562%20ENCODE%2c%20biol_rep2.CNhs12335.10825-111C6","chronic%20myelogenous%20leukemia%20cell%20line%3aK562%20ENCODE%2c%20biol_rep3.CNhs12336.10826-111C7","chronic%20myelogenous%20leukemia%20cell%20line%3aK562.CNhs11250.10454-106G4","chronic%20myelogenous%20leukemia%20cell%20line%3aKU812.CNhs10727.10409-106B4","clear%20cell%20carcinoma%20cell%20line%3aJHOC-5.CNhs11745.10638-108I8","clear%20cell%20carcinoma%20cell%20line%3aTEN.CNhs11930.10636-108I6","colon%20carcinoma%20cell%20line%3aCACO-2.CNhs11280.10513-107D9","colon%20carcinoma%20cell%20line%3aCOLO-320.CNhs10737.10420-106C6","colon%2c%20adult%2c%20donor1.CNhs11794.10082-102B1","colon%2c%20adult%2c%20pool1.CNhs10619.10014-101C5","colon%2c%20fetal%2c%20donor1.CNhs11780.10070-101I7","cord%20blood%20derived%20cell%20line%3aCOBL-a%2024h%20infection%28-C%29.CNhs11049.10452-106G2","cord%20blood%20derived%20cell%20line%3aCOBL-a%2024h%20infection.CNhs11050.10453-106G3","cord%20blood%20derived%20cell%20line%3aCOBL-a%20untreated.CNhs11045.10449-106F8","corpus%20callosum%2c%20adult%2c%20pool1.CNhs10649.10042-101F6","diaphragm%2c%20fetal%2c%20donor1.CNhs11779.10069-101I6","diencephalon%2c%20adult.CNhs12610.10193-103E4","diffuse%20large%20B-cell%20lymphoma%20cell%20line%3aCTB-1.CNhs11741.10631-108I1","ductal%20cell%20carcinoma%20cell%20line%3aKLM-1.CNhs11100.10438-106E6","ductal%20cell%20carcinoma%20cell%20line%3aMIA%20Paca2.CNhs11259.10488-107B2","ductus%20deferens%2c%20adult.CNhs12846.10196-103E7","duodenum%2c%20fetal%2c%20donor1%2c%20tech_rep1.CNhs11781.10071-101I8","duodenum%2c%20fetal%2c%20donor1%2c%20tech_rep2.CNhs12996.10071-101I8","dura%20mater%2c%20adult%2c%20donor1.CNhs10648.10041-101F5","embryonic%20kidney%20cell%20line%3a%20HEK293%2fSLAM%20infection%2c%2024hr.CNhs11047.10451-106G1","embryonic%20kidney%20cell%20line%3a%20HEK293%2fSLAM%20untreated.CNhs11046.10450-106F9","embryonic%20pancreas%20cell%20line%3a1B2C6.CNhs11731.10604-108F1","embryonic%20pancreas%20cell%20line%3a1C3D3.CNhs11732.10605-108F2","embryonic%20pancreas%20cell%20line%3a1C3IKEI.CNhs11733.10606-108F3","embryonic%20pancreas%20cell%20line%3a2C6.CNhs11814.10603-108E9","endometrial%20carcinoma%20cell%20line%3aOMC-2.CNhs11266.10497-107C2","endometrial%20stromal%20sarcoma%20cell%20line%3aOMC-9.CNhs11249.10448-106F7","endometrioid%20adenocarcinoma%20cell%20line%3aJHUEM-1.CNhs11748.10643-109A4","epidermoid%20carcinoma%20%20cell%20line%3aA431.CNhs10743.10426-106D3","epidermoid%20carcinoma%20cell%20line%3aCa%20Ski.CNhs10748.10431-106D8","epididymis%2c%20adult.CNhs12847.10197-103E8","epithelioid%20sarcoma%20cell%20line%3aHS-ES-1.CNhs11247.10443-106F2","epitheloid%20carcinoma%20cell%20line%3a%20HelaS3%20ENCODE%2c%20biol_rep1.CNhs12325.10815-111B5","epitheloid%20carcinoma%20cell%20line%3a%20HelaS3%20ENCODE%2c%20biol_rep2.CNhs12326.10816-111B6","epitheloid%20carcinoma%20cell%20line%3a%20HelaS3%20ENCODE%2c%20biol_rep3.CNhs12327.10817-111B7","esophagus%2c%20adult%2c%20pool1.CNhs10620.10015-101C6","extraskeletal%20myxoid%20chondrosarcoma%20cell%20line%3aH-EMC-SS.CNhs10728.10410-106B5","eye%2c%20fetal%2c%20donor1.CNhs11762.10054-101G9","fibrosarcoma%20cell%20line%3aHT-1080.CNhs11860.10758-110E2","fibrous%20histiocytoma%20cell%20line%3aGCT%20TIB-223.CNhs11842.10711-109H9","frontal%20lobe%2c%20adult%2c%20pool1.CNhs10647.10040-101F4","gall%20bladder%20carcinoma%20cell%20line%3aTGBC14TKB.CNhs11256.10470-106I2","gall%20bladder%20carcinoma%20cell%20line%3aTGBC2TKB.CNhs10733.10415-106C1","gall%20bladder%2c%20adult.CNhs12848.10198-103E9","gastric%20adenocarcinoma%20cell%20line%3aMKN1.CNhs11737.10614-108G2","gastric%20adenocarcinoma%20cell%20line%3aMKN45.CNhs11819.10612-108F9","gastric%20cancer%20cell%20line%3aAZ521.CNhs11286.10549-107H9","gastrointestinal%20carcinoma%20cell%20line%3aECC12.CNhs11738.10615-108G3","giant%20cell%20carcinoma%20cell%20line%3aLU65.CNhs11274.10487-107B1","giant%20cell%20carcinoma%20cell%20line%3aLu99B.CNhs10751.10433-106E1","glassy%20cell%20carcinoma%20cell%20line%3aHOKUG.CNhs11824.10688-109F4","glioblastoma%20cell%20line%3aA172%2c%20tech_rep2.CNhs11248.10444-106F3","glioblastoma%20cell%20line%3aA172.CNhs11185.10444-106F3","glioblastoma%20cell%20line%3aT98G.CNhs11272.10485-107A8","glioma%20cell%20line%3aGI-1.CNhs10731.10413-106B8","globus%20pallidus%20-%20adult%2c%20donor10196.CNhs13801.10175-103C4","globus%20pallidus%2c%20adult%2c%20donor10252.CNhs12319.10161-103A8","granulocyte%20macrophage%20progenitor%2c%20donor1.CNhs12519.12131-128D7","granulosa%20cell%20tumor%20cell%20line%3aKGN.CNhs11740.10624-108H3","hairy%20cell%20leukemia%20cell%20line%3aMo.CNhs11843.10712-109I1","heart%20-%20mitral%20valve%2c%20adult.CNhs12855.10205-103F7","heart%20-%20pulmonic%20valve%2c%20adult.CNhs12856.10206-103F8","heart%20-%20tricuspid%20valve%2c%20adult.CNhs12857.10207-103F9","heart%2c%20adult%2c%20diseased%20post-infarction%2c%20donor1.CNhs11757.10050-101G5","heart%2c%20adult%2c%20diseased%2c%20donor1.CNhs11758.10051-101G6","heart%2c%20adult%2c%20pool1.CNhs10621.10016-101C7","heart%2c%20fetal%2c%20pool1.CNhs10653.10046-101G1","hepatic%20mesenchymal%20tumor%20cell%20line%3aLI90.CNhs11868.10778-110G4","hepatoblastoma%20cell%20line%3aHuH-6.CNhs11742.10633-108I3","hepatocellular%20carcinoma%20cell%20line%3a%20HepG2%20ENCODE%2c%20biol_rep1.CNhs12328.10818-111B8","hepatocellular%20carcinoma%20cell%20line%3a%20HepG2%20ENCODE%2c%20biol_rep2.CNhs12329.10819-111B9","hepatocellular%20carcinoma%20cell%20line%3a%20HepG2%20ENCODE%2c%20biol_rep3.CNhs12330.10820-111C1","hepatoma%20cell%20line%3aLi-7.CNhs11271.10484-107A7","hereditary%20spherocytic%20anemia%20cell%20line%3aWIL2-NS.CNhs11891.10808-111A7","hippocampus%20-%20adult%2c%20donor10196.CNhs13795.10169-103B7","hippocampus%2c%20adult%2c%20donor10252.CNhs12312.10153-102I9","iPS%20differentiation%20to%20neuron%2c%20control%20donor%20C11-CRL2429%2c%20day00%2c%20rep2.CNhs13822.13425-144D5","iPS%20differentiation%20to%20neuron%2c%20control%20donor%20C32-CRL1502%2c%20day00%2c%20rep1.CNhs13826.13433-144E4","iPS%20differentiation%20to%20neuron%2c%20control%20donor%20C32-CRL1502%2c%20day00%2c%20rep2.CNhs13839.13437-144E8","immature%20langerhans%20cells%2c%20donor1.CNhs13537.11904-125F5","immature%20langerhans%20cells%2c%20donor2.CNhs13480.11905-125F6","insula%2c%20adult%2c%20pool1.CNhs10646.10039-101F3","keratoacanthoma%20cell%20line%3aHKA-1.CNhs11880.10791-110H8","kidney%2c%20adult%2c%20pool1.CNhs10622.10017-101C8","kidney%2c%20fetal%2c%20pool1.CNhs10652.10045-101F9","large%20cell%20lung%20carcinoma%20cell%20line%3aIA-LM.CNhs11277.10509-107D5","large%20cell%20lung%20carcinoma%20cell%20line%3aNCI-H460.CNhs12806.10839-111E2","large%20cell%20non-keratinizing%20squamous%20carcinoma%20cell%20line%3aSKG-II-SF.CNhs11825.10692-109F8","left%20atrium%2c%20adult%2c%20donor1.CNhs11790.10079-102A7","left%20ventricle%2c%20adult%2c%20donor1.CNhs11789.10078-102A6","leiomyoblastoma%20%20cell%20line%3aG-402.CNhs11848.10721-110A1","leiomyoma%20cell%20line%3a10964C.CNhs11722.10569-108B2","leiomyoma%20cell%20line%3a15242A.CNhs11723.10570-108B3","leiomyoma%20cell%20line%3a15425.CNhs11724.10571-108B4","lens%20epithelial%20cell%20line%3aSRA%2001%2f04.CNhs11750.10647-109A8","leukemia%2c%20chronic%20megakaryoblastic%20%20cell%20line%3aMEG-01.CNhs11859.10752-110D5","liposarcoma%20%20cell%20line%3aKMLS-1.CNhs11870.10782-110G8","liposarcoma%20%20cell%20line%3aSW%20872.CNhs11851.10726-110A6","liver%2c%20adult%2c%20pool1.CNhs10624.10018-101C9","liver%2c%20fetal%2c%20pool1.CNhs11798.10086-102B5","locus%20coeruleus%20-%20adult%2c%20donor10196.CNhs13808.10182-103D2","locus%20coeruleus%2c%20adult%2c%20donor10252.CNhs12322.10165-103B3","lung%20adenocarcinoma%20cell%20line%3aA549.CNhs11275.10499-107C4","lung%20adenocarcinoma%20cell%20line%3aPC-14.CNhs10726.10408-106B3","lung%2c%20adult%2c%20pool1.CNhs10625.10019-101D1","lung%2c%20fetal%2c%20donor1.CNhs11680.10068-101I5","lung%2c%20right%20lower%20lobe%2c%20adult%2c%20donor1.CNhs11786.10075-102A3","lymph%20node%2c%20adult%2c%20donor1.CNhs11788.10077-102A5","lymphangiectasia%20cell%20line%3aDS-1.CNhs11852.10727-110A7","lymphoma%2c%20malignant%2c%20hairy%20B-cell%20cell%20line%3aMLMA.CNhs11935.10775-110G1","malignant%20trichilemmal%20cyst%20cell%20line%3aDJM-1.CNhs10730.10412-106B7","mature%20adipocyte%2c%20donor1.CNhs12558.12231-129F8","mature%20adipocyte%2c%20donor2.CNhs12559.12232-129F9","mature%20adipocyte%2c%20donor3.CNhs12560.12233-129G1","mature%20adipocyte%2c%20donor4.CNhs12562.12234-129G2","maxillary%20sinus%20tumor%20cell%20line%3aHSQ-89.CNhs10732.10414-106B9","medial%20frontal%20gyrus%20-%20adult%2c%20donor10196.CNhs13796.10170-103B8","medial%20temporal%20gyrus%20-%20adult%2c%20donor10196.CNhs13809.10183-103D3","medial%20temporal%20gyrus%2c%20adult%2c%20donor10252.CNhs12310.10150-102I6","medulla%20oblongata%20-%20adult%2c%20donor10196.CNhs13800.10174-103C3","medulla%20oblongata%2c%20adult%2c%20donor10252.CNhs12315.10155-103A2","medulla%20oblongata%2c%20adult%2c%20pool1.CNhs10645.10038-101F2","medulloblastoma%20%20cell%20line%3aD283%20Med.CNhs12805.10838-111E1","medulloblastoma%20%20cell%20line%3aONS-76.CNhs11861.10759-110E3","melanoma%20cell%20line%3aCOLO%20679.CNhs11281.10514-107E1","melanoma%20cell%20line%3aG-361.CNhs11254.10465-106H6","meningioma%20cell%20line%3aHKBMM.CNhs11945.10691-109F7","merkel%20cell%20carcinoma%20cell%20line%3aMKL-1.CNhs12838.10843-111E6","merkel%20cell%20carcinoma%20cell%20line%3aMS-1.CNhs12839.10844-111E7","mesenchymal%20precursor%20cell%20-%20adipose%2c%20donor1.CNhs12363.11747-123G1","mesenchymal%20precursor%20cell%20-%20adipose%2c%20donor2.CNhs12364.11748-123G2","mesenchymal%20precursor%20cell%20-%20adipose%2c%20donor3.CNhs12365.11749-123G3","mesenchymal%20precursor%20cell%20-%20bone%20marrow%2c%20donor1.CNhs12366.11750-123G4","mesenchymal%20precursor%20cell%20-%20bone%20marrow%2c%20donor2.CNhs12367.11751-123G5","mesenchymal%20precursor%20cell%20-%20bone%20marrow%2c%20donor3.CNhs13098.11840-124H4","mesenchymal%20precursor%20cell%20-%20cardiac%2c%20donor1.CNhs12368.11752-123G6","mesenchymal%20precursor%20cell%20-%20cardiac%2c%20donor2.CNhs12369.11753-123G7","mesenchymal%20precursor%20cell%20-%20cardiac%2c%20donor3.CNhs12370.11754-123G8","mesenchymal%20precursor%20cell%20-%20cardiac%2c%20donor4.CNhs12371.11755-123G9","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20left%20ovary%2c%20donor1.CNhs12372.11756-123H1","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20left%20ovary%2c%20donor2.CNhs13092.11833-124G6","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20left%20ovary%2c%20donor3.CNhs12376.11760-123H5","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20left%20ovary%2c%20donor4.CNhs13094.11836-124G9","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20metastasis%2c%20donor1.CNhs12374.11758-123H3","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20metastasis%2c%20donor2.CNhs13093.11835-124G8","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20metastasis%2c%20donor3.CNhs12378.11762-123H7","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20metastasis%2c%20donor4.CNhs13097.11838-124H2","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20right%20ovary%2c%20donor1.CNhs12373.11757-123H2","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20right%20ovary%2c%20donor2.CNhs12375.11759-123H4","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20right%20ovary%2c%20donor3%20%28SOC-57-02%29.CNhs12377.11761-123H6","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20right%20ovary%2c%20donor3%20%28SOC-57-02-G%29.CNhs13507.11842-124H6","mesenchymal%20precursor%20cell%20-%20ovarian%20cancer%20right%20ovary%2c%20donor4.CNhs13096.11837-124H1","mesenchymal%20stem%20cell%20line%3aHu5%2fE18.CNhs11718.10568-108B1","mesenchymal%20stem%20cells%20%28adipose%20derived%29%2c%20adipogenic%20induction%2c%2000hr00min%2c%20biol_rep2.CNhs13420.13230-141I8","mesenchymal%20stem%20cells%20%28adipose%20derived%29%2c%20adipogenic%20induction%2c%2000hr00min%2c%20biol_rep3.CNhs13421.13231-141I9","mesodermal%20tumor%20cell%20line%3aHIRS-BM.CNhs12191.10696-109G3","mesothelioma%20cell%20line%3aACC-MESO-1.CNhs11263.10493-107B7","mesothelioma%20cell%20line%3aACC-MESO-4.CNhs11264.10494-107B8","mesothelioma%20cell%20line%3aMero-25.CNhs13066.10850-111F4","mesothelioma%20cell%20line%3aMero-41.CNhs13067.10851-111F5","mesothelioma%20cell%20line%3aMero-48a.CNhs13068.10852-111F6","mesothelioma%20cell%20line%3aMero-82.CNhs13069.10853-111F7","mesothelioma%20cell%20line%3aMero-83.CNhs13070.10854-111F8","mesothelioma%20cell%20line%3aMero-84.CNhs13072.10855-111F9","mesothelioma%20cell%20line%3aMero-95.CNhs13073.10856-111G1","mesothelioma%20cell%20line%3aNCI-H2052.CNhs13063.10847-111F1","mesothelioma%20cell%20line%3aNCI-H226.CNhs13062.10846-111E9","mesothelioma%20cell%20line%3aNCI-H2452.CNhs13064.10848-111F2","mesothelioma%20cell%20line%3aNCI-H28.CNhs13061.10845-111E8","mesothelioma%20cell%20line%3aNo36.CNhs13074.10857-111G2","mesothelioma%20cell%20line%3aONE58.CNhs13075.10858-111G3","middle%20temporal%20gyrus%2c%20donor10252.CNhs12316.10156-103A3","migratory%20langerhans%20cells%2c%20donor1.CNhs13535.11901-125F2","migratory%20langerhans%20cells%2c%20donor2.CNhs13536.11902-125F3","migratory%20langerhans%20cells%2c%20donor3.CNhs13547.11903-125F4","mixed%20mullerian%20tumor%20cell%20line%3aHTMMT.CNhs11944.10689-109F5","mucinous%20adenocarcinoma%20cell%20line%3aJHOM-1.CNhs11752.10648-109A9","mucinous%20cystadenocarcinoma%20%20cell%20line%3aMCAS.CNhs11873.10784-110H1","mycosis%20fungoides%2c%20T%20cell%20lymphoma%20cell%20line%3aHuT%20102%20TIB-162.CNhs11858.10744-110C6","myelodysplastic%20syndrome%20cell%20line%3aSKM-1.CNhs11934.10772-110F7","myeloma%20cell%20line%3aPCM6.CNhs11258.10474-106I6","myxofibrosarcoma%20cell%20line%3aMFH-ino.CNhs11729.10600-108E6","myxofibrosarcoma%20cell%20line%3aNMFH-1.CNhs11821.10684-109E9","nasal%20epithelial%20cells%2c%20donor1%2c%20tech_rep1.CNhs12589.12226-129F3","nasal%20epithelial%20cells%2c%20donor2.CNhs12574.12227-129F4","neuroblastoma%20cell%20line%3aCHP-134.CNhs11276.10508-107D4","neuroblastoma%20cell%20line%3aNB-1.CNhs11284.10539-107G8","neuroblastoma%20cell%20line%3aNBsusSR.CNhs11818.10607-108F4","neuroblastoma%20cell%20line%3aNH-12.CNhs11811.10555-107I6","neuroectodermal%20tumor%20%20cell%20line%3aTASK1.CNhs11866.10774-110F9","neuroectodermal%20tumor%20cell%20line%3aFU-RPNT-1.CNhs11744.10637-108I7","neuroectodermal%20tumor%20cell%20line%3aFU-RPNT-2.CNhs11753.10663-109C6","neuroepithelioma%20cell%20line%3aSK-N-MC.CNhs11853.10728-110A8","neurofibroma%20cell%20line%3aHs%2053%2eT.CNhs11854.10729-110A9","non%20T%20non%20B%20acute%20lymphoblastic%20leukemia%20%28ALL%29%20cell%20line%3aP30%2fOHK.CNhs10747.10430-106D7","non-small%20cell%20lung%20cancer%20cell%20line%3aNCI-H1385.CNhs12193.10730-110B1","normal%20embryonic%20palatal%20mesenchymal%20cell%20line%3aHEPM.CNhs11894.10813-111B3","normal%20intestinal%20epithelial%20cell%20line%3aFHs%2074%20Int.CNhs11950.10812-111B2","nucleus%20accumbens%2c%20adult%2c%20pool1.CNhs10644.10037-101F1","occipital%20cortex%20-%20adult%2c%20donor10196.CNhs13798.10172-103C1","occipital%20cortex%2c%20adult%2c%20donor10252.CNhs12320.10163-103B1","occipital%20lobe%2c%20adult%2c%20donor1.CNhs11787.10076-102A4","occipital%20lobe%2c%20fetal%2c%20donor1.CNhs11784.10073-102A1","occipital%20pole%2c%20adult%2c%20pool1.CNhs10643.10036-101E9","olfactory%20region%2c%20adult.CNhs12611.10195-103E6","optic%20nerve%2c%20donor1.CNhs13449.10277-104E7","oral%20squamous%20cell%20carcinoma%20cell%20line%3aCa9-22.CNhs10752.10434-106E2","oral%20squamous%20cell%20carcinoma%20cell%20line%3aHO-1-u-1.CNhs11287.10550-107I1","oral%20squamous%20cell%20carcinoma%20cell%20line%3aHSC-3.CNhs11717.10545-107H5","oral%20squamous%20cell%20carcinoma%20cell%20line%3aSAS.CNhs11810.10544-107H4","osteoclastoma%20cell%20line%3aHs%20706%2eT.CNhs11835.10704-109H2","osteosarcoma%20cell%20line%3a143B%2fTK%5e%28-%29neo%5e%28R%29.CNhs11279.10510-107D6","osteosarcoma%20cell%20line%3aHS-Os-1.CNhs11290.10558-107I9","ovary%2c%20adult%2c%20pool1.CNhs10626.10020-101D2","pagetoid%20sarcoma%20cell%20line%3aHs%20925%2eT.CNhs11856.10732-110B3","pancreas%2c%20adult%2c%20donor1.CNhs11756.10049-101G4","pancreatic%20carcinoma%20cell%20line%3aNOR-P1.CNhs11832.10698-109G5","papillary%20adenocarcinoma%20cell%20line%3a8505C.CNhs11716.10437-106E5","papillotubular%20adenocarcinoma%20cell%20line%3aTGBC18TKB.CNhs10734.10417-106C3","paracentral%20gyrus%2c%20adult%2c%20pool1.CNhs10642.10035-101E8","parietal%20lobe%20-%20adult%2c%20donor10196.CNhs13797.10171-103B9","parietal%20lobe%2c%20adult%2c%20donor10252.CNhs12317.10157-103A4","parietal%20lobe%2c%20adult%2c%20pool1.CNhs10641.10034-101E7","parietal%20lobe%2c%20fetal%2c%20donor1.CNhs11782.10072-101I9","parotid%20gland%2c%20adult.CNhs12849.10199-103F1","penis%2c%20adult.CNhs12850.10200-103F2","peripheral%20neuroectodermal%20tumor%20cell%20line%3aKU-SN.CNhs11830.10697-109G4","pharyngeal%20carcinoma%20cell%20line%3aDetroit%20562.CNhs11849.10723-110A3","pineal%20gland%20-%20adult%2c%20donor10196.CNhs13804.10179-103C8","pineal%20gland%2c%20adult%2c%20donor10252.CNhs12228.10160-103A7","pituitary%20gland%20-%20adult%2c%20donor10196.CNhs13805.10180-103C9","pituitary%20gland%2c%20adult%2c%20donor10252.CNhs12229.10162-103A9","placenta%2c%20adult%2c%20pool1.CNhs10627.10021-101D3","plasma%20cell%20leukemia%20cell%20line%3aARH-77.CNhs12807.10840-111E3","pleomorphic%20hepatocellular%20carcinoma%20cell%20line%3aSNU-387.CNhs11933.10706-109H4","pons%2c%20adult%2c%20pool1.CNhs10640.10033-101E6","postcentral%20gyrus%2c%20adult%2c%20pool1.CNhs10638.10032-101E5","prostate%20cancer%20cell%20line%3aDU145.CNhs11260.10490-107B4","prostate%20cancer%20cell%20line%3aPC-3.CNhs11243.10439-106E7","prostate%2c%20adult%2c%20pool1.CNhs10628.10022-101D4","putamen%2c%20adult%2c%20donor10196.CNhs12324.10176-103C5","rectal%20cancer%20cell%20line%3aTT1TKB.CNhs11255.10469-106I1","rectum%2c%20fetal%2c%20donor1.CNhs11777.10067-101I4","renal%20cell%20carcinoma%20cell%20line%3aOS-RC-2.CNhs10729.10411-106B6","renal%20cell%20carcinoma%20cell%20line%3aTUHR10TKB.CNhs11257.10471-106I3","retina%2c%20adult%2c%20pool1.CNhs10636.10030-101E3","retinoblastoma%20cell%20line%3aY79.CNhs11267.10475-106I7","rhabdomyosarcoma%20cell%20line%3aKYM-1.CNhs11877.10787-110H4","rhabdomyosarcoma%20cell%20line%3aRMS-YM.CNhs11269.10477-106I9","sacrococcigeal%20teratoma%20cell%20line%3aHTST.CNhs11829.10695-109G2","salivary%20acinar%20cells%2c%20donor1.CNhs12810.11771-123I7","salivary%20acinar%20cells%2c%20donor2.CNhs12811.11772-123I8","salivary%20acinar%20cells%2c%20donor3.CNhs12812.11773-123I9","salivary%20gland%2c%20adult%2c%20pool1.CNhs11677.10093-102C3","schwannoma%20cell%20line%3aHS-PSS%2c%20tech_rep2.CNhs11245.10442-106F1","schwannoma%20cell%20line%3aHS-PSS.CNhs11183.10442-106F1","seminal%20vesicle%2c%20adult.CNhs12851.10201-103F3","serous%20adenocarcinoma%20cell%20line%3aJHOS-2.CNhs11746.10639-108I9","serous%20adenocarcinoma%20cell%20line%3aSK-OV-3-R%20after%20co-culture%20with%20SOC-57-02-G%2c%20biol_rep1.CNhs13508.11843-124H7","serous%20adenocarcinoma%20cell%20line%3aSK-OV-3-R%2c%20biol_rep1.CNhs13099.11841-124H5","serous%20cystadenocarcinoma%20cell%20line%3aHTOA.CNhs11827.10693-109F9","signet%20ring%20carcinoma%20cell%20line%3aKato%20III.CNhs10753.10436-106E4","signet%20ring%20carcinoma%20cell%20line%3aNUGC-4.CNhs11270.10483-107A6","skeletal%20muscle%20-%20soleus%20muscle%2c%20donor1.CNhs13454.10282-104F3","skeletal%20muscle%2c%20adult%2c%20pool1.CNhs10629.10023-101D5","skeletal%20muscle%2c%20fetal%2c%20donor1.CNhs11776.10066-101I3","skin%2c%20fetal%2c%20donor1.CNhs11774.10065-101I2","small%20cell%20cervical%20cancer%20cell%20line%3aHCSC-1.CNhs11885.10800-110I8","small%20cell%20gastrointestinal%20carcinoma%20cell%20line%3aECC10.CNhs11736.10610-108F7","small%20cell%20lung%20carcinoma%20cell%20line%3aDMS%20144.CNhs12808.10841-111E4","small%20cell%20lung%20carcinoma%20cell%20line%3aLK-2.CNhs11285.10541-107H1","small%20cell%20lung%20carcinoma%20cell%20line%3aNCI-H82.CNhs12809.10842-111E5","small%20cell%20lung%20carcinoma%20cell%20line%3aWA-hT.CNhs11812.10562-108A4","small%20intestine%2c%20adult%2c%20pool1.CNhs10630.10024-101D6","small%20intestine%2c%20fetal%2c%20donor1.CNhs11773.10064-101I1","small-cell%20gastrointestinal%20carcinoma%20cell%20line%3aECC4.CNhs11734.10609-108F6","smooth%20muscle%2c%20adult%2c%20pool1.CNhs11755.10048-101G3","somatostatinoma%20cell%20line%3aQGP-1.CNhs11869.10781-110G7","spinal%20cord%20-%20adult%2c%20donor10196.CNhs13807.10181-103D1","spinal%20cord%2c%20adult%2c%20donor10252.CNhs12227.10159-103A6","spinal%20cord%2c%20fetal%2c%20donor1.CNhs11764.10056-101H2","spindle%20cell%20sarcoma%20cell%20line%3aHs%20132%2eT.CNhs11857.10737-110B8","spleen%2c%20adult%2c%20pool1.CNhs10631.10025-101D7","spleen%2c%20fetal%2c%20pool1.CNhs10651.10044-101F8","splenic%20lymphoma%20with%20villous%20lymphocytes%20cell%20line%3aSLVL.CNhs10741.10424-106D1","squamous%20cell%20carcinoma%20cell%20line%3aEC-GI-10.CNhs11252.10463-106H4","squamous%20cell%20carcinoma%20cell%20line%3aT3M-5.CNhs11739.10616-108G4","squamous%20cell%20lung%20carcinoma%20cell%20line%3aEBC-1.CNhs11273.10486-107A9","stomach%2c%20fetal%2c%20donor1.CNhs11771.10062-101H8","submaxillary%20gland%2c%20adult.CNhs12852.10202-103F4","substantia%20nigra%2c%20adult%2c%20donor10252.CNhs12318.10158-103A5","synovial%20sarcoma%20cell%20line%3aHS-SY-II.CNhs11244.10441-106E9","temporal%20lobe%2c%20adult%2c%20pool1.CNhs10637.10031-101E4","temporal%20lobe%2c%20fetal%2c%20donor1%2c%20tech_rep1.CNhs11772.10063-101H9","temporal%20lobe%2c%20fetal%2c%20donor1%2c%20tech_rep2.CNhs12997.10063-101H9","tenocyte%2c%20donor1.CNhs12639.11763-123H8","tenocyte%2c%20donor2.CNhs12640.11765-123I1","tenocyte%2c%20donor3.CNhs12641.11768-123I4","teratocarcinoma%20%20cell%20line%3aPA-1.CNhs11890.10807-111A6","teratocarcinoma%20cell%20line%3aNCC-IT-A3.CNhs11878.10790-110H7","teratocarcinoma%20cell%20line%3aNCR-G1.CNhs11884.10798-110I6","testicular%20germ%20cell%20embryonal%20carcinoma%20cell%20line%3aITO-II.CNhs11876.10786-110H3","testicular%20germ%20cell%20embryonal%20carcinoma%20cell%20line%3aNEC14.CNhs12351.10591-108D6","testicular%20germ%20cell%20embryonal%20carcinoma%20cell%20line%3aNEC15.CNhs12362.10593-108D8","testicular%20germ%20cell%20embryonal%20carcinoma%20cell%20line%3aNEC8.CNhs11726.10590-108D5","testis%2c%20adult%2c%20pool1.CNhs10632.10026-101D8","testis%2c%20adult%2c%20pool2.CNhs12998.10096-102C6","thalamus%20-%20adult%2c%20donor10196.CNhs13794.10168-103B6","thalamus%2c%20adult%2c%20donor10252.CNhs12314.10154-103A1","throat%2c%20adult.CNhs12858.10209-103G2","throat%2c%20fetal%2c%20donor1.CNhs11770.10061-101H7","thymus%2c%20adult%2c%20pool1.CNhs10633.10027-101D9","thymus%2c%20fetal%2c%20pool1.CNhs10650.10043-101F7","thyroid%20carcinoma%20cell%20line%3aTCO-1.CNhs11872.10783-110G9","thyroid%2c%20adult%2c%20pool1.CNhs10634.10028-101E1","thyroid%2c%20fetal%2c%20donor1.CNhs11769.10060-101H6","tongue%2c%20adult.CNhs12853.10203-103F5","tongue%2c%20fetal%2c%20donor1.CNhs11768.10059-101H5","tonsil%2c%20adult%2c%20pool1.CNhs10654.10047-101G2","trachea%2c%20adult%2c%20pool1.CNhs10635.10029-101E2","trachea%2c%20fetal%2c%20donor1.CNhs11766.10058-101H4","transitional-cell%20carcinoma%20cell%20line%3a5637.CNhs10735.10418-106C4","transitional-cell%20carcinoma%20cell%20line%3aJMSU1.CNhs11261.10492-107B6","tridermal%20teratoma%20cell%20line%3aHGRT.CNhs11828.10694-109G1","tubular%20adenocarcinoma%20cell%20line%3aSUIT-2.CNhs11883.10797-110I5","umbilical%20cord%2c%20fetal%2c%20donor1.CNhs11765.10057-101H3","uterus%2c%20adult%2c%20pool1.CNhs11676.10100-102D1","uterus%2c%20fetal%2c%20donor1.CNhs11763.10055-101H1","vagina%2c%20adult.CNhs12854.10204-103F6","vein%2c%20adult.CNhs12844.10191-103E2","xeroderma%20pigentosum%20b%20cell%20line%3aXPL%2017.CNhs11813.10563-108A5"];
var values = [</html>{{{coexpression_dpi_cluster_scores_median}}}<html>];
for(i1=0;i1<889;i1++){
data.push([ffsample[i1],values[i1]]);
}
  var coexpression_dpi_cluster_scores_median_table= $('#coexpression_dpi_cluster_scores_median_table').DataTable({
        dom: 'Blfrtip',
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
scrollY: "300px",
        scrollCollapse: true,
        pageLength: 10,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
data: data,
columns: [{ title: "FF samples",
orderable: false,
render: function ( data, type, row, meta ) {
var id = data;
var elems = id.split('.');
return sReturn = "<a href=\"/5/sstar/FF:"+elems[2]+"\">"+decodeURIComponent(elems[0])+" "+elems[1]+"</a>";
}
},
{  title: "Score",
type: "numeric",
render: function ( data, type, row, meta ) {
                  var num =data;
                  return num.toFixed(2);
}
}],
order: [[ 1, "desc" ]]
});
});
</script>
<table id="coexpression_dpi_cluster_scores_median_table" class="stripe cell-border order-column compact"></table>
</html>
{{#array_recordprops:coexpression_dpi_cluster_scores_median
|11376-118A8;11051,11327-117E4;11969,11473-119C6;11054,11474-119C7;12067,11475-119C8;12068,11476-119C9;12069,11259-116F8;12494,11336-117F4;11371,11408-118E4;12017,11510-119G7;11325,11590-120G6;12084,11533-120A3;11341,11694-123A2;12125,11248-116E6;10876,11463-119B5;12064,12642-134G5;13339,12740-135I4;13358,12652-134H6;13349,12750-136A5;13369,11500-119F6;11321,11580-120F5;12081,11661-122F5;12117,11235-116D2;10864,11316-117D2;11960,11392-118C6;12005,10821-111C2;12331,10822-111C3;12332,10823-111C4;12333,12241-129G9;12546,12242-129H1;12563,12243-129H2;12575,11453-119A4;12054,11457-119A8;12058,11461-119B3;12062,10422-106C8;10739,10476-106I8;11268,12224-129F1;12552,11224-116B9;10852,11305-117B9;11954,11381-118B4;11997,11229-116C5;10858,11310-117C5;11897,11386-118B9;11904,11863-125A9;13468,11873-125C1;13484,11883-125D2;13491,11869-125B6;13474,11879-125C7;13489,11889-125D8;13495,11860-125A6;13465,11870-125B7;13475,11880-125C8;13543,11868-125B5;13473,11878-125C6;13488,11888-125D7;13494,11867-125B4;13472,11877-125C5;13487,11887-125D6;13546,11864-125B1;13469,11874-125C2;13532,11884-125D3;13492,11861-125A7;13466,11871-125B8;13476,11881-125C9;13490,11866-125B3;13471,11876-125C4;13485,11886-125D5;13493,11862-125A8;13467,11872-125B9;13483,11882-125D1;13544,11865-125B2;13470,11875-125C3;13533,11885-125D4;13545,11789-124B7;13541,11801-124D1;13208,11912-125G4;13549,11788-124B6;13224,11799-124C8;13216,11910-125G2;13540,11790-124B8;13229,11800-124C9;13207,11911-125G3;13548,12189-129B2;12177,12194-129B7;12179,12199-129C3;12181,12151-128F9;12531,12174-128I5;12175,12204-129C8;12183,12209-129D4;12185,12214-129D9;12188,11544-120B5;12343,11624-122B4;12352,11705-123B4;12354,11545-120B6;13227,11625-122B5;12205,12225-129F2;12588,11225-116C1;10853,11306-117C1;11955,11382-118B5;11998,11793-124C2;13203,11780-124A7;13238,11796-124C5;13235,11907-125F8;13513,11794-124C3;13204,11782-124A9;13195,11797-124C6;13206,11908-125F9;13538,11916-125G8;13811,11920-125H3;13812,11913-125G5;13813,11917-125G9;13814,11791-124B9;13202,11784-124B2;13223,11795-124C4;13205,11906-125F7;13512,11792-124C1;13215,11786-124B4;13239,11798-124C7;13237,11909-125G1;13539,12186-129A8;12176,12191-129B4;12178,12196-129B9;12180,12148-128F6;12201,12171-128I2;12199,12201-129C5;12182,12206-129D1;12184,12211-129D6;12187,11226-116C2;10854,11307-117C2;11956,11383-118B6;11999,11525-119I4;12341,11605-120I3;12350,11686-122I3;12571,11261-116G1;11923,11338-117F6;11372,11410-118E6;12020,11339-117F7;11373,11411-118E7;12021,11242-116D9;10871,11323-117D9;11966,11399-118D4;12009,10000-101A1;10608,11526-119I5;11336,11687-122I4;12123,11227-116C3;10855,11227-116C3;11062,11384-118B7;12000,11228-116C4;10857,11309-117C4;12196,11385-118B8;12200,11207-116A1;10837,11263-116G3;12495,11340-117F8;11375,11412-118E8;12022,11264-116G4;12496,11341-117F9;11977,11413-118E9;12023,11236-116D3;10865,11317-117D3;11901,11393-118C7;11906,11265-116G5;11925,11342-117G1;11376,11414-118F1;12024,11266-116G6;11926,11343-117G2;11978,11243-116E1;10872,11324-117E1;11967,11400-118D5;12010,11267-116G7;12497,11344-117G3;11377,11416-118F3;12026,12245-129H4;12548,12246-129H5;12549,11507-119G4;11323,10705-109H3;11836,11245-116E3;10874,14332-155F3;12581,14311-155C9;12400,11401-118D6;12011,11268-116G8;12498,11345-117G4;11378,11417-118F4;12027,11452-119A3;11909,11456-119A7;12057,11460-119B2;12061,11492-119E7;11319,11572-120E6;12344,11531-120A1;11339,11269-116G9;12499,11346-117G5;11379,11418-118F5;12028,11450-119A1;12052,11454-119A5;12055,11458-119A9;12059,11237-116D4;10866,11318-117D4;11961,11394-118C8;12006,11222-116B7;10848,11303-117B7;11952,11506-119G3;11322,11667-122G2;12118,11238-116D5;10867,11319-117D5;11962,11395-118C9;11907,11223-116B8;12493,11304-117B8;11953,11380-118B3;11996,11250-116E8;10878,14329-155E9;12405,11556-120C8;11353,11557-120C9;11354,14308-155C6;12399,11560-120D3;11913,14323-155E3;12403,11553-120C5;11351,14302-155B9;12582,11561-120D4;11914,14326-155E6;12404,11555-120C7;11074,11558-120D1;11911,14305-155C3;12398,11559-120D2;11912,11554-120C6;11352,11221-116B6;11061,11302-117B6;11896,11379-118B2;11903,12724-135G6;12824,12822-136I5;12837,12627-134E8;12822,12725-135G7;12825,12823-136I6;12908,13366-143F9;13738,11271-116H2;12501,11348-117G7;11979,11420-118F7;12030,11504-119G1;12339,11584-120F9;12347,11898-125E8;13479,11899-125E9;13500,11900-125F1;13501,11890-125D9;13477,11891-125E1;13496,11892-125E2;13497,11894-125E4;13478,11895-125E5;13498,11896-125E6;13499,11521-119H9;12075,11601-120H8;12092,11524-119I3;11335,11604-120I2;12093,11523-119I2;12340,11603-120I1;12349,11684-122I1;12626,10435-106E3;11715,11246-116E4;10875,11530-119I9;12596,11272-116H3;11064,11349-117G8;11381,11421-118F8;12031,11251-116E9;10879,11527-119I6;11337,11607-120I5;12095,11529-119I8;12342,11609-120I7;12568,11690-122I7;12572,12260-130A1;11936,12382-131E6;13157,12504-133A2;13276,13097-140D1;12475,13163-141B4;12703,11232-116C8;10861,11313-117C8;11899,11389-118C3;12003,12142-128E9;12538,11929-125I3;13550,11930-125I4;13551,11273-116H4;11077,11350-117G9;11382,11422-118F9;12032,11487-119E2;11073,11563-120D6;12566,11565-120D8;12594,11566-120D9;12593,11567-120E1;12592,11663-122F7;12570,11274-116H5;11303,11351-117H1;11383,11423-118G1;12033,12641-134G4;12816,12739-135I3;13156,12837-137B2;13406,11493-119E8;11320,11573-120E7;12080,11654-122E7;12731,11548-120B9;11057,11537-120A7;11345,11698-123A6;12922,11547-120B8;11349,11627-122B7;12104,11536-120A6;11344,11616-122A5;12100,11697-123A5;12126,11618-122A7;12730,11539-120A9;11347,11700-123A8;12127,11217-116B2;10844,11218-116B3;10845,11214-116A8;12492,11247-116E5;10850,12156-128G5;12197,11402-118D7;12012,13317-143A5;13646,13323-143B2;13650,13311-142I8;13639,11549-120C1;11350,11629-122B9;12105,13469-144I4;13847,11241-116D8;10870,11322-117D8;11965,11398-118D3;11908,10777-110G3;11867,11230-116C6;10859,11311-117C6;11957,11387-118C1;12001,11275-116H6;11063,11352-117H2;11384,11494-119E9;12338,11574-120E8;12726,11655-122E8;13815,11233-116C9;10862,11314-117C9;11959,11390-118C4;11905,11252-116F1;10881,11409-118E5;12019,11462-119B4;12063,11933-125I7;13816,11934-125I8;13817,11935-125I9;13818,11936-126A1;13819,11276-116H7;11311,11353-117H3;11980,11425-118G3;12035,11354-117H4;11385,11426-118G4;12036,11249-116E7;10877,11491-119E6;11317,11571-120E5;12079,11231-116C7;10860,11312-117C7;11958,11388-118C2;12002,11278-116H9;11079,11355-117H5;11386,11427-118G5;12037,11467-119B9;11052,14320-155D9;12584,11328-117E5;11971,11468-119C1;11065,11329-117E6;11902,11403-118D8;12013,11469-119C2;12065,11356-117H6;11981,11428-118G6;12038,11280-116I2;11082,11357-117H7;11982,11429-118G7;12039,11253-116F2;10882,11331-117E8;11972,11404-118D9;12014,11254-116F3;10883,11332-117E9;11973,11405-118E1;12015,11516-119H4;11331,11596-120H3;12728,11517-119H5;11332,11597-120H4;12088,11678-122H4;12732,11514-119H2;12074,11594-120H1;12086,11675-122H1;12624,11783-124B1;13080,11518-119H6;11333,11679-122H5;12121,11515-119H3;11330,11595-120H2;12087,11676-122H2;12120,11931-125I5;13552,11932-125I6;13553,11215-116A9;10842,11528-119I7;11338,11689-122I6;12733,10002-101A5;10610,12760-136B6;12859,12858-137D5;12952,11220-116B5;10847,11301-117B5;11951,11255-116F4;10851,11281-116I3;11083,11451-119A2;12053,11455-119A6;12056,11459-119B1;12060,11240-116D7;10869,11321-117D7;11964,11397-118D2;12008,11282-116I4;11084,11256-116F5;10884,11334-117F2;11975,14317-155D6;12583,11406-118E2;12016,14313-155D2;12401,14314-155D3;12402,11210-116A4;10838,11283-116I5;11085,11360-117I1;11305,11432-118H1;11309,11284-116I6;11086,11433-118H2;12043,11234-116D1;10863,11315-117D1;11900,11391-118C5;12004,11512-119G9;11328,11592-120G8;12348,11285-116I7;11087,11434-118H3;12044,11239-116D6;10868,11320-117D6;11963,11396-118D1;12007,11286-116I8;11088,11363-117I4;11987,11435-118H4;12045,11508-119G5;11324,11364-117I5;11988,11436-118H5;12046,11257-116F6;11920,11335-117F3;11976,11365-117I6;11989,11289-117A2;11090,11366-117I7;11990,11438-118H7;12048,11513-119H1;11329,11674-122G9;12894,11290-117A3;11091,11367-117I8;11991,11439-118H8;12049,11541-120B2;12597,11621-122B1;12569,11212-116A6;10839,11466-119B8;11927,11368-117I9;11992,11440-118H9;12050,11532-120A2;11340,11693-123A1;12124,11292-117A5;11092,11369-118A1;11993,11441-118I1;12051,10007-101B4;10612,11520-119H8;11334,11600-120H7;12091,11681-122H7;12122,11216-116B1;10843,12179-129A1;11675,12180-129A2;11671,12181-129A3;11948,12176-128I7;11075,12177-128I8;11076,12182-129A4;11672,12183-129A5;11673,12184-129A6;11949,10809-111A8;11892,10597-108E3;11728,10717-109I6;11844,10455-106G5;11251,10534-107G3;11282,10429-106D6;10746,10464-106H5;11253,10827-111C8;13053,10789-110H6;13241,10828-111C9;13054,10788-110H5;13502,10792-110H9;13052,10765-110E9;11864,10829-111D1;13055,10830-111D2;13503,10831-111D3;13504,10832-111D4;13056,10833-111D5;13057,10764-110E8;13050,10770-110F5;13051,10399-106A3;10722,10400-106A4;10723,10405-106A9;10724,10834-111D6;13058,10835-111D7;13059,10836-111D8;13060,10837-111D9;13505,10699-109G6;13049,10802-111A1;11888,10796-110I4;11882,10010-101C1;10615,10810-111A9;11893,10421-106C7;10738,10708-109H6;11838,12235-129G3;12502,12236-129G4;12503,12237-129G5;12379,10167-103B5;13793,10151-102I7;12311,10428-106D5;10745,10795-110I3;11881,10805-111A4;11889,10052-101G7;11760,10189-103D9;12842,10589-108D4;11725,10425-106D2;10742,10427-106D4;10744,10702-109G9;11932,10432-106D9;10750,10496-107C1;11265,10718-109I7;11845,10011-101C2;10616,10053-101G8;11761,10686-109F2;11931,10084-102B3;11796,10012-101C3;10617,10085-102B4;11797,10482-107A5;11943,10419-106C5;10736,10080-102A8;11792,10760-110E4;11862,10709-109H7;11840,10710-109H8;11841,10703-109H1;11834,10719-109I8;11846,10642-109A3;11747,10177-103C6;13802,10164-103B2;12321,10173-103C2;13799,10166-103B4;12323,10083-102B2;11795,10188-103D8;12840,10552-107I3;11288,10553-107I4;11289,10013-101C4;10618,10536-107G5;11283,10618-108G6;11820,10423-106C9;10740,10785-110H2;11875,12238-129G6;12504,12239-129G7;12506,12240-129G8;12380,10416-106C2;11714,10801-110I9;11886,10766-110F1;11865,10824-111C5;12334,10825-111C6;12335,10826-111C7;12336,10454-106G4;11250,10409-106B4;10727,10638-108I8;11745,10636-108I6;11930,10513-107D9;11280,10420-106C6;10737,10082-102B1;11794,10014-101C5;10619,10070-101I7;11780,10452-106G2;11049,10453-106G3;11050,10449-106F8;11045,10042-101F6;10649,10069-101I6;11779,10193-103E4;12610,10631-108I1;11741,10438-106E6;11100,10488-107B2;11259,10196-103E7;12846,10071-101I8;11781,10071-101I8;12996,10041-101F5;10648,10451-106G1;11047,10450-106F9;11046,10604-108F1;11731,10605-108F2;11732,10606-108F3;11733,10603-108E9;11814,10497-107C2;11266,10448-106F7;11249,10643-109A4;11748,10426-106D3;10743,10431-106D8;10748,10197-103E8;12847,10443-106F2;11247,10815-111B5;12325,10816-111B6;12326,10817-111B7;12327,10015-101C6;10620,10410-106B5;10728,10054-101G9;11762,10758-110E2;11860,10711-109H9;11842,10040-101F4;10647,10470-106I2;11256,10415-106C1;10733,10198-103E9;12848,10614-108G2;11737,10612-108F9;11819,10549-107H9;11286,10615-108G3;11738,10487-107B1;11274,10433-106E1;10751,10688-109F4;11824,10444-106F3;11248,10444-106F3;11185,10485-107A8;11272,10413-106B8;10731,10175-103C4;13801,10161-103A8;12319,12131-128D7;12519,10624-108H3;11740,10712-109I1;11843,10205-103F7;12855,10206-103F8;12856,10207-103F9;12857,10050-101G5;11757,10051-101G6;11758,10016-101C7;10621,10046-101G1;10653,10778-110G4;11868,10633-108I3;11742,10818-111B8;12328,10819-111B9;12329,10820-111C1;12330,10484-107A7;11271,10808-111A7;11891,10169-103B7;13795,10153-102I9;12312,13425-144D5;13822,13433-144E4;13826,13437-144E8;13839,11904-125F5;13537,11905-125F6;13480,10039-101F3;10646,10791-110H8;11880,10017-101C8;10622,10045-101F9;10652,10509-107D5;11277,10839-111E2;12806,10692-109F8;11825,10079-102A7;11790,10078-102A6;11789,10721-110A1;11848,10569-108B2;11722,10570-108B3;11723,10571-108B4;11724,10647-109A8;11750,10752-110D5;11859,10782-110G8;11870,10726-110A6;11851,10018-101C9;10624,10086-102B5;11798,10182-103D2;13808,10165-103B3;12322,10499-107C4;11275,10408-106B3;10726,10019-101D1;10625,10068-101I5;11680,10075-102A3;11786,10077-102A5;11788,10727-110A7;11852,10775-110G1;11935,10412-106B7;10730,12231-129F8;12558,12232-129F9;12559,12233-129G1;12560,12234-129G2;12562,10414-106B9;10732,10170-103B8;13796,10183-103D3;13809,10150-102I6;12310,10174-103C3;13800,10155-103A2;12315,10038-101F2;10645,10838-111E1;12805,10759-110E3;11861,10514-107E1;11281,10465-106H6;11254,10691-109F7;11945,10843-111E6;12838,10844-111E7;12839,11747-123G1;12363,11748-123G2;12364,11749-123G3;12365,11750-123G4;12366,11751-123G5;12367,11840-124H4;13098,11752-123G6;12368,11753-123G7;12369,11754-123G8;12370,11755-123G9;12371,11756-123H1;12372,11833-124G6;13092,11760-123H5;12376,11836-124G9;13094,11758-123H3;12374,11835-124G8;13093,11762-123H7;12378,11838-124H2;13097,11757-123H2;12373,11759-123H4;12375,11761-123H6;12377,11842-124H6;13507,11837-124H1;13096,10568-108B1;11718,13230-141I8;13420,13231-141I9;13421,10696-109G3;12191,10493-107B7;11263,10494-107B8;11264,10850-111F4;13066,10851-111F5;13067,10852-111F6;13068,10853-111F7;13069,10854-111F8;13070,10855-111F9;13072,10856-111G1;13073,10847-111F1;13063,10846-111E9;13062,10848-111F2;13064,10845-111E8;13061,10857-111G2;13074,10858-111G3;13075,10156-103A3;12316,11901-125F2;13535,11902-125F3;13536,11903-125F4;13547,10689-109F5;11944,10648-109A9;11752,10784-110H1;11873,10744-110C6;11858,10772-110F7;11934,10474-106I6;11258,10600-108E6;11729,10684-109E9;11821,12226-129F3;12589,12227-129F4;12574,10508-107D4;11276,10539-107G8;11284,10607-108F4;11818,10555-107I6;11811,10774-110F9;11866,10637-108I7;11744,10663-109C6;11753,10728-110A8;11853,10729-110A9;11854,10430-106D7;10747,10730-110B1;12193,10813-111B3;11894,10812-111B2;11950,10037-101F1;10644,10172-103C1;13798,10163-103B1;12320,10076-102A4;11787,10073-102A1;11784,10036-101E9;10643,10195-103E6;12611,10277-104E7;13449,10434-106E2;10752,10550-107I1;11287,10545-107H5;11717,10544-107H4;11810,10704-109H2;11835,10510-107D6;11279,10558-107I9;11290,10020-101D2;10626,10732-110B3;11856,10049-101G4;11756,10698-109G5;11832,10437-106E5;11716,10417-106C3;10734,10035-101E8;10642,10171-103B9;13797,10157-103A4;12317,10034-101E7;10641,10072-101I9;11782,10199-103F1;12849,10200-103F2;12850,10697-109G4;11830,10723-110A3;11849,10179-103C8;13804,10160-103A7;12228,10180-103C9;13805,10162-103A9;12229,10021-101D3;10627,10840-111E3;12807,10706-109H4;11933,10033-101E6;10640,10032-101E5;10638,10490-107B4;11260,10439-106E7;11243,10022-101D4;10628,10176-103C5;12324,10469-106I1;11255,10067-101I4;11777,10411-106B6;10729,10471-106I3;11257,10030-101E3;10636,10475-106I7;11267,10787-110H4;11877,10477-106I9;11269,10695-109G2;11829,11771-123I7;12810,11772-123I8;12811,11773-123I9;12812,10093-102C3;11677,10442-106F1;11245,10442-106F1;11183,10201-103F3;12851,10639-108I9;11746,11843-124H7;13508,11841-124H5;13099,10693-109F9;11827,10436-106E4;10753,10483-107A6;11270,10282-104F3;13454,10023-101D5;10629,10066-101I3;11776,10065-101I2;11774,10800-110I8;11885,10610-108F7;11736,10841-111E4;12808,10541-107H1;11285,10842-111E5;12809,10562-108A4;11812,10024-101D6;10630,10064-101I1;11773,10609-108F6;11734,10048-101G3;11755,10781-110G7;11869,10181-103D1;13807,10159-103A6;12227,10056-101H2;11764,10737-110B8;11857,10025-101D7;10631,10044-101F8;10651,10424-106D1;10741,10463-106H4;11252,10616-108G4;11739,10486-107A9;11273,10062-101H8;11771,10202-103F4;12852,10158-103A5;12318,10441-106E9;11244,10031-101E4;10637,10063-101H9;11772,10063-101H9;12997,11763-123H8;12639,11765-123I1;12640,11768-123I4;12641,10807-111A6;11890,10790-110H7;11878,10798-110I6;11884,10786-110H3;11876,10591-108D6;12351,10593-108D8;12362,10590-108D5;11726,10026-101D8;10632,10096-102C6;12998,10168-103B6;13794,10154-103A1;12314,10209-103G2;12858,10061-101H7;11770,10027-101D9;10633,10043-101F7;10650,10783-110G9;11872,10028-101E1;10634,10060-101H6;11769,10203-103F5;12853,10059-101H5;11768,10047-101G2;10654,10029-101E2;10635,10058-101H4;11766,10418-106C4;10735,10492-107B6;11261,10694-109G1;11828,10797-110I5;11883,10057-101H3;11765,10100-102D1;11676,10055-101H1;11763,10204-103F6;12854,10191-103E2;12844,10563-108A5;11813
|{{{coexpression_dpi_cluster_scores_median}}}
}}
}}
{{#if: {{#pos:{{{ontology_enrichment_uberon}}}|UBERON}} |
|This analysis result is provided for C0 - C305 clusters.
<table class="wikitable mw-collapsible" style="float:left;"><tr><th scope="col">Uber Anatomy (UBERON)</th></tr><tr><td>
<div style="height:300px; overflow-y:scroll; resize:both;">
{{#ffcp_ontology_enrichtable:{{{ontology_enrichment_uberon}}}}}
</div></td></tr></table>
}}
}}


[[Category:Coexpression_clusters]]
[[Category:Coexpression_clusters]]
__NOTOC__

Latest revision as of 11:59, 22 September 2021


Full id: {{{full_id}}}



Phase1 CAGE Peaks


Enriched pathways on this co-expression cluster<b>Summary:</b><br>Canonical pathway gene sets were compiled from Reactome, Wikipathways and KEGG. For the major signaling pathways, the transcriptionally-regulated genes (downstream targets) were obtained from Netpath. Combined, the canonical pathways and downstream targets totaled 489 human gene sets. The corresponding M. musculus gene sets were inferred by homology using the HomoloGene database. Enrichment for each of the canonical 489 pathways and gene sets included in the co-expression cluster was assessed by the hypergeometric probability. The resulting P values were also then adjusted by the Benjamini-Hochberg method for multiple comparisons.<br><b>Analyst: </b>Emmanuel Dimont<br><br>link to source dataset<br>data


No results for this coexpression

Enriched Gene Ontology terms on this co-expression cluster<b>Summary:</b> Results for GOStat analysis on co-expressed clusters. Each cluster with promoters mapping to at least two different genes was analysed with GOStat (PMID: 14962934) with default parameter. <br><b>Analyst:</b> Erik Arner<br><br>link to source dataset<br>data


No results for this coexpression

Enriched sample ontology terms on this co-expression cluster<b>Summary:</b>To summarize promoter activities (expression profile of a TSS region) across ~1000 samples, we performed enrichment analysis based on FANTOM5 Sample Ontology (FF ontology). The question here is “in which type of samples the promoter is more active”. To answer this question, we compared expressions (TPMs) in the samples associated with a sample ontology term and the rest of the samples by using the Mann-Whitney rank sum test. To summarize ontologies enriched in this co-expression cluster, we ran the same analysis on an averaged expression profile of all promoters that make up. <b>Analyst:</b> Hideya Kawaji <br><br>links to source dataset<br><br>cell_data<br>uberon_data<br>disease_data<br>


Cell Type
Ontology termp-valuen

Uber Anatomy
Ontology termp-valuen

Disease
Ontology termp-valuen




ENCODE TF ChIP-seq peak enrichment analysis<b>Summary:</b> For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <= 0.05) after Benjamini-Hochberg correction were retained. <br><b>Analyst:</b> Erik Arner<br><br>link to source dataset<br><br>data


No analysis results for this cluster

Relative expression of the co-expression cluster<b>Summary:</b>Co-expression clusters are compared against FANTOM5 samples to obtain relative expression. <br><b>Analyst:</b>NA<br><br>link to data source<br> data


Expression error: Unrecognized punctuation character "{".