[Bioc-devel] include .DollarNames.ExpressionSet in Biobase?

Morgan, Martin Martin.Morgan at roswellpark.org
Fri Dec 4 15:22:16 CET 2015


Hi Phillip --

es$foo accesses phenoData(es)$foo, so I implemented .DollarNames.eSet for this.

An ExpressionSet is rectangular and has two-dimensional subsettings, the core data is a matrix, and generally ExperessionSet behaves like a matrix. So rather than names() try colnames().

Thanks for the suggestion.

Martin
________________________________________
From: Bioc-devel [bioc-devel-bounces at r-project.org] on behalf of Philipp Angerer [philipp.angerer at helmholtz-muenchen.de]
Sent: Friday, December 04, 2015 7:34 AM
To: Bioc-devel
Subject: [Bioc-devel] include .DollarNames.ExpressionSet in Biobase?

Hi,

the S3 generic .DollarNames is used to create tab completions in the R command
line and RStudio.

since you can access featureData(es)$feature via es$feature, it would be
useful to either implement .DollarNames.ExpressionSet or simply
names.ExpressionSet

I couldn’t find a bug tracker for BioConductor, so i posted this here.

Best, Philipp
Helmholtz Zentrum Muenchen
Deutsches Forschungszentrum fuer Gesundheit und Umwelt (GmbH)
Ingolstaedter Landstr. 1
85764 Neuherberg
www.helmholtz-muenchen.de
Aufsichtsratsvorsitzende: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrer: Prof. Dr. Guenther Wess, Dr. Nikolaus Blum, Dr. Alfons Enhsen
Registergericht: Amtsgericht Muenchen HRB 6466
USt-IdNr: DE 129521671

_______________________________________________
Bioc-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.


More information about the Bioc-devel mailing list