View source: R/CreateSingleCellObject.R
Data_integration | R Documentation |
Integrates all the data matrix present in the list on the basis of common genes.
Data_integration(data_list)
data_list |
List of data matrix. Genes/Features should be in rows and cells/ samples in columns. |
integrated_data Return integrated data matrix in which genes in rows and cells in column.
data1 <- unCTC::Poonia_et_al._TPMData data2 = unCTC::Ding_et_al._WBC1_TPMData Data_list = list(data1,data2) Integrated_data = Data_integration(data_list=Data_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.