Learn R Programming

SLICER (version 0.2.0)

select_genes: Select genes to use in building a cell trajectory

Description

This function uses "neighborhood variance" to identify genes that vary smoothly, rather than fluctuating randomly, across the set of cells. Genes selected in this way can then be used to construct a trajectory.

Usage

select_genes(embedding)

Arguments

embedding

Low-dimensional LLE embedding of cells

Value

Vector containing indices of selected genes

Examples

Run this code
# NOT RUN {
genes = select_genes(traj)
# }

Run the code above in your browser using DataLab