summed_local_variance {uSORT}R Documentation

A summed local variance function

Description

A summed local variance function

Usage

summed_local_variance(expr = NULL, alpha = NULL, data_type = "linear")

Arguments

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).

Value

A numeric value of the summed local variance.


[Package uSORT version 1.16.0 Index]