| merge_datasets | R Documentation |
This function merges the contents of two lists into a sparse matrix. It assumes that the data sets are of the same format, with genes stored in rows and cells stored in columns. The lists are merged based on the union of the row names and the union of the column names
merge_datasets(dataList)
dataList |
A list of data that you would like to merge |
A list of the merged data sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.