Skip to content

Thakar-Lab/scPS-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scPS

(single-cell Pathway Score)

scPS is a single-cell RNA-seq gene set analysis (scGSA) method using the functions in R script (without installation)

Input Data:

1. A Seurat object (Seurat V5 are required),

2. A gene matrix transposed (GMT) file format of gene sets/pathways. Each gene set is described by a name, a description, and the genes in the gene set.

Output:

1. Single cells with corresponding scores for gene sets/pathways data matrix, where rows correspond to gene sets/pathways and columns correspond to cells.

How to Apply scPS Function

Seurat_data = Input Seurat object

GeneSet = Gene set gmt file

Result = scPS(Seurat_data,GeneSet) # calling scPS

libraries required

library(Seurat) #Seurat V5 library(GSEABase) library(genefilter)

All the raw data for the data simulation and comparative analysis can be found at the following link: https://drive.google.com/drive/folders/1Gvp4ydnJbHZEDIxLjyt0xrQcbMziwDBF?usp=drive_link

Authors:Ruoqiao Wang and Juilee Thakar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages