Closed Liripo closed 3 months ago
@Liripo
You will need to attach the clonal information to the single-cell object before clustering. You can do that by using:
data("contig_list")
combined.TCR <- combineTCR(contig_list,
samples = c("P17B", "P17L", "P18B", "P18L",
"P19B","P19L", "P20B", "P20L"))
scRep_example <- combineExpression(combined.TCR,
scRep_example,
cloneCall="gene",
group.by = "sample")
Run the following code according to the tutorial and report an error
The error is:
sessioninfo