-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add examples again: trying to make BiocCheck work
- Loading branch information
Showing
29 changed files
with
628 additions
and
51 deletions.
There are no files selected for viewing
Binary file not shown.
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,6 +1,6 @@ | ||
Package: anglemania | ||
Title: Feature Extraction for scRNA-seq Dataset Integration | ||
Version: 0.0.0.9000 | ||
Version: 0.99.0 | ||
Description: anglemania extracts genes from multi-batch scRNA-seq experiments for downstream dataset integration. It improves conventional usage of highly-variable genes for integration tasks. | ||
Authors@R: c( | ||
person("Aaron", "Kollotzek", email = "[email protected]", role = c("aut", "cre"), | ||
|
@@ -16,6 +16,7 @@ Roxygen: list(markdown = TRUE) | |
RoxygenNote: 7.3.2 | ||
Imports: | ||
Matrix, | ||
stats, | ||
checkmate, | ||
Seurat, | ||
SeuratObject, | ||
|
@@ -31,6 +32,6 @@ Suggests: | |
covr, | ||
DT | ||
VignetteBuilder: knitr | ||
biocViews: SingleCell, BatchEffect, MultipleComparison | ||
biocViews: SingleCell, BatchEffect, MultipleComparison, FeatureExtraction | ||
BiocType: Software | ||
Config/testthat/edition: 3 |
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
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
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
Oops, something went wrong.