Radiomic Survival Predictor (RaSPr)
"This page allows users to upload a CSV file containing radiomic features extracted using PyRadiomics. The uploaded data is processed to generate a prognostic risk score, providing survival or risk prediction."
Note: The feature file must contain eight radiomics features, which are provided here, that were used to build this model. To get five different categories of features, use this file for feature extraction.
Important: Before uploading the feature file, normalize the feature expression.
You can use the scale()
function in R or apply normalization in Python using StandardScaler
from scikit-learn.