Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NNoureen/JASMINE

Single cell RNAseq Signature scoring
https://github.com/NNoureen/JASMINE

Last synced: 26 days ago
JSON representation

Single cell RNAseq Signature scoring

Awesome Lists containing this project

README

        

# JASMINE
Single cell RNAseq Signature scoring (JASMINE is an R script which could be used directly by using the functions without installation)
#### Input Data for JASMINE:-
##### 1. A single cell RNAseq data matrix, where rows correspond to gene symbols and columns correspond to cells
##### 2. A vector of marker genes(symbols) reflecting a biological process for scoring

#### Output of JASMINE :- Single Cell IDs with corresponding scores for biological process.

### Authors:- Nighat Noureen and Siyuan Zheng
### Email:- [email protected] and [email protected]

############# How to Call JASMINE Function ###########

### data = Input data
### genes = List of gene symbols for which scores have to be calculated
### method = Enter the method for computing the enrichment. Method could be either 'oddsratio' or 'likelihood'

Result = JASMINE(data,genes,method =c('oddsratio','likelihood')) ## calling JASMINE