Skip to content
Prev 6445 / 21312 Next

[Bioc-devel] 'semantically rich' subsetting of SummarizedExperiments

But what it would do exactly?

Probably would want to be able to extract a gene list from a TxDb, then
extract the desired type of structure from the TxDb.

Not too bad right now, but it would be nice to leverage the identifier type
information on the gene list object.

Currently:
tx <- transcripts(txdb, vals=list(gene_id=genes))

Proposed:
tx <- transcripts(txdb[GeneList])
On Sat, Oct 11, 2014 at 10:49 AM, Martin Morgan <mtmorgan at fhcrc.org> wrote: