Test if the gene expression is associated with pseudotime values
Source:R/PreTSA_temporal.R
temporalTest.Rd
Test if the gene expression is associated with pseudotime values
Arguments
- expr
The normalized gene expression matrix. Rows represent genes and columns represent cells
- pseudotime
The vector of user-provided pseudotime values
- pseudotime_permute
A list of permuted pseudotime values from subsampled cells. Each element in the list has the same format of the argument
pseudotime
- knot
Number of knots (0 by default) or
"auto"
for automatic selection- maxknotallowed
A user-defined maximum number of knots (10 by default)