使用R包的量子指数预测器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.
Bioinformatics (Oxford, England)
|July 30, 2025
概括
本研究介绍了hyper.gam,这是一个R包,用于从单细胞表达数据中发现功能性蛋白质生物标志物. 它可以使用整个蛋白质表达分布来进行可靠的生物标记物识别.
科学领域:
- 生物医学研究的研究.
- 计算生物学是一种计算生物学.
- 生物统计学 生物统计学
背景情况:
- 单细胞蛋白表达分析在生物医学研究中至关重要,特别是用于瘤微环境细胞的表型.
- 功能性蛋白质生物标志物需要对表达水平进行定量分析,但利用全表达分布的方法有限.
研究的目的:
- 开发一个监督学习框架,用于从单细胞表达数据量中推导生物标志物.
- 为分析异质蛋白质表达水平提供一个用户友好的R包 (hyper.gam).
主要方法:
- hyper.gam R包将单单元数据转换为样本量子函数.
- 尺度对函数回归模型被用来估计一个积分面.
- 估计面积为新数据集产生量子指数预测器.
主要成果:
- hyper.gam包提供了一个监督学习框架,用于使用单细胞量子函数发现生物标志物.
- 它提供了估计积分面和定义量子指数预测器的工具.
- 该包包括用户友好的界面和可视化工具,用于探索结果.
结论:
- 通过利用完整的单细胞表达分布,Hyper.gam促进了新型功能蛋白质生物标记物的开发.
- 该方案解决了对能够考虑组织表达异质性的方法的需求.
- 它适用于蛋白质表达之外的各种单细胞数据类型.
相关概念视频
Percentile
7.1K
A percentile indicates the relative standing of a data value when data are sorted into numerical order from smallest to largest. It represents the percentages of data values that are less than or equal to the pth percentile. For example, 15% of data values are less than or equal to the 15th percentile.
7.1K
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
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.
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.
2.3K
Quantifying and Rejecting Outliers: The Grubbs Test
2.1K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
2.1K
Expected Frequencies in Goodness-of-Fit Tests
2.6K
A goodness-of-fit test is conducted to determine whether the observed frequency values are statistically similar to the frequencies expected for the dataset. Suppose the expected frequencies for a dataset are equal such as when predicting the frequency of any number appearing when casting a die. In that case, the expected frequency is the ratio of the total number of observations (n) to the number of categories (k).
2.6K
Statistical Hypothesis Testing
2.1K
Hypothesis testing is a critical statistical procedure facilitating informed, evidence-based decisions. It begins with a hypothesis, which is a tentative explanation, or a prediction about a population parameter. This hypothesis can be either a null hypothesis (H0), indicating no effect or difference, or an alternative hypothesis (Ha), suggesting an effect or difference.
Statistical significance measures the probability that an observed result occurred by chance. If this probability, known as...
Statistical significance measures the probability that an observed result occurred by chance. If this probability, known as...
2.1K
Statistical Inference Techniques in Hypothesis Testing: Parametric Versus Nonparametric Data
212
Statistical inference techniques, paramount in hypothesis testing, differentiate into two broad categories: parametric and nonparametric statistics.
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,...
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,...
212


