readInSEZip | R Documentation |
This function reads in a SummarizedExperiment from a Zip file generated by writeOutSEZip. It is designed for getting an intact SummarizedExperiment out of ExperimentHub for a data package, so it extracts the intermediate csvs into a temporary folder to get the data into the datastructure.
readInSEZip(zip_name = "SE_out.zip")
zip_name |
The path to a zip file 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 <- readInSEZip(
system.file("ASmallSummarizedExperiment.zip", package="homosapienDEE2CellScore"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.