getCountList.Rdgenerate a list of raw count matrices based on the list of covariance matrices
getCountList(sigma.list, nvec = c(500, 500), ngene = NULL, a3 = 2, b3 = 1)
| sigma.list | a list of covariance matrices. Please make sure the positive definite property. |
|---|---|
| nvec | a vector of sample size under each condition. |
| ngene | integer. the number of genes |
| a3 | the parameter for the non-dropout rate pij~ beta(a3, b3) |
| b3 | the parameter for the non-dropout rate pij~ beta(a3, b3) |
a list of count matrices