stephenslab / dsc-log-fold-change

dsc to compare approaches to estimating/testing log-fold-change from counts
https://stephenslab.github.io/dsc-log-fold-change/
2 stars 3 forks source link

Simulate module: allow sample sizes to vary #9

Closed jhsiao999 closed 5 years ago

jhsiao999 commented 5 years ago

Problem: currently the module input is the total number of samples, then poisthin function splits this into two groups of equal sample size. Ideas: add to poisthin function a new parameter of the ratio of sample size

jhsiao999 commented 5 years ago

add new pipeline variables $n1, $n2