takakioka commited on
Commit
0457945
·
verified ·
1 Parent(s): 8e8619e

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -53
README.md DELETED
@@ -1,53 +0,0 @@
1
- # msdial2cytoscape4lipidomics
2
-
3
- <!-- badges: start -->
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
-
6
-
7
- <!-- badges: end -->
8
-
9
- ## Overview
10
-
11
- This Shiny application is designed to facilitate the analysis of non-targeted lipidomics data. It allows users to easily upload alignment result tables generated by MS-DIAL and, optionally, integrate sample class information for further data exploration. The application provides interactive data visualizations, enabling users to inspect lipid species distributions, compare sample groups, and generate pathway analysis diagrams.
12
-
13
- Key features include:
14
-
15
- - Simple file upload interface for MS-DIAL alignment results
16
- - Integration of sample metadata for enhanced analysis
17
- - Interactive visualizations for exploring lipid species across samples
18
- - Customizable generation of pathway analysis diagrams with Cytoscape desktop app
19
-
20
-
21
-
22
- ## Run msdial2cytoscape4lipidomics locally
23
-
24
- ### Step 1: Clone this repository
25
-
26
- Open the terminal and run:
27
-
28
- ``` bash
29
- git clone "https://github.com/systemsomicslab/msdial2cytoscape-for-lipidomics.git"
30
- ```
31
-
32
- ### Step 2: Bulid Docker image
33
-
34
- ``` bash
35
- docker build -t msdial2cytoscape4lipidomics .
36
- ```
37
-
38
- ### Step 3: Run Docker image
39
-
40
- Run the container on your terminal once it has been bulied.
41
-
42
- ``` bash
43
- docker run --rm -p 1028:1028 -p 9000:9000 msdial2cytoscape4lipidomics
44
- ```
45
-
46
- ### Step 4: Run msdial2cytoscape for lipidomics in your browser
47
-
48
- Open your browser and paste `http://localhost:1028`.
49
-
50
- ## Code of Conduct
51
-
52
-
53
-