Skip to content

Calculate Functional score using scRNA or bulk transcriptomic data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

BioInfoNote/FUNscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUNscore

The goal of FUNscore is to evaluate functional score of tumor cells/tissue using scRNA or bulk transcriptomic data.

Installation

You can install the development version of FUNscore from GitHub with:

# install.packages("devtools")
devtools::install_github("BioInfoNote/FUNscore")

Example

library(FUNscore)
data("expr")
data("funRelatedGeneSet")

##View functional gene signatures
names(funRelatedGeneSet)

fungeneset = funRelatedGeneSet[["Angiogenesis"]]@geneIds
cfs <- calFUNscore(expr = expr, fungeneset = fungeneset, study.type = "bulk_RNAseq")

About

Calculate Functional score using scRNA or bulk transcriptomic data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages