# HG changeset patch # User fabad # Date 1462222213 14400 # Node ID ba860aea7033b26d637f7c0cacb35c0bf51157ea # Parent 9bb153d42a1c272c814df8b198802ab314a82738 Uploaded diff -r 9bb153d42a1c -r ba860aea7033 sparql_uniprot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sparql_uniprot.xml Mon May 02 16:50:13 2016 -0400 @@ -0,0 +1,53 @@ + + Perform a search into uniprot database using its sparql interface. + 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$. + + +