# HG changeset patch # User fabad # Date 1462228488 14400 # Node ID 8f9aa7684f29c9d0004ad69abddb7db2520e34cb # Parent e0d22d87082b44c6a608ed4e661464cfd06b4f62 Uploaded diff -r e0d22d87082b -r 8f9aa7684f29 sparql_uniprot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sparql_uniprot.xml Mon May 02 18:34:48 2016 -0400 @@ -0,0 +1,57 @@ + + Perform a search into uniprot database using its sparql interface. + + python + SPARQLWrapper + + sparql_uniprot.py "${protein}" "${proteinName}" "${geneName}" "${organismName}" "${diseaseAnnotation}" "${domainName}" "${similarityAnnotation}" "${locationAnnotation}" "${functionAnnotation}" "${pharmaceuticalAnnotation}" "${output}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + With this tool you can search proteins using regular expressions by the following fields: uniprot identifier, protein name, gene name , organism name, disease annotation, domain name, similarity annotation, location annotation, function annotation or pharmaceutical annotationText. You can fill the fields you want and the tool will return all the data found in uniprot by filling the other fields. Results will be stored in a tabular format. If you want to search the exact match of a field you should use ^parameter$, for example ^insulin$. + + +