Stretch non-negative matrix
Usage
asap_stretch_nn_matrix_columns(
Y,
qq_min = 0.01,
qq_max = 0.99,
std_min = -8,
std_max = 8,
verbose = TRUE
)
Arguments
- Y
non-negative data matrix(gene x sample)
- qq_min
min quantile (default: 0.01)
- qq_max
min quantile (default: 0.99)
- std_min
min after standardization of log (default: -8)
- std_max
max after standardization of log (default: 8)
- verbose
speak more (default: TRUE)