GithubHelp home page GithubHelp logo

rayyanr's Introduction

rayyanR

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

R ‘package’ to process Rayyan outputs

Overview and installation

RayyanR, an R ‘package’ to process dataframes outputted from the Rayyan screening platform for systematic review (https://rayyan.ai).

remotes::install_github("https://github.com/befriendabacterium/rayyanR")

Issues and suggestions

Please report any issues and suggestions on the issues link for the repository.

Package overview

Currently a one-function (‘parse_rayyan()’) package to parse bibliographic dataframes outputted from Rayyan, splitting up the ‘notes’ column into Inclusion/Exclusion decision, Labels, and Exclusion Reasons.

#install.packages('synthesisr')
#install.packages('plyr')
library(synthesisr)
library(plyr)
library(rayyanR)
#read in a rayyan exported bibliography file (example here is the Tinea Update one from Rayyan)
rayyan_biblio<-synthesisr::read_ref('https://raw.githubusercontent.com/befriendabacterium/rayyanR/main/example_inputs/tinea_update.ris')

#parse rayyan biblio
rayyan_biblio_cleaned<-rayyanR::parse_rayyan(rayyan_df = rayyan_biblio)

#print the outputs AND CHECK THEM AGAINST YOUR RAYYAN BIBLIOGRAPHY TO VALIDATE. The total number of records should remain the same and Inclusions and exclusions should equate straightforwardly. However, Maybes here (unlike in Rayyan) are only Maybes by if all reviewers marked them as so, and Conflicts include Maybe-Inclusion/Exclusion type conflicts (in Rayyan a 'conflict' is only an Inclusion-Exclusion type conflict).
summary_df<-plyr::count(rayyan_biblio_cleaned$finaldecision)
colnames(summary_df)<-c('decision','records_n')
print(summary_df)
##   decision records_n
## 1 Conflict         1
## 2 Excluded         1
## 3 Included         2
## 4     <NA>        10

Citing this package

Please cite this package as: Jones ML & Grainger MJ (2021). rayyanR: An R package to process outputs of the Rayyan screening platform for systematic reviews. https://github.com/befriendabacterium/rayyanR.

rayyanr's People

Contributors

befriendabacterium avatar drmattg avatar gregor-fausto avatar

Stargazers

Szymek Drobniak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.