Diff of /R/datasets.R [000000] .. [28e211]

Switch to unified view

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