This is an
R/ExperimentHub
package providing easy access to bulk and single-cell RNA-seq data from
the Tabula Muris Senis
project. The package is under submission to Bioconductor. For now, it
can be installed from this GitHub repository using the
devtools package:
Note that R version 4.1 or newer, and Bioconductor release 3.14 (current
devel version) or newer are required to use the package.
library(TabulaMurisSenisData)
Available data
The package provides access to the bulk RNA-seq
data as
well as the
droplet
and
FACS
single-cell RNA-seq data sets from the Tabula Muris Senis project. Each
data set is returned as a SingleCellExperiment object. For the
single-cell data sets, we also provide separate objects for the
individual tissues
(droplet
and
FACS,
respectively). No additional analysis has been performed on the data.
Bulk RNA-seq
The bulk RNA-seq data is accessed via the TabulaMurisSenisBulk()
function.
(tms_bulk <- TabulaMurisSenisBulk())
## snapshotDate(): 2021-06-21
## see ?TabulaMurisSenisData and browseVignettes('TabulaMurisSenisData') for documentation
## loading from cache
## see ?TabulaMurisSenisData and browseVignettes('TabulaMurisSenisData') for documentation
## loading from cache
## see ?TabulaMurisSenisData and browseVignettes('TabulaMurisSenisData') for documentation
## loading from cache
## class: SingleCellExperiment
## dim: 54352 947
## metadata(0):
## assays(1): counts
## rownames(54352): 0610005C13Rik 0610006L08Rik ... n-TSaga9 n-TStga1
## rowData names(8): source type ... havana_gene tag
## colnames(947): A1_384Bulk_Plate1_S1 A1_384Bulk_Plate3_S1 ...
## P9_384Bulk_Plate2_S369 P9_384Bulk_Plate3_S369
## colData names(19): Sample name title ... __alignment_not_unique organ
## reducedDimNames(0):
## mainExpName: NULL
## altExpNames(0):
## List available tissues
table(tms_bulk$organ)
##
## BAT Bone Brain GAT Heart
## 54 55 56 56 54
## Kidney Limb_Muscle Liver Lung Marrow
## 55 54 55 55 54
## MAT NA Pancreas SCAT Skin
## 56 14 56 56 51
## Small_Intestine Spleen WBC
## 55 56 55
Droplet scRNA-seq
The droplet scRNA-seq data is accessed via the
TabulaMurisSenisDroplet() function. By default, the full data set will
be returned. Data from each individual tissue can also be obtained by
specifying the tissues argument appropriately. Note that the return
value from this function is always a named list, with one element per
retrieved tissue (or ‘All’ for the full data set).
The returned objects contain also the reduced dimension representations
generated by the Tabula Muris Senis consortium (see the vignette for
more details on how to recreate the plot below from the provided data).
FACS scRNA-seq
The FACS scRNA-seq data is accessed via the TabulaMurisSenisFACS()
function. As for the droplet dat, the full data set will be returned by
default, but individual tissue data sets are also available.
The following reports provide detailed descriptions of how the data from
the Tabula Muris Consortium was obtained and processed for inclusion in
this package.
TabulaMurisSenisData
This is an R/ExperimentHub package providing easy access to bulk and single-cell RNA-seq data from the Tabula Muris Senis project. The package is under submission to Bioconductor. For now, it can be installed from this GitHub repository using the devtools package:
Note that R version 4.1 or newer, and Bioconductor release 3.14 (current devel version) or newer are required to use the package.
Available data
The package provides access to the bulk RNA-seq data as well as the droplet and FACS single-cell RNA-seq data sets from the Tabula Muris Senis project. Each data set is returned as a SingleCellExperiment object. For the single-cell data sets, we also provide separate objects for the individual tissues (droplet and FACS, respectively). No additional analysis has been performed on the data.
Bulk RNA-seq
The bulk RNA-seq data is accessed via the
TabulaMurisSenisBulk()function.Droplet scRNA-seq
The droplet scRNA-seq data is accessed via the
TabulaMurisSenisDroplet()function. By default, the full data set will be returned. Data from each individual tissue can also be obtained by specifying thetissuesargument appropriately. Note that the return value from this function is always a named list, with one element per retrieved tissue (or ‘All’ for the full data set).The returned objects contain also the reduced dimension representations generated by the Tabula Muris Senis consortium (see the vignette for more details on how to recreate the plot below from the provided data).
FACS scRNA-seq
The FACS scRNA-seq data is accessed via the
TabulaMurisSenisFACS()function. As for the droplet dat, the full data set will be returned by default, but individual tissue data sets are also available.Rendered processing reports
The following reports provide detailed descriptions of how the data from the Tabula Muris Consortium was obtained and processed for inclusion in this package.