SkillAgentSearch skills...

STARTRAC

STARTRAC(Single T-cell Analysis by Rna-seq and Tcr TRACking)

Install / Use

/learn @Japrin/STARTRAC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Travis CI Build Status

STARTRAC

STARTRAC(Single T-cell Analysis by Rna-seq and Tcr TRACking).

Installation

To install this package, simply:

install.packages("devtools")
devtools::install_github("Japrin/STARTRAC")

Example

Read input data:

dat.file <- system.file("extdata/example.cloneDat.Zhang2018.txt",package = "Startrac")
in.dat <- read.table(dat.file,stringsAsFactors = F,head=T)

run the STARTRAC pipeline:

out <- Startrac.run(in.dat, proj="CRC", cores=NULL,verbose=F)

More information can be found in the vignettes. If you use this package, please cite this Nature paper. Thank you!

Related Skills

View on GitHub
GitHub Stars117
CategoryDevelopment
Updated13d ago
Forks25

Languages

HTML

Security Score

95/100

Audited on Mar 17, 2026

No findings