Closed JonThom closed 4 years ago
the CELLEX workflow wiki page gives the following example of running ESObject:
ESObject
cellex.ESObject(df=data, annotation=metadata, normalize=False, verbose=True)
however the name of the first argument should be 'data'
Fixed, thanks Jon :-)
the CELLEX workflow wiki page gives the following example of running
ESObject
:cellex.ESObject(df=data, annotation=metadata, normalize=False, verbose=True)
however the name of the first argument should be 'data'