Installation

StarTail is implemented in R.

Dependencies

* R version >= 3.6.0.
* Dependent R packages: 
    - data.table
    - spNNGP
    - stats

Installation

To install StarTrail, you can either install from GitHub or directly from source file.

View on GitHub Download source

# method1: install from GitHub
require('devtools')
devtools::install_github('JiawenChennn/StarTrail')

# method2: install from source file
install.packages('StarTrail_1.0.0.tar.gz',type="source",repos = NULL)

Optional package for visualization

library(dplyr)
library(data.table)
library(ggplot2)
library(cowplot)
library(ggsci)
library(egg)
library(paletteer)