View source: R/is_in_immune_gene.R
| is_in_immune_gene | R Documentation |
This function filters integration site data for immune-associated genes (within specified distance/threshold) and generates a dot plot of clone contribution percentages for these genes.
is_in_immune_gene(IS_raw, Distance = 1e+05, threashold = 0.001)
IS_raw |
Data frame with annotated integration site data (columns: nearest_gene_name, nearest_distance, Clone_contribution, Sample required) |
Distance |
Numeric, maximum distance to immune gene (default: 100000 bp) |
threashold |
Numeric, minimum clone contribution threshold (default: 0.001) |
ggplot object (dot plot of clone contribution for immune-associated genes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.