Skip to content
Prev 4567 / 21312 Next

[Bioc-devel] the character to collapse the geneNames when using the disjointExons function with aggregateGenes=TRUE

Hi Nico,

(Adding Mike and Alejandro.)

Because disjointExons() came from DEXSeq I wanted to preserve the 
behavior for backwards compatibility and familiarity to DEXSeq users. 
There are a couple of changes I'd like to make so disjointExons() is 
consistent with the other extractors in GenomicFeatures.

(1) Change metadata column names from 'geneNames' and 'transcripts' to 
'gene_id' and tx_name'.

(2) Instead of '+' or ';' to separate gene id's or transcript names, 
these columns would each be a CharacterList.

If Mike and Alejandro are ok with these I'll go ahead and implement them.

Valerie
On 07/31/2013 06:29 AM, Nicolas Delhomme wrote: