| Startrac {scRepertoire} | R Documentation |
The Startrac object store the data for tcr-based T cell dynamics analyis. The slots contained in Startrac object are listed below:
aidcharacter. aid of the object, used for identification of the object. For example, patient id. default: "AID"
cell.datadata.frame. Each line for a cell, and these columns as required: 'Cell_Name', 'clone.id', 'patient', 'majorCluster', 'loc'
cell.perm.dataobject. list of 'Startrac“ objects constructed from permutated cell data
clonotype.datadata.frame. Each line for a clonotype; contain the clonotype level indexes information
cluster.datadata.frame. Each line for a cluster; contain the cluster level indexes information
pIndex.migrdata.frame. Each line for a cluster; pairwise migration index between the two locations indicated in the column name.
pIndex.trandata.frame. Each line for a cluster; pairwise transition index betwwen the two major clusters indicated by the row name and column name.
cluster.sig.datadata.frame. Each line for a cluster; contains the p values of cluster indices.
pIndex.sig.migrdata.frame. Each line for a cluster; contains the p values of pairwise migration indices.
pIndex.sig.trandata.frame. Each line for a cluster; contains the p values of pairwise transition indices.
clonotype.dist.locmatrix. Each line for a clonotype and describe the cells distribution among the locations.
clonotype.dist.clustermatrix. Each line for a clonotype and describe the cells distribution among the clusters.
clust.sizearray. Number of cells of each major cluster.
patient.sizearray. Number of cells of each patient.
clone.sizearray. Number of cells of each clone.
clone2patientarray. Mapping from patient id to clone id.