-
Notifications
You must be signed in to change notification settings - Fork 38
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
Showing
6 changed files
with
162 additions
and
95 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,8 +1,8 @@ | ||
Package: scCATCH | ||
Type: Package | ||
Title: Single Cell Cluster-Based Annotation Toolkit for Cellular Heterogeneity | ||
Version: 2.0 | ||
Depends: R (>= 3.5.0) | ||
Version: 2.1 | ||
Depends: R (>= 3.6.0) | ||
Author: Xin Shao | ||
Maintainer: Xin Shao<[email protected]> | ||
Description: This package is an automatic cluster-based annotation pipeline based on evidence-based score by matching the marker genes with known cell markers in tissue-specific cell taxonomy reference database. | ||
|
@@ -14,6 +14,7 @@ Imports: | |
Seurat (>= 3.0.0), | ||
stats, | ||
data.table, | ||
progress, | ||
Matrix | ||
Suggests: | ||
knitr, | ||
|
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.