SelectTopGenes
SelectTopGenes.RdSelect top-ranked genes from multi-sample Pseudotimecascade results
Arguments
- gene_mean_list
A multi-sample result list returned by
PseudotimeMSProcess().- top
Number of top-ranked genes to select (default = 1000).
Details
This function ranks genes based on the average significance across samples.
Specifically, q-values are transformed using \(-\log_{10}(q)\), and the mean
transformed value across samples is used for ranking. The top top
genes are selected and all corresponding components (mean expression,
pattern assignment, q-values, and switch points) are subset accordingly.