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
Use `getSubnetworkFromIndra` to retrieve a subnetwork of protein interactions from the INDRA database.
77
+
78
+
```r
79
+
# Load example input data
80
+
input<-data.table::fread(system.file(
81
+
"extdata/groupComparisonModel.csv",
82
+
package="MSstatsBioNet"
83
+
))
84
+
85
+
# Get subnetwork
86
+
subnetwork<- getSubnetworkFromIndra(input)
87
+
print(head(subnetwork$nodes))
88
+
print(head(subnetwork$edges))
89
+
```
90
+
24
91
## License
25
-
This package is distributed under the [Artistic-2.0](https://opensource.org/licenses/Artistic-2.0) license. However, its dependencies may have different licenses.
92
+
This package is distributed under the [Artistic-2.0](https://opensource.org/licenses/Artistic-2.0) license. However, its dependencies may have different licenses.
26
93
27
-
Notably, INDRA is distributed under the [BSD 2-Clause](https://opensource.org/license/bsd-2-clause) license. Furthermore, INDRA's knowledge sources may have different licenses for commercial applications. Please refer to the [INDRA README](https://github.com/sorgerlab/indra?tab=readme-ov-file#indra-modules) for more information on its knowledge sources and their associated licenses.
94
+
Notably, INDRA is distributed under the [BSD 2-Clause](https://opensource.org/license/bsd-2-clause) license. Furthermore, INDRA's knowledge sources may have different licenses for commercial applications. Please refer to the [INDRA README](https://github.com/sorgerlab/indra?tab=readme-ov-file#indra-modules) for more information on its knowledge sources and their associated licenses.
28
95
29
96
## Databases Supported
30
97
@@ -36,4 +103,4 @@ Notably, INDRA is distributed under the [BSD 2-Clause](https://opensource.org/li
0 commit comments