You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(immunarch)
#> Loading required package: ggplot2#> Loading required package: dplyr#> #> Attaching package: 'dplyr'#> The following objects are masked from 'package:stats':#> #> filter, lag#> The following objects are masked from 'package:base':#> #> intersect, setdiff, setequal, union#> Loading required package: dtplyr#> Loading required package: data.table#> #> Attaching package: 'data.table'#> The following objects are masked from 'package:dplyr':#> #> between, first, last#> Loading required package: patchwork
data(immdata)
align<-immdata$data %>% seqCluster(seqDist(immdata$data),
.perc_similarity=0.6) %>% repGermline(.threads=8) %>%
repAlignLineage(.min_lineage_sequences=2, .align_threads=8)
#> Warning: There was 1 warning in `mutate()`.#> ℹ In argument: `length_value = map_chr(.y, ~ifelse(all(.x == .x[1]), yes =#> .x[1], no = glue("range_{min(.x)}:{max(.x)}")))`.#> Caused by warning:#> ! Automatic coercion from integer to character was deprecated in purrr 1.0.0.#> ℹ Please use an explicit call to `as.character()` within `map_chr()` instead.#> ℹ The deprecated feature was likely used in the immunarch package.#> Please report the issue at <https://github.com/immunomind/immunarch/issues>.#> Error in `map2()`:#> ℹ In index: 1.#> ℹ With name: A2-i129.#> Caused by error in `get()`:#> ! object 'generate_germline_sequence' not found
Created on 2024-04-17 with reprex v2.1.0
Session info
The text was updated successfully, but these errors were encountered: