Compute basic statistics of TCR repertoires: number of clones, number of clonotypes, number of in-frame and out-of-frame sequences, summary of "Read.count", "Umi.count" and other.
cloneset.stats(.data, .head = 0)repseq.stats(.data, .head = 0)
tcR data frames or a list with tcR data frames.
How many top clones use to comput summary.
if .data
is a data frame, than numeric vector with statistics. If .data
is
a list with data frames, than matrix with statistics for each data frame.
# NOT RUN {
# Compute basic statistics of list with data frames.
cloneset.stats(immdata)
repseq.stats(immdata)
# }
Run the code above in your browser using DataLab