Description Usage Arguments Value Examples
For simulating the false zero, use this function to generate random drop-out matrix
1 | generate_drop_matrix(reads, dims, ratio = 0.01)
|
reads |
reads that decide the dropping probabilities |
dims |
Dimension of the drop matrix |
ratio |
proportional constant |
A 0-1 drop-out matrix
1 | generate_drop_matrix(meta$reads,dims = c(20,50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.