merge_datasets: Merge the Sparse data sets

View source: R/data.R

merge_datasetsR Documentation

Merge the Sparse data sets

Description

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

Usage

merge_datasets(dataList)

Arguments

dataList

A list of data that you would like to merge

Value

A list of the merged data sets


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.