Skip to content

Commit 31a4d13

Browse files
authored
Merge pull request #34 from NIDAP-Community/release_6_15_test
Update DESCRIPTION file with author info and short package description
2 parents 14ff346 + df2abd7 commit 31a4d13

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
Package: SCWorkflow
22
Title: SCWorkflow from NIDAP
3-
Version: 0.0.0.1
4-
Authors@R:
5-
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
6-
comment = c(ORCID = "YOUR-ORCID-ID"))
7-
Description: Pakcaging NIDAP templates.
3+
Version: 1.0.0.0
4+
Authors@R: c(person("Maggie", "Cam", email = "maggie.cam@nih.gov", role = "aut", comment = c(ORCID = "0000-0001-8190-9766")),
5+
person("Thomas", "Meyer", email = "thomas.meyer@nih.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7185-5597")),
6+
person("Jing", "Bian", email = "bianjh@nih.gov", role = "aut", comment = c(ORCID = "0000-0001-7109-716X")),
7+
person("Alexandra", "Michalowski", email = "michaloa@mail.nih.gov", role = "aut", comment = c(ORCID = "0000-0001-9259-6101")),
8+
person("Alexei", "Lobanov", email = "alexei.lobanov@nih.gov", role = "aut", comment = c(ORCID = "0000-0002-9883-4374")),
9+
person("Philip", "Homan", email = "philip.homan@nih.gov", role = "aut", comment = c(ORCID = "0000-0002-3389-4931")),
10+
person("Rui", "He", email = "rui.he@nih.gov", role = "aut"))
11+
Description: A set of functions for analyzing single-cell RNA-seq data using the
12+
Seurat workflow. The user provides H5 files containing the results of the
13+
upstream processing through CellRanger, and the package functions allow for
14+
the QC, filtering, normalization, annotation, differential gene expression,
15+
and further visualizations and analysis based on user input. This package can
16+
be run both in a docker container and in user-friendly web-based interactive
17+
notebooks (NIDAP, Palantir Foundry).
818
License: MIT
919
Encoding: UTF-8
1020
Roxygen: list(markdown = TRUE)

0 commit comments

Comments
 (0)