hesselberthlab / scrunchy

R toolkit for the analysis of single-cell functional heterogeneity
https://scrunchy.hesselberthlab.org/
Other
2 stars 3 forks source link

Enrichment score for stats #49

Closed jayhesselberth closed 5 years ago

jayhesselberth commented 5 years ago

It would be nice if stat_activity_grouped provided some intuition on the magnitude and direction of the differences in the output.

For example, from #48:

#> # A tibble: 147 x 5
#>    activity     group   group1   p.value   q.value
#>    <chr>        <chr>   <chr>      <dbl>     <dbl>
#>  1 riboG_44     CD4/8 T NK+T   1.76e-172 2.59e-170
#>  2 Abasic_46    CD4/8 T NK+T   2.36e-137 1.73e-135

It's clear that CD4/8 and NK+T have very different riboG_44 activity—but which one has more?

jayhesselberth commented 5 years ago

Closed in 62a1213c