- .data
The data to be processed. Can be data.frame,
data.table, or a list of these objects.
Every object must have columns in the immunarch compatible format.
immunarch_data_format
Competent users may provide advanced data representations:
DBI database connections, Apache Spark DataFrame from copy_to or a list
of these objects. They are supported with the same limitations as basic objects.
Note: each connection must represent a separate repertoire.
- .method
A string that specifies the method of analysis. It can be
either "volume", "count", "len" or "clones".
When .method is set to "volume" the repExplore calculates the number of unique
clonotypes in the input data.
When .method is set to "count" the repExplore calculates the distribution of
clonotype abundances, i.e., how frequent receptors with different abundances are.
When .method is set to "len" the repExplore calculates the distribution of
CDR3 sequence lengths.
When .method is set to "clones" the repExplore returns the number of clones (i.e., cells)
per input repertoire.
- .col
A string that specifies the column to be processed. Pass "nt" for
nucleotide sequence or "aa" for amino acid sequence.
- .coding
If TRUE
, then only coding sequences will be analysed.