summed_local_variance {uSORT} | R Documentation |
A summed local variance function
summed_local_variance(expr = NULL, alpha = NULL, data_type = "linear")
expr |
An expresssion matrix containing n-rows of cells and m-cols of genes. |
alpha |
A fraction value indicating the size of window for local variance measurement. |
data_type |
A character string indicating the type of progression, i.e. 'linear' (strictly linear) or 'cyclical' (cyclically linear). |
A numeric value of the summed local variance.