Learn R Programming

SCORPIUS (version 1.0.4.1)

SCORPIUS-package: SCORPIUS: Trajectory inference from single-cell RNA sequencing data.

Description

SCORPIUS orders single cells with regard to an implicit timeline, such as cellular development or progression over time.

Arguments

Dimensionality Reduction functions

reduce_dimensionality

References

Cannoodt R. et al., SCORPIUS improves trajectory inference and identifies novel modules in dendritic cell development, bioRxiv (Oct., 2016). DOI: 10.1101/079509 (PDF).

Examples

Run this code
# NOT RUN {
## Load dataset from Schlitzer et al., 2015
data("ginhoux")

## Reduce dimensionality and infer trajectory with SCORPIUS
space <- reduce_dimensionality(ginhoux$expression, "spearman")
traj <- infer_trajectory(space)

## Visualise
draw_trajectory_plot(
  space,
  path = traj$path,
  progression_group = ginhoux$sample_info$group_name
)
# }

Run the code above in your browser using DataLab