Description Usage Arguments Value Examples
This function prepare the input for the clustLineages
function
1 2 | ## S4 method for signature 'TrajectoryDataSet'
getClusteringInput(TrajectoryDataSet)
|
object |
A |
A object of class ClusterInput
with clonotype information as well as UMAP coordinates.
1 2 3 4 5 | TCR <-read.csv("/PATH/TO/YOUR/scTCR-seqData/",header=T)
load('Mice.sub.rda')
Combined <- getCombinedDataSet(TCR,Mice.sub)
Trajectory <- getClonotypeLineages(Combined,start.clus = NULL, end.clus = NULL, dist.method = 'simple', use.median = TRUE)
ClusterInput <-getClusteringInput(Trajectory)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.