select_genes: Select genes to use in building a cell trajectory

Description Usage Arguments Value Examples

View source: R/SLICER.R

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

1
select_genes(embedding)

Arguments

embedding

Low-dimensional LLE embedding of cells

Value

Vector containing indices of selected genes

Examples

1
2
3
4
## Not run: 
genes = select_genes(traj)

## End(Not run)

Example output



SLICER documentation built on May 1, 2019, 6:32 p.m.