|
a |
|
b/README.md |
|
|
1 |
# Network-regularized Sparse Logistic Regression Models |
|
|
2 |
The NSLR package is the implementation of the methods in the following paper. |
|
|
3 |
|
|
|
4 |
Wenwen Min, Juan Liu*, Shihua Zhang*. Network-regularized Sparse Logistic Regression Models for Clinical Risk Prediction and Biomarker Discovery. Submitted to IEEE/ACM Transactions on Computational Biology and Bioinformatics (TCBB). |
|
|
5 |
|
|
|
6 |
More descriptions about these functions can be found in their annotation part. |
|
|
7 |
|
|
|
8 |
# --------------------------------------------------------------------------------------------------------------------------- |
|
|
9 |
Note that before running the codes, please first set the path for "A_Simple_Example.R". |
|
|
10 |
Please run the following R command in the Console. |
|
|
11 |
>> source('A_Simple_Example.R') |
|
|
12 |
# --------------------------------------------------------------------------------------------------------------------------- |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
|
20 |
|