Personal tools

Test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Loading|loadingimage=sprites.gif}}Details of profiled samples (incl. primary cells, cell lines, and developmental)


<html>
Data sources used in FANTOM5 SSTAR
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/ZeroClipboard.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<style type="text/css" title="currentStyle">
@import "/5/sstar/rb_js/datatables/media/css/jquery.dataTables.css";
@import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css";
</style>
<script type="text/javascript">


$(document).ready(function() {
    var oTable =  $('.ff_sample_list').dataTable({
"iDisplayLength": 25,
"aLengthMenu": [[25, 100, 500, -1], [25, 100, 500, "All"]],
"aoColumnDefs": [{ "sWidth": "100px", "aTargets": [0] },{ "bVisible": true, "aTargets": [2] }]
});


var oTableTools = new TableTools( oTable, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
=== CAGE peaks ===
* CAGE peak location (with the robust threshold) , annotation, and expression
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase2.0/extra/CAGE_peaks/hg19.cage_peak_phase1and2combined_tpm_ann.osc.txt.gz Human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase2.0/extra/CAGE_peaks/mm9.cage_peak_phase1and2combined_tpm_ann.osc.txt.gz Mouse]</span>
* Ontology-based sample term enrichment analysis
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Sample_ontology_enrichment_of_CAGE_peaks/ Human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Sample_ontology_enrichment_of_CAGE_peaks/ Mouse]</span>


$('#export_tool').before( oTableTools.dom.container );
=== Genes ===
* Transcription factors (curated list)
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Transcription_factors/TF2CLUSTER_human_official.xls Human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Transcription_factors/TF2CLUSTER_mouse_official.xls Mouse]</span>


$('input[type=checkbox]').click(function () {
* Gene details (obtained from EntrezGene)
    selection = $.map($('input[type=checkbox]:checked'), function (element) {
** <span class="plainlinks">[ftp://ftp.ncbi.nih.gov/gene/DATA/ Human and Mouse]</span>
        return element.value;
    });
   
    clearFilters();
   
    if (selection.length) {
      (function (s) {
            $.fn.dataTableExt.afnFiltering.push(
                function (settings, data, index) {
                    for (var i=0; i < s.length; i++) {
                        if (data[2] == s[i]) return true;
                    }
                    return false;
                }
            );
        })(selection);
    }
  oTable.fnFilter("");
});


=== Coexpression module ===
* FFCP member list
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/SYNC015_combined_clustertables.txt Human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/mouse_filtered2_p75_m22_T.clusters.txt Mouse]</span>
* Sample ontology enrichment analysis
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Sample_ontology_enrichment_of_coexpression_clusters/ human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Sample_ontology_enrichment_of_coexpression_clusters/ mouse]</span>
* GOStat results on Coexpression module
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19_co-expression_GOstats.tar.gz human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/mm9_co-expression_GOstats.tar.gz mouse]</span>
* Pathway enrichment analysis
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19_co-expression_modules.tar.gz human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/mm9_co-expression_modules.tar.gz mouse]</span>
* TFBS overrepresentation
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19.novel_motif.coexpression_clusters_overrepresentation.txt.gz human_novel_motif]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/hg19.KNOWN_JASPAR_130.coexpression_clusters_overrepresentation.txt.gz human_jaspar_motif]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/mm9.novel_motif.coexpression_clusters_overrepresentation.txt.gz mouse_novel_motif]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/mm9.KNOWN_JASPAR_130.coexpression_clusters_overrepresentation.txt.gz  mouse_jaspar_motif]</span>
* <span class="plainlinks">[http://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/ENCODE_TF_ChIP-seq_peak_enrichment_coexprclusterencode.filtered.csv.gz ENCODE_TF_ChIP-seq_peak enrichment analysis]</span>
* Relative expression of the co-expression module
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/coexpression_DPI_cluster_scores_median_human_Aug3_2012.txt.gz human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters/coexpression_DPI_cluster_scores_median_mouse_Oct9_2012.txt.gz mouse]</span>


