forked from zhanghao-njmu/SCP
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9435ae
commit 2513091
Showing
24 changed files
with
315 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: SCP | ||
Type: Package | ||
Title: Single Cell Pipeline | ||
Version: 0.1.8 | ||
Version: 0.1.9 | ||
Author: Hao Zhang | ||
Maintainer: Hao Zhang <[email protected]> | ||
Description: The SCP package provides a comprehensive set of tools for single cell data processing and downstream analysis. | ||
|
@@ -31,6 +31,7 @@ Imports: | |
grDevices, | ||
grid, | ||
gtable, | ||
gtools, | ||
HDF5Array, | ||
harmony, | ||
intrinsicDimension, | ||
|
@@ -47,6 +48,7 @@ Imports: | |
R.cache, | ||
R.utils, | ||
RcppML, | ||
Rcpp, | ||
reshape2, | ||
reticulate, | ||
rhdf5, | ||
|
@@ -93,6 +95,7 @@ Suggests: | |
symphony, | ||
testthat (>= 3.0.0), | ||
umap | ||
LinkingTo: Rcpp | ||
RoxygenNote: 7.2.0 | ||
Config/testthat/edition: 3 | ||
URL: https://github.com/zhanghao-njmu/SCP/, https://zhanghao-njmu.github.io/SCP/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Generated by using Rcpp::compileAttributes() -> do not edit by hand | ||
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 | ||
|
||
asMatrix <- function(rp, cp, z, nrows, ncols) { | ||
.Call('_SCP_asMatrix', PACKAGE = 'SCP', rp, cp, z, nrows, ncols) | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.