I'd first make a large list of wanted protein names. UniProt is a good resource. It lets you filter by organism (I assumed Homo sapiens but maybe you want to include other model organisms)

On uniprot.org go directly to 'advanced' and select whatever you think pertains to your case.

It's easy to use the webform, using queries like:

taxonomy:"Homo sapiens (Human) [9606]" AND ( thrombosis OR coagulation )

(that yields ~500 records)

You can filter by any term, and/or using Keywords, GO terms, domain names, etc.

The 'Download" button then contains the url to download (as fasta, text, or whatever). You can also prescribe the columns needed (when viewing in the browser or downloading the selection as csv).

Easy to use interactively and also not hard to build these urls yourself.

Once you have limited your list of protein names in this way, you can also use them to filter down the pubmed records.

Possibly useful too: MesH and Entrez E-Utilities (there is a perl variant)


In reply to Re: Recognizing protein name by erix
in thread Recognizing protein name by pdahal

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.