forked from Elisseeff-Lab/domino
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #48 from FertigLab/krishnan_pkgdown
Update pkgdown files, reorganize data files
- Loading branch information
Showing
174 changed files
with
3,884,664 additions
and
2,145 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 |
---|---|---|
|
@@ -10,4 +10,3 @@ R/.Rhistory | |
scenic/* | ||
|
||
scratch/ | ||
inst/ |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Authors@R: c( | |
person("Elana", "Fertig", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0003-3204-342X")), | ||
person("Jennifer", "Elisseeff", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-5066-1996")) | ||
) | ||
Description: Domino2 is a package developed to analyze cell signaling through ligand - receptor - transcription factor networks in scRNAseq data. | ||
Description: Domino2 is a package developed to analyze cell signaling through ligand - receptor - transcription factor networks in scRNAseq data. It takes as input information transcriptomic data, requiring counts, z-scored counts, and cluster labels, as well as information on transcription factor activation (such as from SCENIC) and a database of ligand and receptor pairings (such as from cellphoneDB). This package creates an object storing ligand - receptor - transcription factor linkages by cluster and provides several methods for exploring, summarizing, and visualizing the analysis. | ||
BugReports: https://github.com/FertigLab/domino_development/issues | ||
Depends: | ||
R(>= 3.6.2), | ||
|
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
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,26 +1,12 @@ | ||
#' Peripheral Blood Mononuclear Cell 3K (PBMC3K) data set | ||
#' | ||
#' DESC ... | ||
#' | ||
#' @format 'pbmc' | ||
#' A Seurat object with 13,714 features in 2700 cells | ||
#' \describe{ | ||
#' \item{orig.ident} | ||
#' \item{nCount_RNA} | ||
#' \item{nFeature_RNA} | ||
#' \item{percent.mt} | ||
#' \item{RNA_snn_res.0.5, seurat_clusters} | ||
#' \item{cell_types} | ||
#' } | ||
|
||
#' pySCENIC AUC Result | ||
#' | ||
#' DESC | ||
#' | ||
#' @format 'auc_test' | ||
#' Data frame of transcription factor activity scores for 3 transcription factors in 300 cells. | ||
#' \describe{ | ||
#' \item{columns}{cells} | ||
#' \item{rows}{transcription factors} | ||
#' } | ||
|
||
#' Example domino object from pbmc3k data | ||
#' | ||
#' A small example single cell data set from 10x Genomics that has been through preliminary analysis, | ||
#' including normalization, scaling, PCA, UMAP, clustering, and cluster annotation and then used in an example | ||
#' domino2 analysis. | ||
#' | ||
#' @format ## `pbmc_dom` | ||
#' A domino object based on the 10x Genomics pbmc3k data set that serves as an example in tutorials | ||
#' and can also be used to explore the object structure and functionality. | ||
#' | ||
#' @usage data(pbmc_dom) | ||
"pbmc_dom" |
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
Oops, something went wrong.