Skip to main content

Signature Analysis and Visualization for Single-Cell RNA-seq

Project description

Functional Interpretation for
scRNA-seq Data

Tests Documentation

NOTE: THIS PACKAGE IS UNDER ACTIVE DEVELOPMENT AND IS NOT YET READY FOR USE.

This is a Python port of the VISION R package. VISION aids in the interpretation of single-cell RNA-seq (scRNA-seq) data by selecting for gene signatures which describe coordinated variation between cells. While the software only requires an expression matrix and a signature library (available in online databases), it is also designed to integrate into existing scRNA-seq analysis pipelines by taking advantage of precomputed dimensionality reductions, trajectory inferences or clustering results. The results of this analysis are made available through a dynamic web-app which can be shared with collaborators without requiring them to install any additional software.

Installing visionpy

You need to have Python 3.8 or newer installed on your system. If you don't have Python installed, we recommend installing Miniconda.

There are several alternative options to install visionpy:

  1. Install the latest release on PyPI:
pip install visionpy-sc
  1. Install the latest development version:
pip install git+https://github.com/yoseflab/visionpy.git@main

How to run visionpy

From the command line

visionpy --adata ./my_adata.h5ad --norm_data_key use_raw --compute_neighbors_on_key X_scvi --name Test Vision

From Python

from visionpy.api import start_vision
from visionpy import signatures_from_gmt

adata.varm["signatures"] = signatures_from_gmt(["./signatures.gmt"], adata)
start_vision(
    adata=adata,
    name="Test Session",
    norm_data_key="log1pcp10k",
    compute_neighbors_on_key="X_pca",
    signature_varm_key="signatures",
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visionpy_sc-0.2.0.tar.gz (2.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

visionpy_sc-0.2.0-py3-none-any.whl (2.2 MB view details)

Uploaded Python 3

File details

Details for the file visionpy_sc-0.2.0.tar.gz.

File metadata

  • Download URL: visionpy_sc-0.2.0.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for visionpy_sc-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3adecc89bf4b8a927f816d4b17ff74c93fbb662b7bf2f3fc392fe7e9ebf9320f
MD5 128bed57c70b77283bc908d6f9dee470
BLAKE2b-256 fdfcc118f76b0a51761b53764a728ad01a78fa76502899ae71e1fb0c9b537791

See more details on using hashes here.

File details

Details for the file visionpy_sc-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: visionpy_sc-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for visionpy_sc-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16d7f8e87f6049a18c7fad06e9820b480146c11d28092389e2509df0e9a72f01
MD5 d91b52395fbaea12e5347eab1848aed1
BLAKE2b-256 ff67da6082902bfb6ee5b2f9b7491a92193d94824305a006c0ece479690c7b40

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page