Skip to content

Naive, memory, activation, effector, exhaustion properties of T cells

Notifications You must be signed in to change notification settings

zgyaru/properTy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

properTy

Naive, memory, activation, effector, exhaustion properties of T cells

Install

devtools::install_github('zgyaru/properTy')

Example

Step 1. Loading example data

library(properTy)

## It is a SingleCellExperiment toy dataset
data = loadExample()

Step 2. Calculating immune property score

score = properTy(scMat = data@assays@data$counts, 
                 clusterNames = data.frame(data$clusterNames, row.names = colnames(data)))

Step 3. Visulizing immune properties of interested T subSets

DensityProp(score, 
            c('CD8+ Tex-SPRY1', 'CD8+ Tex-XAF1', 'CD8+ Tex-MKI67')   ## interested cell cluster names
            )
PieProp(score, 
        c('CD8+ Tex-SPRY1', 'CD8+ Tex-XAF1', 'CD8+ Tex-MKI67')   ## interested cell cluster names
        )

About

Naive, memory, activation, effector, exhaustion properties of T cells

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages