Skip to content

Commit

Permalink
wip: add a draft file with functions for the future version of immuna…
Browse files Browse the repository at this point in the history
…rch with better naming for functions and immundata support
  • Loading branch information
vadimnazarov committed Mar 18, 2024
1 parent 26f3ecd commit 93b6e81
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions R/immunarch-remaster.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .check_immundata <- function (.object) {
# if (!is.instance(.object, "ImmunData")) {
# stop("Error: the input object is not of class ImmunData. Immunarch works on ImmunData only. Helpful manual: ...")
# }
# }
#
# .repertoire_overlap <- function (.data, .method, .verbose = TRUE, ...) {
# check_immundata(.data)
# }
#
# .gene_usage <- function (.data, .gene, .type, .use_counts, .norm, .gene_vec) {
#
# }
#
# .repertoire_diversity <- function (.data, .method, .verbose = TRUE, ...) {
#
# }
#
# .track_clonotypes <- function () {
#
# }
#
# .public_repertoire <- function () {
#
# }

0 comments on commit 93b6e81

Please sign in to comment.