| BQSummarizedExperiment-class | R Documentation |
Define a class to use BigQuery data through SummarizedExperiment interface
rowQrefa BigQueryConnection wrapped in tbl_dbi that holds rowData for the SummarizedExperiment instance
colQrefa BigQueryConnection wrapped in tbl_dbi that holds colData for the SummarizedExperiment instance
rowkeycharacter(1) name of a field in the table
referenced by rowQref to be used as key for features
colkeycharacter(1) name of a field in the table
referenced by colQref to use as key for samples
assayvblcharacter(1) name to be used to select table providing assay content
This is an experimental structure to probe the concept that
one can use a SummarizedExperiment object to interact with
BigQuery data, particularly TCGA data. The slots rowQref
and colQref are expected to be BigQuery connections
which supply information on features and samples respectively, in
a way that is consistent with the assay representation.
See seByTumor for illustration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.