-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
- Loading branch information
There are no files selected for viewing
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.1 | ||
Version: 1.9.2 | ||
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. | ||
|
@@ -24,6 +24,8 @@ Imports: | |
pbapply, | ||
cli, | ||
crayon | ||
Suggests: | ||
magrittr, mda | ||
Remotes: | ||
immunogenomics/harmony | ||
RoxygenNote: 7.1.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to | ||
// be compatible with the behavior of Pandoc < 2.8). | ||
document.addEventListener('DOMContentLoaded', function(e) { | ||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); | ||
var i, h, a; | ||
for (i = 0; i < hs.length; i++) { | ||
h = hs[i]; | ||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 | ||
a = h.attributes; | ||
while (a.length > 0) h.removeAttribute(a[0].name); | ||
} | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
pandoc: 2.9.2.1 | ||
pkgdown: 1.5.1 | ||
pandoc: 2.11.4 | ||
pkgdown: 1.6.1 | ||
pkgdown_sha: ~ | ||
articles: | ||
introduction: introduction.html | ||
last_built: 2020-09-14T07:52Z | ||
last_built: 2021-07-11T15:26Z | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.