genesofeve / projectR

GNU General Public License v2.0
62 stars 19 forks source link

Possible bug with projectionDriver() when normalize_pattern = T. #28

Open jaredslosberg opened 1 year ago

jaredslosberg commented 1 year ago

Check that group means and variances are appropriately adjusted by pattern normalization. Different numbers of genes are returned as significant when normalize_pattern is False.

jaredslosberg commented 1 year ago

Further, function should be rewritten so that the test returns the pvalue. As is, the threshold is user provided and used to construct the confidence interval for difference in group means, and just returns whether or not a gene is significant at that threshold.

jaredslosberg commented 7 months ago

@rpalaganas