Description Usage Arguments Value Examples
View source: R/feature_exploration.R
Plots repertoire features for binding versus non binding cells. This can be done both at the clonotype level or at the single cell level.
1 | explore_features(features, per.sample = T, combined = T)
|
features |
List of dataframes containing the extracted features. This is the output of load_data function. |
per.sample |
Logical indicating if the plots produced are separated by sample or aggregated. |
combined |
Logical indicating if the plots produced are combined in a single publication ready plot. |
This function plots the mean mutation for each cell (divided in Heavy chain and Light chain mutations), gene usage, CDR3 length, and the ratio between coding versus non-coding mutations.
1 2 3 4 | ## Not run:
check_explore_features <- explore_features(features = output.load_data, per.sample = T, combined = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.