shinyClust | R Documentation |
cluster inferred clonotype trajectories
shinyClust(TrajectoryDataSet = NULL)
Combined |
a |
trajectory |
a |
TCR <-read.csv("/PATH/TO/YOUR/scTCR-seqData/",header=T)
load('Mice.sub2.rda')
Combined <- getCombinedDataSet(TCR,Mice.sub)
Trajectory <- getOverallTrajectory(Combined,start.clus = NULL, end.clus = NULL, dist.method = 'simple', use.median = TRUE)
shinyClust(Trajectory)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.