-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everpub for clinical trial pubs? #114
Comments
As far as I know, the only reproducibility issue specific to clinical trials is the confidentiality of patient data. Otherwise it's plain statistics, so Everpub ought to be a good fit if the data can be anonymized to permit publication. |
I think something like everpub would be ideal for this. Do you know what kind of software people typically use for analysing drug trials data? We plan to make everpub play well with We should find someone who is an expert/active in this field to help with anonymisation and typical use cases if we want to target this explicitly. |
Yes, anonymization is important. But all the data should be anonymized already before storing in public repositories. I think Also, stat analysis of clinical trials are quite structured (see e.g. FAQ 5 http://www.alltrials.net/find-out-more/faq/). A reference point should probably be the CONSORT (Consolidated Standards of Reporting Trials) 25-item checklist mentioned on the AllTrials website (http://www.consort-statement.org/checklists/view/32-consort/66-title). Thus, I can imagine working out a template with the typical items and stats (including some initial analysis for testing distribution, Q-Q plots, etc.). If the data and metadata is clean (which might be an issue), I guess a lot could be automated. I don't know anybody directly involved in data analysis of trials. But maybe AllTrials/Ben Goldacre could be contacted directly? They should have (or know) people: http://www.alltrials.net/get-involved/ Thanks for picking this up guys! |
As a short sidenote: This meta-analysis pub might also serve as a reference point: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0132382 They used a software called STATA (http://www.stata.com/) for statistics (see the additional methods section: http://journals.plos.org/plosone/article/asset?unique&id=info:doi/10.1371/journal.pone.0132382.s008). |
First off great project idea, thanks to all involved.
I was thinking if Everpub could be a nice option for publications of clinical trials. Sadly, I'm not an expert myself, but there's a fair amount of statistical analyses in these publications. Also, the "significance" of these studies can be quite close to the "thresholds".
For an example of a typical publication, see here: https://www.ncbi.nlm.nih.gov/pubmed/26406150
AFAIK, clinical trials nowadays have to be registered beforehand (https://clinicaltrials.gov/), this includes predetermining the outcome to inhibit statistical mischief. There are initiatives, e.g. AllTrails (http://www.alltrials.net/) from Ben Goldacre, to report the results of clinical trials openly.
So, firstly Everpub would be great to play around with the results of a Trial pub, e.g. trying different statistical tests/visualisations on the data etc.. And secondly it might be a tool of post-publication analysis (something like PPPR) if clinical trial data with the associated metadata can be pulled automatically.
The text was updated successfully, but these errors were encountered: