Skip to content

Commit 850dfa9

Browse files
author
Ilya Korsunsky
committed
Added interfaces to Seurat Version 3 and SingleCellExperiment.
1 parent bebe1da commit 850dfa9

17 files changed

+684
-188
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Imports:
2727
rlang
2828
Suggests:
2929
Seurat,
30+
SingleCellExperiment,
3031
cowplot,
3132
testthat,
3233
knitr,

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
S3method(RunHarmony,Seurat)
4+
S3method(RunHarmony,SingleCellExperiment)
5+
S3method(RunHarmony,seurat)
36
export("%>%")
47
export(HarmonyMatrix)
58
export(RunHarmony)
69
importFrom(Rcpp,loadModule)
710
importFrom(Rcpp,sourceCpp)
811
importFrom(dplyr,"%>%")
912
importFrom(methods,as)
13+
importFrom(methods,is)
1014
importFrom(methods,new)
1115
importFrom(rlang,.data)
1216
useDynLib(harmony)

0 commit comments

Comments
 (0)