Generate Count Matrix.
1 2 3 4 5 6 | .count_matrix(
count_data,
data_type = c("tss", "tsr"),
use_normalized = FALSE,
threshold = NULL
)
|
count_data |
Named list of counts. |
data_type |
Whether to get matrix of TSS ('tss') or TSR ('tsr') counts. |
use_normalized |
Whether to use the normalized (TRUE) or raw (FALSE) counts. |
threshold |
TSSs or TSRs with a score below this value will not be considered. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.