Description Usage Arguments Details Value Author(s) References Examples
Obtain the mouse kidney single-nuclei RNA-seq data from Wu et al. (2019).
1 | WuKidneyData(mode = c("healthy", "disease"), ensembl = FALSE, location = TRUE)
|
mode |
String indicating whether to return data for healthy and/or diseased donors. |
ensembl |
Logical scalar indicating whether the output row names should contain Ensembl identifiers. |
location |
Logical scalar indicating whether genomic coordinates should be returned. |
Column metadata includes the single-cell technology and whether they came from a diseased or healthy individual.
If mode
specifies both healthy and disease donors,
counts are only reported for the intersection of genes that are present for both donors.
This is because the original count matrices had differences in their annotation.
If ensembl=TRUE
, the gene symbols are converted to Ensembl IDs in the row names of the output object.
Rows with missing Ensembl IDs are discarded, and only the first occurrence of duplicated IDs is retained.
If location=TRUE
, the coordinates of the Ensembl gene models are stored in the rowRanges
of the output.
Note that this is only performed if ensembl=TRUE
.
All data are downloaded from ExperimentHub and cached for local re-use.
Specific resources can be retrieved by searching for scRNAseq/wu-kidney
.
A SingleCellExperiment object with a single matrix of read counts.
Aaron Lun
Wu H et al. (2019). Advantages of single-nucleus over single-cell RNA sequencing of adult kidney: rare cell types and novel cell states revealed in fibrosis. J. Am. Soc. Nephrol. 30, 23-32.
1 | sce <- WuKidneyData("disease")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.