File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ the entity type of the node to run diffusion by entity type.
5959+------------+--------------+
6060
61613. 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 |
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ the entity type of the node to run diffusion by entity type.
5656+------------+--------------+
5757
58583. 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 |
Original file line number Diff line number Diff line change 11Source , 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+
You can’t perform that action at this time.
0 commit comments