public class SnapGene extends Object
| Constructor and Description |
|---|
SnapGene() |
| Modifier and Type | Method and Description |
|---|---|
static SBOLDocument |
detectFeatures(String sequence,
String uriPrefix,
String displayId,
String version,
String pngFileName,
String name)
Detect features in a sequence using a SnapGene Server
|
static SBOLDocument |
detectFeatures(String sequence,
String uriPrefix,
String displayId,
String version,
String pngFileName,
String name,
boolean circular)
Detect features in a sequence using a SnapGene Server
|
public static SBOLDocument detectFeatures(String sequence, String uriPrefix, String displayId, String version, String pngFileName, String name)
sequence - The sequence to detect features onuriPrefix - The uriPrefix for the generated SBOL objectdisplayId - The displayId for the generated SBOL objectversion - The version for the generated SBOL objectpngFileName - The filename for the PNG file generated by the SnapGene Servername - The name for the generated SBOL objectpublic static SBOLDocument detectFeatures(String sequence, String uriPrefix, String displayId, String version, String pngFileName, String name, boolean circular)
sequence - The sequence to detect features onuriPrefix - The uriPrefix for the generated SBOL objectdisplayId - The displayId for the generated SBOL objectversion - The version for the generated SBOL objectpngFileName - The filename for the PNG file generated by the SnapGene Servername - The name for the generated SBOL objectcircular - Set topology to be circular