A neural network for the molecular discrimination of pulmonary arterial hypertension (PAH) and pulmonary veno-occlusive disease (PVOD)
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://data.mendeley.com/datasets/h9nw4cxcs8
下载链接
链接失效反馈官方服务:
资源简介:
This feed-forward neural network for discriminating PAH from PVOD is based on the R packages 'caret' and 'nnet'. It was trained on transcriptomics data acquired with the NanoString nCounter technology. Please see the referenced article for further information!
The .rds file contains the serialized model. In order to read the model into an R environment the following steps have to be performed:
- Start an R terminal
- Execute the 'readRDS' function with the (relative) path to the RDS file as only option and store the returned object in a variable
- The returned object is of the class caret::train and can directly be used for the classification of samples (given that the data has been identically prepared/normalized)
Please see the manuals of the R packages 'caret' and 'nnet' for help on how to use the loaded objects.
Examplary R commands:
model.caret <- readRDS(file="model.rds") # object of class 'train' (R package 'caret') containing the final model and all training parameters
model.final <- model.caret$finalModel # the final model as object of class 'nnet' (R package 'nnet')
print(model.caret$trainingData) # display the data used for training the model
创建时间:
2020-06-16



