DavisLaboratory / singscore

An R/Bioconductor package that implements a single-sample molecular phenotyping approach
https://davislaboratory.github.io/singscore/
40 stars 5 forks source link

Significance of scores #37

Closed faraz89 closed 1 year ago

faraz89 commented 1 year ago

Hi,

Is there a way to calculate p-value to check if the scores are significantly different between two samples? I don't mean the Null distribution pvalue but the pvalue between samples to check if there is a significant difference between the given samples in terms of scores.

Thanks, Faraz

bhuvad commented 1 year ago

Hi Faraz,

This is not really feasible since you would not know what the distribution of each of the samples would be. If instead, you were looking at two populations of samples, you may be able to run a non-parametric test such as the Mann–Whitney U test to test differences in scores between the two populations.

Cheers, Dharmesh