Skip to content

Commit 3d42242

Browse files
authored
Input (#22)
* update sample network * update docs
1 parent d7f08c7 commit 3d42242

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

docs/source/intro.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the entity type of the node to run diffusion by entity type.
5959
+------------+--------------+
6060

6161
3. You can also choose to provide a dataset with a column 'Node' containing node IDs as well as a column 'logFC' with
62-
their | logFC | . You may also add a 'NodeType' column to run diffusion by entity type.
62+
their logFC. You may also add a 'NodeType' column to run diffusion by entity type.
6363

6464
+--------------+------------+
6565
| Node | LogFC |
@@ -73,10 +73,8 @@ their | logFC | . You may also add a 'NodeType' column to run diffusion by entit
7373
| D | 3 |
7474
+--------------+------------+
7575

76-
.. | logFC | replace:: Log\ :sub:`2`\ FC
77-
78-
4. Finally, you can provide a dataset with a column 'Node' containing node IDs, a column 'logFC' with their | logFC |
79-
and a column 'p-value' with adjusted p-values. You may also add a 'NodeType' column to run diffusion by entity type.
76+
4. Finally, you can provide a dataset with a column 'Node' containing node IDs, a column 'logFC' with their logFC and a
77+
column 'p-value' with adjusted p-values. You may also add a 'NodeType' column to run diffusion by entity type.
8078

8179
+--------------+------------+---------+
8280
| Node | LogFC | p-value |

examples/README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the entity type of the node to run diffusion by entity type.
5656
+------------+--------------+
5757

5858
3. You can also choose to provide a dataset with a column 'Node' containing node IDs as well as a column 'logFC' with
59-
their | logFC |. You may also add a 'NodeType' column to run diffusion by entity type.
59+
their logFC. You may also add a 'NodeType' column to run diffusion by entity type.
6060

6161
+--------------+------------+
6262
| Node | LogFC |
@@ -70,10 +70,8 @@ their | logFC |. You may also add a 'NodeType' column to run diffusion by entity
7070
| D | 3 |
7171
+--------------+------------+
7272

73-
.. | logFC | replace:: Log\ :sub:`2`\ FC
74-
75-
4. Finally, you can provide a dataset with a column 'Node' containing node IDs, a column 'logFC' with their | logFC |
76-
and a column 'p-value' with adjusted p-values. You may also add a 'NodeType' column to run diffusion by entity type.
73+
4. Finally, you can provide a dataset with a column 'Node' containing node IDs, a column 'logFC' with their logFC and a
74+
column 'p-value' with adjusted p-values. You may also add a 'NodeType' column to run diffusion by entity type.
7775

7876
+--------------+------------+---------+
7977
| Node | LogFC | p-value |
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Source,Target,Relation
2-
Gene A,Gene B,Increase
3-
Gene B,Metabolite C,Association
4-
Gene A,Pathology D,Association
2+
A, B, Increase
3+
B, C, Association
4+
A, D, Association
5+

0 commit comments

Comments
 (0)