immunomind / immunarch

🧬 Immunarch: an R Package for Fast and Painless Exploration of Single-cell and Bulk T-cell/Antibody Immune Repertoires
https://immunarch.com
Apache License 2.0
312 stars 65 forks source link

issue with repOverlap() #353

Open jic115 opened 1 year ago

jic115 commented 1 year ago

🐛 Bug

repOverlap() does not run,

To Reproduce

Steps to reproduce the behavior:

  1. install the package
  2. library(immunarch); data(immdata) # Load the package and the test dataset repOverlap(immdata$data) %>% vis() # Compute and visualise the most important statistics

image

Error in select(): ! :1:7: unexpected symbol 1: Using an ^ Backtrace:

  1. repOverlap(immdata$data) %>% vis()
  2. dplyr:::select.data.frame(., .col) # here, it looks like there is an extra : when use select function for dplyr Error in select(., .col) :

Expected behavior

Additional context