Skip to content

MLMIP/LDNFSGB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LDNFSGB:Predicting lncRNA-disease associations using network feature similarity and gradient boosting

First, we construct a feature vector to extract similarity information of different lncRNAs and diseases. Then, an autoencoder is used to reduce the dimensionality of the feature vector. Finally, the gradientboosting classifier is used to predict lncRNA-disease associations.

#Autoencoder.py This part is mainly to reduce the dimensionality of the sample features.

#Gradientboosting.py It is mainly used for prediction of lncRNA-disease association. At the same time, this part provides the performance evaluation of the model under 10-fold CV including AUC, accuracy, sensitive, precision, specificity and ROC curve drawing.

The original datasets used in this study are available from the corresponding references.

References Zhang, Y., Ye, F., Xiong, D. et al. LDNFSGB: prediction of long non-coding rna and disease association using network feature similarity and gradient boosting. BMC Bioinformatics 21, 377 (2020). https://doi.org/10.1186/s12859-020-03721-0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages