forked from Artur-man/vitiligo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dolphinnext.Rmd
61 lines (52 loc) · 3.4 KB
/
dolphinnext.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: "DolphinSuite"
---
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
body {
text-align: justify}
</style>
All raw sequencing data and associated metadata of samples from affected and unaffected skin from vitiligo patients, as well as healthy controls, are currently hosted at DolphinSuite, a novel high throughput data analysis platform.
Raw sequenced data was processed by the scRNA-Seq inDrop pipeline developed within the interactive pipeline manager <a href="https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-020-6714-x">DolphinNext</a>. A downloadable container of all required sofware and R libraries of the inDrop Pipeline can be found in both Docker Hub and GitHub.
* **Docker Hub**: <a href="https://hub.docker.com/r/dolphinnext/indrop" target="_blank">https://hub.docker.com/r/dolphinnext/indrop</a>
* **GitHub**: <a href="https://github.com/dolphinnext/indrop" target="_blank">https://github.com/dolphinnext/indrop</a>
## DolphinSuite Platforms
<a href="https://www.umassmed.edu/biocore/" target="_blank">UMass Chan Medical School BioCore</a> has developed **DolphinSuite**, a platform to support the analysis of high throughput data. DolphinSuite supports the full research cycle by allowing users to track samples from sample collection to data processing (sequencing, proteomics, metabolomics) and finally to interactive analysis using an intuitive web interface. DolphinSuite is built to ensure secure access to the processed data using 3rd party applications for tailor-made analysis and data sharing.
DolphinSuite is comprised of three major components that supports distinct aspects of high throughput data analysis.
<table>
<tbody>
<tr>
<td style="text-align:center;width:33%; vertical-align: text-top;">
<p> <a href="https://dolphinnext.umassmed.edu/index.php" target="_blank" style="font-size: 1.5em;">DolphinNext (Dnext)</a> </p>
<img width="300" height="200" src="./images/dolphinnext.png" class="center">
<br>
<p> **Dnext**: a distributed data processing platform for high throughput genomics </p>
<br>
<button type="button" class="btn btn-info" onclick="window.open('https://dolphinnext.umassmed.edu/index.php?np=1&id=830')">Dnext inDrop Pipeline</button>
<br>
</td>
<td style="text-align:center;width:33%; vertical-align: text-top;">
<p> <a href="https://github.com/UMMS-Biocore/dmeta" target="_blank" style="font-size: 1.5em;">DolphinMeta (Dmeta)</a> </p>
<img width="300" height="200" src="./images/dmeta.png" class="center">
<br>
<p> **Dmeta**: automated data processing and management using ontology-based metadata tracking system </p>
<button type="button" class="btn btn-info" onclick="window.open('https://dmeta-skin.dolphinnext.com/')">Vitiligo in Dmeta</button>
<br>
</td>
<td style="text-align:center;width:33%; vertical-align: text-top;">
<p> <a href="https://github.com/UMMS-Biocore/dportal" target="_blank" style="font-size: 1.5em;">DolphinPortal (Dportal)</a> </p>
<img width="300" height="200" src="./images/dportal.png" class="center">
<br>
<p> **Dportal**: a user-friendly and interactive data browser for filtering and querying</p>
<br>
<button type="button" class="btn btn-info" onclick="window.open('https://dportal-skin.dolphinnext.com/')">Vitiligo in Dportal</button>
<br>
</td>
</tr>
</tbody>
</table>
<br>
<br>