Tag Results

Items tagged with "search" (22)

Note: some items may not be visible to you, due to viewing permissions.


Workflows (22)

Workflow DOI2PMID (2)

Thumb
Converts Digital Object Identifiers into their corresponding PubMed identifiers, if they exist.

Created: 2007-10-03

Workflow Bio2rdf: Bind search, rdfise and load demo (1)

Thumb
INSERT IN GRAPH <http://localhost/sesame/mem_rdf_db> {     CONSTRUCT { ?s, ?p, ?o . }     FROM <http://soap.bind.ca/wsdl/bind.wsdl>     WHERE {         SELECT ?s         FROM <http://soap.bind.ca/wsdl/bind.wsdl>         WHERE {              ?s, ?p, ?o .        ...

Created: 2009-02-19 | Last updated: 2009-02-19

Credits: User Francois Belleau

Workflow Bio2RDF: Bind fulltext search service retu... (1)

Thumb
SELECT ?s FROM <http://soap.bind.ca/wsdl/bind.wsdl> WHERE {   ?s, ?p, ?o .   FILTER ( regex(?o, "query")) . }

Created: 2009-02-19 | Last updated: 2009-02-19

Credits: User Francois Belleau

Workflow Bio2RDF: CPath search in taxon (1)

Thumb
No description

Created: 2009-02-19

Credits: User Francois Belleau

Workflow Search InChI in NCBI eSearch (pccompound) (1)

Thumb
This workflow takes in a search term (e.g. InChI) for search in PubChem pccompound database. The result is an xml file containing summary information about the search term and also a compound image and the compound webpage fetched from Pubchem.

Created: 2009-03-30 | Last updated: 2009-03-30

Credits: User Michael Gerlich

Workflow MassBank to KEGG (1)

Thumb
Workflow that queries MassBank DB to retrieve database identifiers (KEGG, PubChem, InChI) and continue search with them to retrieve pathways from KEGG for given compound identifier,searches PubChem via eutils and PUG, queries ChemSpider for compound information and image. Note: Usage of ChemSpider web services requires a valid security token - receive one by registering at ChemSpider (look at your profile to see your token)

Created: 2009-03-30 | Last updated: 2009-03-30

Credits: User Michael Gerlich

Workflow What is [query] from NCBI, EBI, UniProt an... (2)

Thumb
test values: query = paget disease query = pdb4 query = hk1 query = h1n1 This rdfiser query those four federated search services EB-Eye, KEGG LinkDB, NCBI Entrez and UniProt knowledgebase. RDF triples are returned for search statistics with Bio2RDF normalised URIs. This workflow should be used responsibly because it can generate high load at the provider resources. test values: query = paget disease query = pdb4 query = hk1 query = h1n1 query = paget disease query = pdb4 query = hk1 que...

Created: 2009-11-03 | Last updated: 2009-11-03

Credits: User Francois Belleau

