You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @vojtechhuser ! Yes, the PMID version seems very silly. Both the data and the MedlineXmlToDatabase script considers the combination of the PMID and the PMID_version to be the primary key to which all data is attached. So MeSH headings are assigned to a PMID + PMID_version in the XML, and therefore also in the database. It is perfectly possible for different MeSH headers to be assigned to different versions of the same PMID. I don't think NLM removes MeSH headings from old versions, and only keeps them for the latest version, but you could check (or ask your colleagues ;-) ).
PMID version can be pain in the neck
Because of 0.001% of articles, all queries seem complex.
Do MeSH keywords get assigned only to latest version?
sql='SELECT pmid_version, count(*) FROM pmid_to_date group by 1'
tta = dbGetQuery(conn = conn , sql)
tta
The text was updated successfully, but these errors were encountered: