Skip to content

Commit 3ad0dcf

Browse files
committed
Added various other imports, reoxygenated.
1 parent 20fa457 commit 3ad0dcf

5 files changed

+71
-5
lines changed

DESCRIPTION

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ Title: Toolkit for Single-Cell Velocity
33
Version: 0.0.1
44
Authors@R: c(person("Kevin", "Rue-Albrecht", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-3899-3872")),
55
person("Aaron", "Lun", role="aut", email="[email protected]", comment = c(ORCID = '0000-0002-3564-4813')))
6-
Maintainer: Kevin Rue-Albrecht <[email protected]>
7-
Description: Functionality for processing single-cell velocity data.
6+
Description: Bioconductor-friendly wrappers for RNA velocity calculations in single-cell RNA-seq data.
7+
Depends:
8+
SummarizedExperiment
89
Imports:
10+
reticulate,
11+
S4Vectors,
912
basilisk
13+
Suggests:
14+
scuttle
1015
StagedInstall: no
1116
License: MIT + file LICENSE
1217
Encoding: UTF-8
13-
LazyData: true
14-
Roxygen: list(markdown = TRUE)
1518
RoxygenNote: 7.1.0
1619
URL: https://github.com/kevinrue/velociraptor
1720
BugReports: https://github.com/kevinrue/velociraptor/issues

NAMESPACE

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(scvelo)
4+
exportMethods(scvelo)
5+
import(SummarizedExperiment)
6+
import(basilisk)
7+
importFrom(S4Vectors,DataFrame)
8+
importFrom(basilisk,BasiliskEnvironment)
9+
importFrom(reticulate,import)

R/velociraptor-package.R

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#' @import basilisk
2+
#' @import SummarizedExperiment
13
#' @keywords internal
24
"_PACKAGE"
35

man/scvelo.Rd

+54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/velociraptor-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)