dot-count_matrix: Generate Count Matrix.

Description Usage Arguments

Description

Generate Count Matrix.

Usage

1
2
3
4
5
6
.count_matrix(
  count_data,
  data_type = c("tss", "tsr"),
  use_normalized = FALSE,
  threshold = NULL
)

Arguments

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.


rpolicastro/tsrexplorer documentation built on Oct. 17, 2021, 3:02 p.m.