View source: R/CreateSingleCellObject.R
Meta_data | R Documentation |
Make data frame with one column name, 'data_id'. data_id is a vector of length equals to total number of cells in all matrices.
Meta_data(data_list = list(), data_id = list())
data_list |
List of expression matrices |
data_id |
List of names/ids of expression matrices |
data_id_df return dataframe with data_id column
data1 = unCTC::Poonia_et_al._TPMData data2 = unCTC::Ding_et_al._WBC1_TPMData Data_list = list(data1,data2) Data_Id = list("data1","data2") metadata = Meta_data(data_list=Data_list, data_id = Data_Id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.