Skip to content

Comments

Fixes for bioc#113

Open
jayhesselberth wants to merge 9 commits intomasterfrom
bioc-fixes
Open

Fixes for bioc#113
jayhesselberth wants to merge 9 commits intomasterfrom
bioc-fixes

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
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