Description Usage Arguments Value Examples
Convert an ExpressionSet object into tidy format
1 2 3 |
x |
An ExpressionSet |
sample_ids |
A vector of sample ids. Default is NULL (don't filter on sample id) |
gene_ids |
A vector of gene ids. Default is NULL (don't filter on gene id) |
sample_col |
Name of the column in the pData data frame to use for filtering on sample id |
gene_col |
Name of the column in the rowData data frame to use for filtering on gene id |
a data frame in tall_df format
1 2 3 4 | data('CCLEsmall', package='PharmacoGx')
eset <- CCLEsmall@molecularProfiles$rna
gather.ExpressionSet(eset, sample_ids=c('143B', '23132-87'), gene_ids=c('BRAF', 'EGFR') )
gather.ExpressionSet(eset, sample_ids=c('143B', '23132-87') )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.