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
-[Workflow for using panGraphViewer](#workflow-for-using-pangraphviewer)
17
+
-[Workflow for using PanGraphViewer](#workflow-for-using-pangraphviewer)
18
18
-[Plot a genome graph](#plot-a-genome-graph)
19
19
-[Check the sequence of nodes of interest](#check-the-sequence-of-nodes-of-interest)
20
20
-[Show gene models that may be interrupted by some sequences/nodes in some samples](#show-gene-models-that-may-be-interrupted-by-some-sequencesnodes-in-some-samples)
21
-
-[How to use desktop-based panGraphViewer](#how-to-use-desktop-based-pangraphviewer)
21
+
-[How to use desktop-based PanGraphViewer](#how-to-use-desktop-based-pangraphviewer)
22
22
-[Load Files for Graph Visualization](#load-files-for-graph-visualization)
-[Display gene models that may be interrupted in some samples](#display-gene-models-that-may-be-interrupted-in-some-samples)
29
-
-[How to use web browser-based panGraphViewer](#how-to-use-web-browser-based-pangraphviewer)
29
+
-[How to use web browser-based PanGraphViewer](#how-to-use-web-browser-based-pangraphviewer)
30
30
31
31
<divstyle="page-break-after: always;"></div>
32
32
33
-
## Workflow for using panGraphViewer
33
+
## Workflow for using PanGraphViewer
34
34
35
-
Thank you for choosing panGraphViewer. Hope you can find our tool is useful for your study. In this section, we will introduce a general ``workflow`` (see the figure below) that can be used to explore ``panGraphViewer``.
35
+
Thank you for choosing PanGraphViewer. Hope you can find our tool is useful for your study. In this section, we will introduce a general ``workflow`` (see the figure below) that can be used to explore ``PanGraphViewer``.
@@ -48,9 +48,9 @@ There are three key functions that we would like to emphasize.
48
48
### Plot a genome graph
49
49
Depending on the purpose and preference, users can install either application on their platform.
50
50
51
-
* Before starting the application, firstly, users need to prepare an ``rGFA`` file, a ``GFA`` file or a ``VCF`` file that can be directly imported into the application. An output directory is also needed when processing the analyses.
51
+
* Before starting the application, firstly, users need to prepare an ``rGFA`` file, a ``GFA_v1`` file or a ``VCF`` file that can be directly imported into the application. An output directory is also needed when processing the analyses.
52
52
53
-
* After specifying a needed file and an output directory, users can start to parse the file and then the graph information underlying would be stored in the memory. Users can adjust their purpose to decide which chromosome/sequence or a segment of it can be displayed in the display canvas by specifying the ``backbone``, ``chromosome/sequence`` name and ``coordinates``.
53
+
* After specifying a needed file and an output directory, users can start to parse the file and then the graph information underlying would be stored in the memory. Users can adjust their purpose to decide which chromosome/sequence or a segment of it can be displayed in the display canvas by specifying the ``backbone``, ``chromosome/sequence`` name, ``coordinates`` or "nodeIDs"..
54
54
55
55
* Once the graph is displayed, users can use, for example, the ``mouse`` to zoom in and out to explore the graph. Hover information will show in the canvas if users move the ``mouse`` to the node.
56
56
@@ -68,7 +68,7 @@ If users have the annotation file for the ``backbone`` sample, they can check ge
68
68
69
69
<divstyle="page-break-after: always;"></div>
70
70
71
-
## How to use desktop-based panGraphViewer
71
+
## How to use desktop-based PanGraphViewer
72
72
73
73
For the ``desktop-based`` application, once it is opened as shown below, users can follow the following steps to explore the program.
74
74
<palign="center">
@@ -79,7 +79,7 @@ For the ``desktop-based`` application, once it is opened as shown below, users c
79
79
Here we provide two options to let users select if they want to explore a ``GFA``-based graph or a ``VCF``-based graph.
80
80
81
81
#### GFA
82
-
When selecting to plot a ``GFA``-based graph, an ``rGFA`` file or a ``GFA`` file is needed. Users can click the ``Select`` button to specify the file and then select an output directory to perform the analyses.
82
+
When selecting to plot a ``GFA``-based graph, an ``rGFA`` file or a ``GFA_v1`` file is needed. Users can click the ``Select`` button to specify the file and then select an output directory to perform the analyses.
@@ -206,9 +206,9 @@ We provide two ways to check the node information.
206
206
<imgwidth="320"src="src/aNodes.jpg"alt="aNodes">
207
207
</p>
208
208
209
-
* In the dropdown menu, all nodes in the entire graph will be listed. Users can select the node that they want to check or remove it from the selected list.
209
+
* In the dropdown menu, the first 20000 nodes in the entire graph will be listed. Users can select the node that they want to check or remove it from the selected list.
210
210
* Users can also type the node id in the ``List of the selected node(s)`` panel by lines
211
-
* Once clicking the ``Check`` button, the program will show the selected nodes in ``fasta`` format with a header similar to the one shown in the ``hover`` box. However, the sequence would be the completed sequence of the node.
211
+
* Once clicking the ``Check/Plot`` button, the program will pop out a diag box asking if users want to browse the sequences of selected nodes or the graph built by the selected nodes. Users can decide by click the corresponding button.
212
212
* Users can also click the ``Save the Sequences`` button to save the ``fasta`` file to the output directory. Users can import the saved sequence file to other programs, such as ``NCBI-blast`` for downstream analyses.
213
213
214
214
Please **note** that by default we only allow a sequence display with <= ``1000000`` bp in length. The reason to do this is that if a large sequence is needed to display, it would take a long time to show. Users can change the setting in ``Settings``--> ``Graph Modification`` if they really want to display a large sequence.
@@ -236,9 +236,9 @@ After clicking the ``Plot`` button, a plot will show in the display canvas.
236
236
237
237
<divstyle="page-break-after: always;"></div>
238
238
239
-
## How to use web browser-based panGraphViewer
239
+
## How to use web browser-based PanGraphViewer
240
240
241
-
After the installation of the web-based panGraphViewer, users can follow ``README`` to open it. The login interface is like:
241
+
After the installation of the web-based PanGraphViewer, users can follow ``README`` to open it. The login interface is like:
0 commit comments