Skip to content

basic-app #1

Merged
merged 8 commits into from Dec 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added wilson-basic/.DS_Store
Binary file not shown.
523 changes: 523 additions & 0 deletions wilson-basic/app.R

Large diffs are not rendered by default.

4,119 changes: 4,119 additions & 0 deletions wilson-basic/data/Methylation_Hautefort_Oncotarget_2017.se

Large diffs are not rendered by default.

11,150 changes: 11,150 additions & 0 deletions wilson-basic/data/Proteomics_Worzfeld_MCP_2017.se

Large diffs are not rendered by default.

20,094 changes: 20,094 additions & 0 deletions wilson-basic/data/RNAseq_Zhang_2015.se

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions wilson-basic/introduction/format.md
@@ -0,0 +1,116 @@
---
output: html_document
---
# Data Format
<p class="font">
<b>CLARION: generiC fiLe formAt foR quantItative cOmparsions of high throughput screeNs</b>
<br><br>
CLARION is a data format especially developed to be used with WIlsON, which relies on a tab-delimited table with a metadata header to describe the following columns. It is based on the Summarized Experiment format and supports all types of data which can be reduced to features (e.g. genes, transcripts, proteins, probes) with assigned numerical values (e.g. count, score, log2foldchange, zscore, pvalue). Most result tables derived from RNA-Seq, ChIP/ATAC-Seq, Proteomics, Microarrays, and many other analyses can thus be easily reformatted to become compatible, without having to modify the code of WIlsON for each specific experiment.
<br><br>
<img src="images/clarion_excel_colored.png" width="100%">
<br><br>
<p class="font">
The format consists of three blocks of data with distinct structures:
<ul class="font">
<li><b>Header</b>: Parameters concerning the global experiment</li>
<li><b>Metadata</b>: Parameters describing the content of each data column</li>
<li><b>Data</b>: Matrix of data columns bearing textual and numerical information per feature</li>
</ul>
</p>
</p>

</br>
## <a name="header"></a> Header:
<img src="images/header.png"/>
<p class="font">
<ul class="font">
<li>Line identifier '!'</li>
<li>Syntax: name = value</li>
<li>Mandatory columns: *</li>
</ul>
</p>
### Parameters:
<p class="font">
<ul class="font">
<li><b>format</b>: Name of the file format (must be Clarion)</li>
<li><b>version</b>: Version of the file format (1.0)</li>
<li><b>experiment_id</b>: Unique id to be used for the experiment</li>
<li><b>delimiter(*)</b>: In-field delimiter for multi-value fields (e.g. multiple kegg pathways). Mandatory for multi-value fields.</li>
</ul>
</p>

</br>
## <a name="metadata"></a> Metadata:
<img src="images/metadata.png"/>
<p class="font">
<ul class="font">
<li>Line identifier '#'</li>
<li>Mandatory columns: *</li>
</ul>
</p>
### Columns:
<p class="font">
<ul class="font">
<li><b>key</b>*:</li>
<ul class="font">
<li>Reference to data matrix (column headline)</li>
<li>Must be unique</li>
</ul>
<li><b>factor1 - factorN</b>:</li>
<ul class="font"><li>Denotes experimental factors (e.g. wildtype, mutant, time point) per sample and condition</li></ul>
<ul class="font"><li>One or more columns (factor1, factor2, ..., factorN)</li></ul>
<ul class="font"><li>Used for grouping</li></ul>
<li><b>level</b>*:</li>
<ul class="font">
<li>Classifies content of column</li>
<li>Must be one of:</li>
<ul class="font">
<li><i>sample:</i> Data relating to a single sample</li>
<li><i>condition:</i> Data relating to a single condition (combination of all samples; e.g. average count)</li>
<li><i>contrast:</i> Data relating to a single contrast (pairwise comparison of conditions)</li>
<li><i>feature:</i> Annotation relating to a feature (e.g. gene, transcript, probe, protein, ...)</li>
</ul>
</ul>
<li><b>type(*)</b>:</li>
<ul class="font">
<li>Mandatory for multi-value fields</li>
<li>Further classify content level</li>
<li>Must be one of:</li>
<li>For level = feature = values to be filtered for</li>
<ul class="font">
<li><i>unique_id:</i> Unique identifier (e.g. ENSMUSG00000023944)</li>
<li><i>name:</i> Main feature name / symbol / label (e.g. Hsp90ab1)</li>
<li><i>category:</i> Single value per field; categorical data (e.g. protein_coding)</li>
<li><i>array:</i> Multiple delimited values per field; categorical data (e.g. Cholinergic synapse|Choline metabolism in cancer)</li>
</ul>
<li>For levels = sample, condition, contrast = values to be plotted</li>
<ul class="font">
<li><i>score:</i> count, intensity, ...</li>
<li><i>ratio:</i> foldchange, log2foldchange, ...</li>
<li><i>probability:</i> pvalue, padj, ...</li>
<li><i>array:</i> Multiple numeric values per field; e.g. coverage/windows, ...</li>
</ul>
<li>Attention: if the type is not given, the first feature column is expected to hold a unique identifier!</li>
</ul>
<li><b>label</b>:</li>
<ul class="font">
<li>Optional label alternative to column name</li>
<li>Can be used for plotting</li>
<li>Should be unique</li>
<li>For level = contrast delimited by '|' (condition1|condition2)</li>
</ul>
<li><b>sub_label</b>:</li>
<ul class="font"><li>Optional more detailed label to offer a logical subselection of a column using the interface</li></ul>
</ul>
</p>

</br>
## <a name="data"></a> Data:
<img src="images/data.png"/>
<p class="font">
<ul class="font">
<li>Traditional tab-delimited data matrix</li>
<li>Minimum: one column with a unique id; one column with a numerical value</li>
<li>If types are missing first column will be treated as unique_id</li>
</ul>
</p>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/case1_4_ui.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/case3_2_pale.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/data.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/example_pca2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/guide_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/heatmap.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/help_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/layout.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/lineplot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/metadata.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/plotly_ui.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wilson-basic/introduction/images/scatterplot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.