Skip to content

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

License

Notifications You must be signed in to change notification settings

Pentayouth/STARTRAC

This branch is 2 commits behind Japrin/STARTRAC:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Japrin
Jul 28, 2023
9dc6575 · Jul 28, 2023

History

26 Commits
Jul 28, 2023
Oct 30, 2018
Jun 14, 2019
Jun 2, 2023
Jun 14, 2019
Oct 30, 2018
Oct 29, 2018
Jun 14, 2019
Apr 29, 2023
Mar 5, 2018
Jun 2, 2023
Oct 31, 2018
Oct 29, 2018
Oct 30, 2018

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.6%
  • R 3.4%