You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiplot (https://hiplot.org) is a free and comprehensive web service for biomedical visualization based on web technology, which is supported by open source communities. It provides more simple web and command-line interfaces compared with other similar platforms.
18
+
Hiplot (ORG) (https://hiplot.org) is a free and comprehensive web service for biomedical visualization based on web technology, which is supported by open source communities. It provides more simple web and command-line interfaces compared with other similar platforms.
19
19
20
20
Editable table view and switched file uploader simplify the data loading process for most tasks. Data, parameters, and task history can be imported and exported via the JSON files for enhancing reproducibility. A single R language script or function can be used to generate the web front-end interface, command-line interface, and the meta description of a Hiplot plugin. Up to now, hundreds of free applications have been working on Hiplot, including basic statistics, predictive models, multi-omics data analysis, and text-mining.
Copy file name to clipboardExpand all lines: contribute.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# How to contribute
2
2
3
-
You can join the user community first: [Discord](https://discord.gg/vX6tSax) or [Wechat Group](https://docs.qq.com/doc/DS09na3NVYk9OcHVp).
3
+
You can join the user community first: [Discord](https://discord.gg/vX6tSax) or [QQ Group](https://docs.qq.com/doc/DS1RJcVZXbHZQT2lV).
4
4
5
5
All feedback and visualization scripts can be shared on the user community. We will respond instantly and update the corresponding visualization plugin . For the security of our website, we will do not share the web service code publicly, and only the core team can access and modified it. If you want to join our core team, you can also feel free to contact us: [email protected].
We build the desktop client of Hiplot based on the [Electron](https://www.electronjs.org/). The demo data and UI components are fixed in the desktop client under the given version.
9
+
We build the desktop client of Hiplot (ORG) based on the [Electron](https://www.electronjs.org/). The demo data and UI components are fixed in the desktop client under the given version.
10
10
11
11
Latest release version:
12
12
@@ -19,7 +19,7 @@ Other releases of desktop client: [here](https://hiplot-academic.com/download/de
19
19
20
20
## hctl
21
21
22
-
hctl is the command-line client of Hiplot website. It can be used to draw plots without the web environment.
22
+
hctl is the command-line client of Hiplot (ORG) website. It can be used to draw plots without the web environment.
Other releases of hctl: [here](https://hiplot-academic.com/download/hctl)
31
31
32
-
It is required to login Hiplot server first using the `hctl login` command. `hctl plot` command can be used to draw plots by using the parameter file and data files.
32
+
It is required to login Hiplot (ORG) server first using the `hctl login` command. `hctl plot` command can be used to draw plots by using the parameter file and data files.
33
33
34
34
Demo input files of hctl can be download from here: [demo.tar.gz](https://hiplot-academic.com/download/hctl/_demo.tar.gz).
Copy file name to clipboardExpand all lines: download/README.md
+28-27
Original file line number
Diff line number
Diff line change
@@ -4,44 +4,44 @@
4
4
5
5
## Desktop Client
6
6
7
-
We build the desktop client of Hiplot based on the [Electron](https://www.electronjs.org/). The demo data and UI components are fixed in the desktop client under the given version.
7
+
We build the desktop client of Hiplot (ORG) based on the [Electron](https://www.electronjs.org/). The demo data and UI components are fixed in the desktop client under the given version.
Other releases of hctl: [here](https://hiplot-academic.com/download/hctl)
43
43
44
-
It is required to login Hiplot server first using the `hctl login` command. `hctl plot` command can be used to draw plots by using the parameter file and data files.
44
+
It is required to login Hiplot (ORG) server first using the `hctl login` command. `hctl plot` command can be used to draw plots by using the parameter file and data files.
45
45
46
46
Demo input files of hctl can be download from here: [demo.tar.gz](https://hiplot-academic.com/download/hctl/_demo.tar.gz).
Copy file name to clipboardExpand all lines: usage/basic/README.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -628,7 +628,11 @@ Bump chart can be used to display the change of grouped values.
628
628
629
629
Stack:
630
630
631
-
## [Diverging scale](/basic/diverging-scale)
631
+
## [Diffusion Map](/basic/diffusion-map)
632
+
633
+
- Introduction
634
+
635
+
Diffusion Map is a nonlinear dimensionality reduction algorithm that can be used to visualize developmental trajectories.## [Diverging scale](/basic/diverging-scale)
632
636
633
637
- Introduction
634
638
@@ -1619,6 +1623,16 @@ Detail introduction about [PCAtools](http://www.bioconductor.org/packages/releas
1619
1623
1620
1624
sort:No means the central axis is arranged in the order of age;Desc means descending order by total population;Asc stands for ascending order by total population.
1621
1625
1626
+
## [Pyramid Stack2](/basic/pyramid-stack2)
1627
+
1628
+
- Introduction
1629
+
1630
+
The pyramid stack is a pyramid-like figure that distributes data on both sides of a central axis.
1631
+
## [Pyramid Stack](/basic/pyramid-stack)
1632
+
1633
+
- Introduction
1634
+
1635
+
The pyramid stack is a pyramid-like figure that distributes data on both sides of a central axis.
0 commit comments