Skip to content

NNoureen/JASMINE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

############# 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

About

Single cell RNAseq Signature scoring

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages