Pegasus for Single Cell Analysis

PyPI PyPIDownload Conda Python License Docs Build

Pegasus is a tool for analyzing transcriptomes of millions of single cells. It is a command line tool, a python package and a base for Cloud-based analysis workflows.

Read documentation

Release Highlights in Current Stable

1.7.0 July 5, 2022

New Features

API Changes

  • Function nearest_neighbors has additional argument n_comps to allow use part of the components from the source embedding for calculating the nearest neighbor graph.

  • Add n_comps argument for run_harmony, tsne, umap, and fle (argument name is rep_ncomps) functions to allow select part of the components from the source embedding.