Switch to unified view

a/README.md b/README.md
1
# Network-regularized Sparse Logistic Regression Models
1
# Network-regularized Sparse Logistic Regression Models
2
The NSLR package is the implementation of the methods in the following paper.
2
The NSLR package is the implementation of the methods in the following paper.
3
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).
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
5
6
More descriptions about these functions can be found in their annotation part.
6
More descriptions about these functions can be found in their annotation part.
7
7
8
# ---------------------------------------------------------------------------------------------------------------------------
8
# ---------------------------------------------------------------------------------------------------------------------------
9
Note that before running the codes, please first set the path for "A_Simple_Example.R".
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. 
10
Please run the following R command in the Console. 
11
>> source('A_Simple_Example.R')
11
 source('A_Simple_Example.R')
12
# ---------------------------------------------------------------------------------------------------------------------------
12
# ---------------------------------------------------------------------------------------------------------------------------
13
13
14
14
15
15
16
16
17
17
18
18
19
19
20
20