View source: R/importMultipleSources.R
importMultipleSources | R Documentation |
Imports samples from different sources and compiles them into a list of SCE objects
importMultipleSources(allImportEntries, delayedArray = FALSE)
allImportEntries |
object containing the sources and parameters of all the samples being imported (from the UI) |
delayedArray |
Boolean. Whether to read the expression matrix as
DelayedArray object or not. Default |
A list of SingleCellExperiment object containing the droplet or cell data or both,depending on the dataType that users provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.