forked from Elisseeff-Lab/domino
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from FertigLab/123-triple-col-is-bad-for-exam…
…ples 123 triple col is bad for examples
- Loading branch information
Showing
57 changed files
with
823 additions
and
561 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,6 +1,6 @@ | ||
Package: dominoSignal | ||
Title: Cell Communication Analysis for Single Cell RNA Sequencing | ||
Version: 0.99.2 | ||
Version: 0.99.3 | ||
Authors@R: c( | ||
person("Christopher", "Cherry", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-5481-0055")), | ||
person("Jacob T", "Mitchell", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5370-9692")), | ||
|
@@ -31,7 +31,7 @@ Imports: | |
License: GPL-3 | file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: false | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
biocViews: | ||
SystemsBiology, | ||
SingleCell, | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
#' SCENIC AUC subset | ||
#' | ||
#' A subset of SCENIC AUCs as applied to PBMC data. | ||
#' | ||
#' @format A list of: | ||
#' \describe{ | ||
#' \item{auc_tiny}{A subset of SCENIC AUCs} | ||
#' \item{regulons_tiny}{A subset of SCENIC regulons} | ||
#' } | ||
#' | ||
#' @source <https://zenodo.org/records/10951634/files> | ||
#' @usage data("SCENIC") | ||
"SCENIC" | ||
|
||
|
||
#' PBMC RNAseq data subset | ||
#' | ||
#' A subset of the results of PBMC RNA-seq data. | ||
#' | ||
#' @format A list of:: | ||
#' \describe{ | ||
#' \item{RNA_count_tiny}{A subset of PBMC RNA-seq data: counts assay} | ||
#' \item{RNA_zscore_tiny}{A subset of PBMC RNA-seq data: zscore assay} | ||
#' \item{clusters_tiny}{A subset of PBMC RNA-seq data: clusters as defined by cell_type} | ||
#' } | ||
#' | ||
#' @source <https://zenodo.org/records/10951634/files/pbmc3k_sce.rds> | ||
#' @usage data("PBMC") | ||
"PBMC" | ||
|
||
|
||
#' CellPhoneDB subset | ||
#' | ||
#' A list of four subsets of CellPhoneDB data. | ||
#' | ||
#' | ||
#' @format A list of: | ||
#' \describe{ | ||
#' \item{genes_tiny}{A subet of CellPhoneDB gene_input.csv} | ||
#' \item{proteins_tiny}{A subset of CellPhoneDB protein_input.csv} | ||
#' \item{complexes_tiny}{A subset of CellPhoneDB complex_input.csv} | ||
#' \item{interactions_tiny}{A subset of CellPhoneDB interaction_input.csv} | ||
#' } | ||
#' | ||
#' @source <https://github.com/ventolab/cellphonedb-data/archive/refs/tags/v4.0.0.tar.gz> | ||
#' @usage data("CellPhoneDB") | ||
"CellPhoneDB" |
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.