[28e211]: / R / datasets.R

Download this file

24 lines (22 with data), 913 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#' @title Single-cells data from a myxoid liposarcoma cell line
#'
#' @description A sample of single cells from a myxoid liposarcoma cell
#' line. Columns refer to samples and rows refer to genes. The last rows
#' refer to external RNA controls consortium (ERCC) spike-ins. This dataset is
#' part of a larger dataset containing 94 single cells. The complete dataset
#' is fully compatible with this package and an rda file can be obtained at
#' https://github.com/ocbe-uio/DIscBIO/blob/dev/data/valuesG1ms.rda
#' @name valuesG1msTest
#' @docType data
NULL
#' Human and Mouse Gene Identifiers.
#'
#' Data.frame including ENTREZID, SYMBOL, and ENSEMBL gene identifiers
#' of human and mouse genes.
#'
#' @source Data were imported, modified, and formatted from the
#' Mus.musculus (ver 1.3.1) and the Homo.sapiens (ver 1.3.1)
#' BioConductor libraries.
#' @name HumanMouseGeneIds
#' @docType data
NULL