| repFilter | R Documentation |
repFilter(
.data,
.method = "by.clonotype",
.query = list(CDR3.aa = exclude("partial", "out_of_frame")),
.match = "exact"
)
.data |
The data to be processed. Must be the list of 2 elements: a data table and a metadata table. |
.method |
Method of filtering. Implemented methods: by.meta, by.repertoire (by.rep), by.clonotype (by.cl) Default value: 'by.clonotype'. |
.query |
Filtering query. It's a named list of filters that will be applied to data. Possible values for names in this list are dependent on filter methods:
|
.match |
Matching method for "include" and "exclude" options in query. Possible values:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.