brca.data | R Documentation |
This dataset is a condensed version of the original TCGA Breast Cancer Data. The datset
is a SummarizedExperiment
class data object which contains information about Genes, Samples,
list of row count and normalised row count at gene-level and gene IDs.
brca.data
The S4 data object is a matrix container with information on 100 genes. The rows represent
features of interest (e.g. genes) and columns represent samples. The objects contain one or more
assays, each represented by a matrix-like object of numeric or other mode. Information about these
features is stored in a DataFrame object, accessible using the function rowData()
. The
sample information is accessible using the function colData()
. The assays contain read counts
per gene with set of raw and normalised values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.