Creates a complete copy of an Andromeda object. Object attributes are not copied.
Usage
copyAndromeda(andromeda, options = list())
Value
The copied Andromeda object.
Arguments
andromeda
The Andromeda object to copy.
options
A list containing Andromeda options. Currently the only supported option is 'threads'.
Setting options = list(threads = 10) will set the database used by Andromeda to use 10 threads.