Skip to content
Prev 4080 / 21312 Next

[Bioc-devel] Request to add 'normalize' to BiocGenerics

On 2013-02-20 17:32, Schalkwyk, Leonard wrote:
If the package authors called the functions "normalize", this means either:
1- at least some of the package authors have named a function performing 
an action that is inappropriately described as "normalize"
2- all functions "normalize" do perform an action that can be described 
with that verb

Without more details, I'd vote for 2.

(more below)
Playing the semantic and concept police would come after defining things 
like ontologies of data processing; I am not sure this should be a priority.
I'd see working out a minimal common signature that keeps everyone going 
with a minimal fuss come first.
No. Otherwise this would probably also mean that R's S4 system should in 
fact define all possible strings as generics, which by extension would 
also mean that generic functions do not need to be explicitly declared: 
since all possible generics would be declared, it is more practical to 
implicitly assume any given function has already generic declared. S4 
has notions about implicit generic functions; a starting point is the 
man page for setGeneric().