Skip to content

Commit 93b6e81

Browse files
committed
wip: add a draft file with functions for the future version of immunarch with better naming for functions and immundata support
1 parent 26f3ecd commit 93b6e81

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

R/immunarch-remaster.R

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# .check_immundata <- function (.object) {
2+
# if (!is.instance(.object, "ImmunData")) {
3+
# stop("Error: the input object is not of class ImmunData. Immunarch works on ImmunData only. Helpful manual: ...")
4+
# }
5+
# }
6+
#
7+
# .repertoire_overlap <- function (.data, .method, .verbose = TRUE, ...) {
8+
# check_immundata(.data)
9+
# }
10+
#
11+
# .gene_usage <- function (.data, .gene, .type, .use_counts, .norm, .gene_vec) {
12+
#
13+
# }
14+
#
15+
# .repertoire_diversity <- function (.data, .method, .verbose = TRUE, ...) {
16+
#
17+
# }
18+
#
19+
# .track_clonotypes <- function () {
20+
#
21+
# }
22+
#
23+
# .public_repertoire <- function () {
24+
#
25+
# }

0 commit comments

Comments
 (0)