-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes tidyverse dependencies; adopts SeuratObject package for acces…
…sion
- Loading branch information
Showing
7 changed files
with
93 additions
and
170 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: scPred | ||
Type: Package | ||
Title: scPred - accurate supervised method for cell-type classification from single-cell RNA-seq data | ||
Version: 1.9.0 | ||
Version: 1.9.1 | ||
Author: c(person("Jose", "Alquicira-Hernandez", email = "[email protected]", rol = "aut, cre", comment = c(ORCID = "0000-0002-9049-7780"))) | ||
Maintainer: Jose Alquicira-Hernandez <[email protected]> | ||
Description: Provides a series of functions to train a prediction model based on gene expression data to classify single cells. | ||
|
@@ -11,19 +11,15 @@ Encoding: UTF-8 | |
LazyData: true | ||
Imports: | ||
harmony, | ||
Seurat, | ||
SeuratObject, | ||
methods, | ||
stats, | ||
ggbeeswarm, | ||
MLmetrics, | ||
dplyr, | ||
tidyr, | ||
magrittr, | ||
caret, | ||
kernlab, | ||
pROC, | ||
ggplot2, | ||
tibble, | ||
knitr, | ||
pbapply, | ||
cli, | ||
|
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.