Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f758814
feat: add include_query support to mapCell2Accession
mtran-code Oct 21, 2025
e083c7f
style: format cellosaurus code
mtran-code Oct 21, 2025
737331d
docs: roxygenize
mtran-code Oct 21, 2025
bd2c870
refactor: tighten build_cellosaurus_request validation
mtran-code Oct 21, 2025
9257f6c
test: skip live cellosaurus helper calls when offline
mtran-code Oct 21, 2025
8abb33e
fix: accept full cellosaurus sort field set
mtran-code Oct 21, 2025
72cc8c4
chore: fix cellosaurus external resource spelling
mtran-code Oct 21, 2025
89bc01b
fix: avoid passing unsupported fuzzy arg to cellosaurus request
mtran-code Oct 21, 2025
2510ca0
fix: use static cellosaurus fields when schema lookup fails
mtran-code Oct 21, 2025
4ea057c
refactor: replace ifelse with explicit conditionals in cellosaurus pa…
mtran-code Oct 21, 2025
1ea0f1f
chore: make cellosaurus parallelism configurable via mc.cores option
mtran-code Oct 21, 2025
5845a25
style: group all query columns at end of cellosaurus results
mtran-code Oct 21, 2025
92312c9
docs: clarify mapCell2Accession variadic parameter
mtran-code Oct 21, 2025
e963c26
refactor: avoid length-based indices in cellosaurus queries
mtran-code Oct 21, 2025
5bee4e9
test: relax row expectations for live cellosaurus API
mtran-code Oct 21, 2025
720f9a0
style: prefer isTRUE checks in cellosaurus helpers
mtran-code Oct 21, 2025
1db38f0
refactor: extract reusable cellosaurus match strategies
mtran-code Oct 21, 2025
132f307
chore: remove outdated TODO note
mtran-code Oct 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ License: GPL (>= 3) + file LICENSE
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Encoding: UTF-8
URL: https://bhklab.github.io/AnnotationGx/
Loading
Loading