View source: R/download_profile_matrix.R
download_profile_matrix | R Documentation |
Download a cell profile matrix from the online library
download_profile_matrix(species, age_group, matrixname)
species |
species of profile matrix |
age_group |
age_group of profile matrix, if fetal mouse please add the developmental stage separated with /, i.e. Fetal/E14.5 |
matrixname |
name of profile matrix |
Valid matrices can be found on the github site https://github.com/Nanostring-Biostats/CellProfileLibrary/tree/master
A cell profile matrix, suggested cell groups, and paper metadata
download_profile_matrix(species = "Human", age_group = "Adult", matrixname = "Colon_HCA")
head(profile_matrix)
print(cellGroups)
print(metadata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.