function clearFilters() {
=== Motifs ===
    //dataTable.fnFilter("");
* Novel motifs GREAT analysis results
    $.fn.dataTableExt.afnFiltering = [];
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Motifs/novel_GREAT_analysis_results/hg19.table.txt Human]</span>
}
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Motifs/novel_GREAT_analysis_results/mm9.table.txt Mouse]</span>
* Novel motifs Significance of the correlation with CAGE expression
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Motifs/novel_Significance_of_the_correlation_with_CAGE_expression/hg19.pvalues.txt Human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Motifs/novel_Significance_of_the_correlation_with_CAGE_expression/mm9.pvalues.txt Mouse]</span>
* Jaspar motifs Significance of the correlation with CAGE expression
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Motifs/jaspar_Significance_of_the_correlation_with_CAGE_expression/hg19.pvalues.txt Human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Motifs/jaspar_Significance_of_the_correlation_with_CAGE_expression/mm9.pvalues.txt Mouse]</span>


=== Sample ===
* sample name and attributes
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase2.6/basic/HumanSamples2.0.sdrf.xlsx Human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase2.6/basic/MouseSamples2.3.sdrf.xlsx Mouse]</span>
* <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Transcription_factors/ Transcription factors, relative expression]</span>
* <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Motifs/ HOMER motifs]</span>
* Repeat family, relative expression
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Repeat_expression/DPI_cluster_scores_human_median_by_repFamilies_Aug06_2012.txt.gz human]</span>
** <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Repeat_expression/DPI_cluster_scores_mouse_median_by_repFamilies_Aug06_2012.txt.gz mouse]</span>


=== Ontology ===
* <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase2.0/extra/Ontology/ Sample ontology(FF), Cell ontology(CL), Human disease ontology(DOID) and Uber anatomy ontology (UBERON)]</span>
* <span class="plainlinks">[https://fantom.gsc.riken.jp/5/datafiles/phase2.0/extra/Ontology/ Ontology mapping: FF sample <--> CL, DOID, UBERON, FF term]</span>


} );
=== CAGEd-oPOSSUM ===
</script>
* <span class="plainlinks">[https://cagedop.cmmt.ubc.ca/CAGEd_oPOSSUM/results/precomputed/human/index.html Human]</span>
<b>Filter by sample category</b><br>
* <span class="plainlinks">[https://cagedop.cmmt.ubc.ca/CAGEd_oPOSSUM/results/precomputed/mouse/index.html Mouse]</span>
<div id="format">
    <input type="checkbox" id="primary_cells" name="primary_cells" value="primary cells" /><label for="primary cells">primary cells</label>
    <input type="checkbox" id="tissues"      name="tissues"      value="tissues" /><label for="tissues">tissues</label>
    <input type="checkbox" id="developmental"    name="developmental"    value="developmental" /><label for="developmental">developmental</label>
<input type="checkbox" id="time_courses"    name="time_courses"    value="time courses" /><label for="time_courses">time courses</label>
<input type="checkbox" id="control"    name="control"    value="control" /><label for="control">control</label>
</div>
 
<span id="export_tool"></span>
 
</html>
{{#ask:[[FFCP PHASE2:+]][[Category:FFCP]][[Species::Mouse (Mus musculus)]]|mainlabel=FF ontology id|?Name|?Sample_category
|format=ttable|class=ff_sample_list|limit=2000|searchlabel=}}

Latest revision as of 20:55, 16 February 2022

Data sources used in FANTOM5 SSTAR


CAGE peaks

  • CAGE peak location (with the robust threshold) , annotation, and expression
  • Ontology-based sample term enrichment analysis

Genes

Coexpression module

Motifs

  • Novel motifs GREAT analysis results
  • Novel motifs Significance of the correlation with CAGE expression
  • Jaspar motifs Significance of the correlation with CAGE expression

Sample

Ontology

CAGEd-oPOSSUM