public class PdbIdLists extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERVICELOCATION |
Constructor and Description |
---|
PdbIdLists() |
Modifier and Type | Method and Description |
---|---|
static InputStream |
doPOST(URL url,
String data)
do a POST to a URL and return the response stream for further processing elsewhere.
|
static Set<String> |
getAllViruses()
Get the PDB IDs of all virus structures in the current PDB
|
static Set<String> |
getCurrentPDBIds()
get the list of current PDB IDs
|
static Set<String> |
getGagPolyproteins()
get all PDB IDs of gag-polyproteins
|
static Set<String> |
getNMRStructures()
get list of all current NMR structures
|
static Set<String> |
getNucleotides() |
static Set<String> |
getRibosomes() |
static Set<String> |
getTransmembraneProteins()
get all Transmembrane proteins
|
static void |
main(String[] args) |
static Set<String> |
postQuery(String xml)
post am XML query (PDB XML query format) to the RESTful RCSB web service
|
public static final String SERVICELOCATION
public PdbIdLists()
public static Set<String> getCurrentPDBIds() throws IOException
IOException
public static Set<String> getAllViruses() throws IOException
IOException
public static Set<String> getNMRStructures() throws IOException
IOException
public static Set<String> getGagPolyproteins() throws IOException
IOException
public static Set<String> getTransmembraneProteins() throws IOException
IOException
public static Set<String> getNucleotides() throws IOException
IOException
public static Set<String> getRibosomes() throws IOException
IOException
public static Set<String> postQuery(String xml) throws IOException
xml
- IOException
public static InputStream doPOST(URL url, String data) throws IOException
url
- IOException
Copyright © 2000–2019 BioJava. All rights reserved.