Related Experiment Video
Updated: Sep 13, 2025

Establishing a Competing Risk Regression Nomogram Model for Survival Data
Published on: October 23, 2020
Quantile index predictors using R package hyper.gam
Tingting Zhan1, Misung Yi2, Inna Chervoneva1
1Division of Biostatistics & Bioinformatics, Department of Pharmacology, Physiology & Cancer Biology, Sidney Kimmel Medical College, Thomas Jefferson University, Philadelphia, PA 19107, United States.
Motivation:
Evaluation of single-cell protein expression from immunohistochemistry images is used increasingly in biomedical research. Many proteins are used solely for phenotyping cells in the tumor microenvironment. Other proteins with meaningfully quantitative expression levels provide so-called functional protein biomarkers. There is still a limited number of methods and software tools available for utilizing the entire distributions of single-cell expression levels.
Results:
We present the R package hyper.gam, providing a supervised learning framework for deriving biomarkers based on single-cell distribution quantiles. The single-cell data are first converted into sample quantile functions, which are then used as predictors in scalar-on-function regression models to estimate the integrand surface. The estimated integrand surface defines the quantile index predictors based on the single-cell expression levels in a new test set. The package features a user-friendly interface and visual tools enabling exploration of the estimated integrand surfaces. Our tools are motivated by the need for biomarkers, taking into account heterogeneous protein expression levels in a tissue, but they can be applied to other types of single-cell data.
Availability And Implementation:
R package hyper.gam and vignette are available at https://CRAN.R-project.org/package=hyper.gam and https://CRAN.R-project.org/package=hyper.gam/vignettes/applications.html.
Related Concept Videos
Percentile
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Quantifying and Rejecting Outliers: The Grubbs Test
Expected Frequencies in Goodness-of-Fit Tests
Statistical Hypothesis Testing
Statistical significance measures the probability that an observed result occurred by chance. If this probability, known as...
Statistical Inference Techniques in Hypothesis Testing: Parametric Versus Nonparametric Data
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance,...