Workflow Search for BMURI in PubMed [myexperiment:p... (1)

Thumb
test values: subkecttest values: query = bio2rdf graph = http://bio2rdf query = nur77 AND Rouillard,C graph = http://nur77 test values: query = bio2rdf graph = http://bio2rdf query = nur77 AND Rouillard,C graph = http://nur77 query = labrie graph = http://labrie

Created: 2009-11-17

Credits: User Francois Belleau

Workflow Search for citations and related article i... (1)

Thumb
graph = http://nur77 bmuri = http://bio2rdf.org/pubmed:18843482 http://bio2rdf.org/pubmed:18466322 http://bio2rdf.org/pubmed:17201484 http://bio2rdf.org/pubmed:14603264 http://bio2rdf.org/pubmed:12629527

Created: 2009-11-17

Credits: User Francois Belleau

Workflow Triplify UniProt text search results [myex... (1)

Thumb
TAG: knowledgescope, uniprotkb, bio2rdf, search, rdf

Created: 2009-11-30 | Last updated: 2009-11-30

Credits: User Francois Belleau

Workflow Triplify search results from KEGG bfind SO... (3)

Thumb
This workflow use KEGG's SOAP service provided to do a BFIND serch within one of the KEGG's official database. The results are returned in RDF ntriples format. 

Created: 2009-11-30 | Last updated: 2009-11-30

Credits: User Francois Belleau

Workflow NMR Spectrum similarity search witn SWI-Pr... (1)

Thumb
With the SWI-Prolog (currently in experimental stage, and available from GitHub) plugin Prolog programs can be accessed inside Bioclipse’s scripting environment for querying and other processing of RDF triples. The prolog code in this Bioclipse script performs a simple spectrum similarity search based on a list of peak shift values, for which it tries to find spectra that contain peaks values close to those values, within a certian limit (<0.3 ppm in this case). The data which is u...

Created: 2010-03-13 | Last updated: 2010-03-19

Credits: User Samuel Lampa

Workflow NMR Shift Dereplication benchmark in Jena ... (1)

No description

Created: 2010-05-14 | Last updated: 2010-05-14

Credits: User Samuel Lampa

Workflow NMR Shift Dereplication benchmark in Jena ... (1)

No description

Created: 2010-05-14 | Last updated: 2010-05-14

Credits: User Samuel Lampa

Workflow NMR Shift Dereplication benchmark in Pelle... (1)

No description

Created: 2010-05-14 | Last updated: 2010-05-14

Credits: User Samuel Lampa

Workflow NMR Shift Dereplication benchmark in SWI-P... (1)

No description

Created: 2010-05-14 | Last updated: 2010-05-14

Credits: User Samuel Lampa

Workflow NMR Shift Dereplication benchmark in SWI-P... (1)

No description

Created: 2010-05-14 | Last updated: 2010-05-14

Credits: User Samuel Lampa

Workflow Resolve an InChIKey on ChemSpider (1)

Thumb
 Resolves an InChIKey on ChemSpider and opens the search results in a molecules table.

Created: 2010-06-23 | Last updated: 2010-06-23

Credits: User Egon Willighagen

Workflow BioAID_ProteinDiscovery (8)

Thumb
The workflow extracts protein names from documents retrieved from MedLine based on a user Query (cf Apache Lucene syntax). The protein names are filtered by checking if there exists a valid UniProt ID for the given protein name.

Created: 2010-05-10 | Last updated: 2013-08-16

Credits: User Marco Roos Network-member AID

Workflow getFirstElementDFS (2)

Thumb
Returns the first element of a nested list using depth first search. The maximum depth of the input is set to 2. You can savely increase this by increasing the depth of the workflow input port and the beanshell input port. Taverna will wrap the input into a list with correct depth. However this will create a little overhead.

Created: 2012-01-13 | Last updated: 2012-02-13

Workflow Comparison of Peptide and Protein Fraction... (1)

Thumb
This workflow was used to analyze the data in a manuscript by Mostovenko et al. (2013, submitted), comparing peptide and protein fractionation methods. The workflow identifies proteins by X!Tandem database search and validates the results using PeptideProphet. Additional information such as pI and fraction number is extracted and plotted for IEF and SCX data. For each protein identified in SDS-PAGE derived data sequences are downloaded from UniProt and plotted against the fraction number. Rs...

Created: 2013-03-27

Credits: User Kate Mostovenko User Yassene User Magnus Palmblad

Attributions: Workflow Plasma Precipitation Analysis

Workflow Free text search to Concept Wiki URI (4)

Thumb
Free text search of concept wiki using the Openphacts "Map free text to a concept url based on semantic tag" ie /search/byTag. Search for either compounds or targets depending on the input uuid for "searchType" and filter by source authority with the "branch" input

Created: 2013-06-24 | Last updated: 2013-06-24

Credits: User Ian Dunlop User Katy Wolstencroft User Marco Roos User paul groth

What is this?

Linked Data

Non-Information Resource URI: http://myexperiment.org/tags/451


Alternative Formats

HTML
RDF
XML