Skip to Content

Mean Graph

url: https://dtp.cancer.gov/dtpstandard/servlet/MeanGraph


Parameters

searchtype

specifies the type of search to be performed.

searchtype values:

nsc this is the only valid value.
 

highconc

specifies the highest concentration value.

endpt

specifies the end point to be used. (i.e. Such as GI50, TGI, LC50)

chemnameboolean

indicates whether the name fragments in the searchlist parameter should be combined via AND or OR logic. This parameter is relevant only for "namecontains" searchtypes.

chemnameboolean values:

and indicates that the values in the searchlist should be combined via boolean AND logic
or indicates that the values in the searchlist should be combined via boolean AND logic
 

searchlist

contains a list of parameters to be searched for., All entries in the searchlist are combined via boolean OR logic, unless the search type is "namecontains". The logic for namecontains searchtypes may be specified as and or or via the chemnameboolean parameter. The entries in the search list are separated by spaces, commas, semicolon, colon, tab, carriage return, or linefeed.
 

 

 

EC50 returns EC50 values
IC50 returns IC50 values
Conclusions returns the conslusion descriptions
All returns all three result typess
 

outputformat

specifies the output format for the returned results
 

outputformat values:

  html specifies that the results should be returned as html

 

xml specifies that the results should be returned as xml

 

csv specifies that the results should be returned as comma separated, with quote-delimited strings

 

 

Notes:

All search parameters and parameter names are case-insensitive.

If the search criteria specified in the search list generates a list of more than 100 compounds, only 100 will be returned.


Examples:

Display Servlet Documentation:

https://dtp.cancer.gov/dtpstandard/servlet/MeanGraphSummary?searchtype=help

"ping" the MeanGraphSummary servlet:

https://dtp.cancer.gov/dtpstandard/servlet/MeanGraphSummary?searchtype=ping

Activate an HTML interface to the MeanGraph:

https://dtp.cancer.gov/dtpstandard/cancerscreeningdata/index.jsp

Search for NSC 123127 and 740, return results to browser as html:

https://dtp.cancer.gov/dtpstandard/servlet/MeanGraphSummary?searchtype=NSC&outputformat=html&searchlist=123127,740&outputmedium=browser

Search for CAS nbrs 59-05-2 and 25316-40-9, return results to browser as html:

https://dtp.cancer.gov/dtpstandard/servlet/MeanGraphSummary?searchtype=cas&outputformat=html&searchlist=59-05-2,25316-40-9&outputmedium=browser

Search for compounds with chemical names that start with "flavop" and return results to browser as html:

https://dtp.cancer.gov/dtpstandard/servlet/MeanGraphSummary?searchtype=namestarts&outputformat=html&searchlist=flavop&outputmedium=file

Search for compounds that contain "flavop" or "Acridine" in their chemical names and return results to browser as html:

https://dtp.cancer.gov/dtpstandard/servlet/MeanGraphSummary?searchtype=namecontains&chemnameboolean=or&outputformat=html&searchlist=flavop,Acridine&outputmedium=browser

Search for compounds that contain "diamino" and "Acridine" in their chemical names and return results to browser as html:

https://dtp.cancer.gov/dtpstandard/servlet/MeanGraphSummary?searchtype=namecontains&chemnameboolean=and&outputformat=html&searchlist=diamino,Acridine&outputmedium=browser