Skip to main content

sEV-containing droplet identification in scRNA-seq data

Project description

SEVtras delineates small extracellular vesicles at droplet resolution from single-cell transcriptomes

SEVtras stands for sEV-containing droplet identification in scRNA-seq data.

You can freely use SEVtras to explore sEV heterogeneity at single droplet, characterize cell type dynamics in light of sEV activity and unlock diagnostic potential of sEVs in concert with cells.

Overview of SEVtras.

Prerequisites

"numpy", "pandas", "scipy", "umap",
"statsmodels", "gseapy", "scanpy"

Installation

pip install SEVtras

We also suggest to use a separate conda environment for installing SEVtras.

conda create -y -n SEVtras_env python=3.7
source activate SEVtras_env
pip install SEVtras

Basic Usage

Input for SEVtras is a cell-by-gene matrix. In the case of scRNA-seq dataset using 10X Genomics, we used raw_feature_bc_matrix directory generated by Cell Ranger as input. Output of SEVtras consists of the score of sEV signals and classification for each droplet. Such sEV information will be used for downstream analysis and as basis for the construction of the sEV secretion activity index (ESAI) for different cell types.

We implemented four functions for sEV recognizing and functional analyses. In SEVtras, sEV_recognizer recognizes sEV-containing droplets in the raw scRNA-seq data; ESAI_calculator calculates sEV secretion activity for samples and deconvolves these droplets to their original cell type and estimited corresponding sEV secretion activity; cellfree_simulator simulates transcriptional profile of cell free droplets in scRNA-seq; and sEV_enrichment performs GO enrichment for sEV data.

Simple Example

The pipeline of SEVtras only composed two parts: sEV_recognizer and ESAI_calculator.

Part I:

SEVtras.sEV_recognizer(sample_file='./tests/sample_file', out_path='./outputs', species='Homo')

Part II:

SEVtras.ESAI_calculator(adata_ev_path='./outputs/sEVs_SEVtras.h5ad', adata_cell_path='./outputs/adata_cell.h5ad', out_path='./outputs', Xraw=False, OBSsample='batch', OBScelltype='celltype')

Further tutorials please refer to https://SEVtras.readthedocs.io/.

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

SEVtras-0.2.11.tar.gz (9.5 MB view hashes)

Uploaded Source

Built Distribution

SEVtras-0.2.11-py3-none-any.whl (96.0 kB view hashes)

Uploaded Python 3

Supported by

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