-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
41 lines (24 loc) · 1.38 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# LSGRN: Inference of large-scale gene regulatory networks based on multi-model fusion
1 College of Information Science and Technology, Dalian Maritime University, Dalian 116039, China
**LSGRN is a large-scale gene regulatory network inference method based on multi model fusion, which includes dimension reduction using maximum mutual information coefficient and feature fusion of XGBoost and RF machine learning models.**
If you find our method is useful, please cite our paper:
### The version of Python and packages
Python version 3.8.5
minepy 1.2.5
numpy 1.20.3
pandas 1.2.4
scikit-learn 0.24.2
scipy 1.6.3
xgboost 1.4.2
### Parameters Description
alpha:a constant of gene decay rate
param: a dict of parameters of xgboost
threshold: Threshold of maximum mutual information coefficient dimension reduction
xgb_learning_rate: Learning rate of xgboost
case_size100:
TS_data: a matrix of time-series data
time_points: a list of time points
SS_data: a matrix of time-series data, the default is "none"
gene_names: a list of gene names
regulators: a list of names of regulatory genes, the default is "all",
param: a dict of parameters of xgboost and RF