cols | R Documentation |
A dataframe containing metadata for the dataset we are processing; notably the accessions (which tell us the specific chunks of data to download from dee2.io) are in cols$SRR_accession
cols
An object of class DFrame
with 572 rows and 75 columns.
# We can use this for looking up metadata based on other metadata
# For instance, to get all the accessions for liver cells in the dataset we are analysing, run
liver_cell_accessions <-
homosapienDEE2CellScore::cols$SRR_accession[homosapienDEE2CellScore::cols$cell_type == "liver"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.