Entering edit mode
                    James F. Reid
        
    
        ▴
    
    610
        @james-f-reid-3148
        Last seen 11.2 years ago
        
    Dear BioC,
answering to a recent query on the mailing list I noticed a small typo
in the example provided in the AnnotatedDataFrame help page:
AnnotatedDataFrame(data=df, varMetaData=metaData)
should be
AnnotatedDataFrame(data=df, varMetadata=metaData)
also, no error is given when calling directly AnnotatedDataFrame (the
varMetadata slot is empty) but calling new('AnnotatedDataFrame')
produces an error where 'varMetaData' is not a valid slot name.
Best.
J.
                    
                
                