Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for bioc #113

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Fixes for bioc #113

wants to merge 9 commits into from

Conversation

jayhesselberth
Copy link
Member

@jayhesselberth jayhesselberth commented Oct 30, 2022

  • update description description, version, biocviews, and lazydata
  • slot accessors in vignettes

part of #108

- update description description, version, biocviews, and lazydata
- slot accessors in vignettes
@@ -130,7 +130,7 @@ calc_frequency <- function(input, data_col, cluster_col = NULL, prefix = paste0
res <- dplyr::mutate(
res,
.freq = dplyr::n_distinct(!!sym(cell_col)),
.pct = (.data$.freq / .data$.n_cells) * 100
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only need to remove .data for tidyselect expressions. There's actually only a few (~10 I think) instances of this that need to be corrected, mostly in import_vdj()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants