Skip to content

Commit

Permalink
Create CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
igordot committed May 6, 2024
1 parent f343fa5 commit 9962028
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
^\.covrignore$
^cran-comments\.md$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
^CITATION\.cff$
^revdep$
^_pkgdown\.yml$
^docs$
^pkgdown$
^index\.md$
^vignettes/db\.Rmd$
^vignettes/example-bm-seurat\.Rmd$
^CRAN-SUBMISSION$
31 changes: 31 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------

cff-version: 1.2.0
message: 'To cite package "clustermole" in publications use:'
type: software
license: MIT
title: 'clustermole: Unbiased Single-Cell Transcriptomic Data Cell Type Identification'
version: 1.1.1
abstract: Assignment of cell type labels to single-cell RNA sequencing (scRNA-seq)
clusters is often a time-consuming process that involves manual inspection of the
cluster marker genes complemented with a detailed literature search. This is especially
challenging when unexpected or poorly described populations are present. The clustermole
R package provides methods to query thousands of human and mouse cell identity markers
sourced from a variety of databases.
authors:
- family-names: Dolgalev
given-names: Igor
email: igor.dolgalev@nyumc.org
orcid: https://orcid.org/0000-0003-4451-126X
repository: https://CRAN.R-project.org/package=clustermole
repository-code: https://github.com/igordot/clustermole
url: https://igordot.github.io/clustermole/
contact:
- family-names: Dolgalev
given-names: Igor
email: igor.dolgalev@nyumc.org
orcid: https://orcid.org/0000-0003-4451-126X

0 comments on commit 9962028

Please sign in to comment.