loadPatel: use BiocFileCache discipline to acquire patelGBMSC...

Description Usage Arguments Value Note Examples

View source: R/loadPatel.R

Description

use BiocFileCache discipline to acquire patelGBMSC SummarizedExperiment

Usage

1
2
3
4
loadPatel(
  remotePath = "https://s3.us-east-2.amazonaws.com/biocfound-scrna/patelGBMSC.rds",
  cache = BiocFileCache::BiocFileCache()
)

Arguments

remotePath

character(1) identifying remote RDS

cache

instance of BiocFileCache, defaults to BiocFileCache::BiocFileCache()

Value

a SummarizedExperiment instance

Note

The RDS for the SummarizedExperiment is in an AWS S3 bucket. This function will check local cache for the data and will download to cache if not found. That download is a one-time operation for any given value of cache.

Examples

1

BiocOncoTK documentation built on Nov. 8, 2020, 6:03 p.m.