billing2016_suppfig4g | R Documentation |
This data was used to create Supplementary Figure 4g of Billing 2016 (see references).
A matrix with 13 rows and 9 columns. Rows represent genes, columns represent experiments and are split by:
The type of stem cell experimented on. "ESC" means embryonic stem cell; "ESC-MSC" means mesenchymal stem cell derived from an embryonic stem cell; "BM-MSC" means mesenchymal stem cell derived from bone marrow.
The experimental replicate.
Values in the matrix are intensities of proteins coresponding to the genes, as measured by mass spectrometry.
A matrix of log base 10 protein intensities as measured by mass spectrometry proteomics experiments on embryonic and mesenchymal stem cells.
Billing AM, Ben Hamidane H, Dib SS, et al. Comprehensive transcriptomic and proteomic characterization of human mesenchymal stem cells reveals source specific cellular markers. Scientific Reports. 2016;6:21507. doi:10.1038/srep21507.
Article text available at: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4746666
Supplementary figures available at: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4746666/bin/srep21507-s1.pdf
billing2016_suppfig4e
color_scale <- grDevices::cm.colors(25)
heatmap(
billing2016_suppfig4g,
margins = c(12, 5), col = color_scale,
cexRow = 0.5, cexCol = 0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.