Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add biocViews to rOpenScPCA #807

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions packages/rOpenScPCA/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Authors@R: c(
role = c("aut"))
)
Maintainer: Stephanie J. Spielman <stephanie.spielman@ccdatalab.org>
Description: This package contains utility functions that support single-cell RNA-seq
analysis in R-based OpenScPCA analysis module code.
Description: This package contains utility functions that support single-cell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd have left this.

RNA-sequencing analysis in R-based OpenScPCA analysis module code.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -25,7 +25,7 @@ Suggests:
splatter
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Imports:
Imports:
BiocParallel,
bluster (>= 1.14),
dplyr,
Expand All @@ -35,3 +35,9 @@ Imports:
SingleCellExperiment,
tibble,
tidyr
biocViews:
Software,
sjspielman marked this conversation as resolved.
Show resolved Hide resolved
GeneExpression,
Transcriptomics,
SingleCell,
Clustering
Loading