Description Usage Arguments Value Examples
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.
1 2 3 | cloneset.stats(.data, .head = 0)
repseq.stats(.data, .head = 0)
|
.data |
tcR data frames or a list with tcR data frames. |
.head |
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.
1 2 3 4 5 6 | ## Not run:
# Compute basic statistics of list with data frames.
cloneset.stats(immdata)
repseq.stats(immdata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.