UniprotEntry {biodbUniprot} | R Documentation |
This is the entry class for Uniprot database.
biodb::BiodbEntry
-> biodb::BiodbXmlEntry
-> UniprotEntry
clone()
The objects of this class are cloneable with this method.
UniprotEntry$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Create an instance with default settings: mybiodb <- biodb::newInst() # Create a connector conn <- mybiodb$getFactory()$createConn('uniprot') # Get an entry e <- conn$getEntry('P01011') # Terminate instance. mybiodb$terminate()