# HG changeset patch # User fabad # Date 1462225214 14400 # Node ID bc93900ed454579b5dc254538a84bc21e94542ad # Parent d052e34a190779c2a0e31bb7f41102457f8eb91e Uploaded diff -r d052e34a1907 -r bc93900ed454 sparql_uniprot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sparql_uniprot.xml Mon May 02 17:40:14 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$. + + +