|
1 | | -#' Example data set |
| 1 | +#' pbmc_small |
2 | 2 | #' |
| 3 | +#' PBMC single cell RNA-seq data in SingleCellExperiment format |
3 | 4 | #' |
| 5 | +#' @format A SingleCellExperiment object containing 80 Peripheral Blood |
| 6 | +#' Mononuclear Cells (PBMC) from 10x Genomics. Generated by subsampling the PBMC dataset of 2,700 single cells. |
| 7 | +#' @source \url{https://satijalab.org/seurat/v3.1/pbmc3k_tutorial.html} |
| 8 | +#' @usage data(pbmc_small) |
4 | 9 | "pbmc_small" |
5 | 10 |
|
6 | | -#' Example data set 2 |
7 | | -#' |
| 11 | +#' Cell types of 80 PBMC single cells |
| 12 | +#' |
| 13 | +#' A dataset containing the barcodes and cell types of 80 PBMC single cells. |
8 | 14 | #' |
| 15 | +#' @format A tibble containing 80 rows and 2 columns. Cells are a subsample of |
| 16 | +#' the Peripheral Blood Mononuclear Cells (PBMC) dataset of 2,700 single |
| 17 | +#' cell. Cell types were identified with SingleR. |
| 18 | +#' \describe{ |
| 19 | +#' \item{cell}{cell identifier, barcode} |
| 20 | +#' \item{first.labels}{cell type} |
| 21 | +#' } |
| 22 | +#' @source \url{https://satijalab.org/seurat/v3.1/pbmc3k_tutorial.html} |
| 23 | +#' @usage data(cell_type_df) |
9 | 24 | "cell_type_df" |
10 | 25 |
|
11 | | -#' Example data set 2 |
| 26 | +#' Intercellular ligand-receptor interactions for 38 ligands from a single cell RNA-seq cluster. |
12 | 27 | #' |
| 28 | +#' A dataset containing ligand-receptor interactions withibn a sample. There are 38 ligands from a single cell cluster versus |
| 29 | +#' 35 receptors in 6 other clusters. |
13 | 30 | #' |
| 31 | +#' @format A tibble containing 100 rows and 9 columns. Cells are a subsample of |
| 32 | +#' the PBMC dataset of 2,700 single cells. Cell interactions were identified with SingleCellSignalR. |
| 33 | +#' \describe{ |
| 34 | +#' \item{sample}{sample identifier} |
| 35 | +#' \item{ligand}{cluster and ligand identifier} |
| 36 | +#' \item{receptor}{cluster and receptor identifier} |
| 37 | +#' \item{ligand.name}{ligand name} |
| 38 | +#' \item{receptor.name}{receptor name} |
| 39 | +#' \item{origin}{cluster containing ligand} |
| 40 | +#' \item{destination}{cluster containing receptor} |
| 41 | +#' \item{interaction.type}{type of interation, paracrine or autocrine} |
| 42 | +#' \item{LRscore}{interaction score} |
| 43 | +#' } |
| 44 | +#' @source \url{https://satijalab.org/seurat/v3.1/pbmc3k_tutorial.html} |
| 45 | +#' @usage data(pbmc_small_nested_interactions) |
14 | 46 | "pbmc_small_nested_interactions" |
0 commit comments