readInSEFolder | R Documentation |
This function reads in a SummaraizedExperiment from a Zip file generated by writeOutSEZip. It is designed for getting an intact SummarizedExperiment out of ExperimentHub for a data package, so it does not clean up after itself and leaves stray csv files in the data package directory.
readInSEFolder(folder_name = "SE_out/")
folder_name |
The path to a folder containing a SummarizedExperiment |
A SummarizedExperiment object.
# We can read in a small SummarizedExperiment containing a
# subset of the built data stored directly in the package like so
small_data <- readInSEFolder(
folder_name=system.file("ExampleSummarisedExperimentFolder", package="homosapienDEE2CellScore"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.