Description Usage Format Details Value
Experimental design matrix once expression matrix brca_data
has been
translated to Entrez geens with translate_matrix
and normalized using
normalize_data
.
1 |
Matrix with 40 columns and 3184 rows. Row names are Entrez IDs and column names are the TCGA identifyers of the samples.
To create the data, the following functions have been called:
trans_data <- translate_matrix(brca_data, "hsa")
exp_data <- normalize_data(trans_data)
Matrix with 40 columns and 3184 rows. Row names are Entrez IDs and column names are the TCGA identifyers of the samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.