data_transform | R Documentation |
Based on single-cell pseudotime information, get the sliding window average expression, and then standard normlize the expression for each gene
data_transform(data, pseudotime, slide_window_size = 100, slide_step_size = 50)
data |
expression matrix data |
pseudotime |
list of pseudotime |
slide_window_size |
sliding window size |
slide_step_size |
sliding window step size |
Transformed new matrix
data <- matrix(1,100,1000) ptime <- seq(1:1000) data_transform(data, ptime, slide_window_size=100, slide_step_size=50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.