mesh_clean_bq: Screening-cleaning relevant publications in terms of number...

View source: R/mesh_clean_bq.R

mesh_clean_bqR Documentation

Screening-cleaning relevant publications in terms of number of mesh terms.

Description

It provides the PMID numbers of a set of publications x which have at least d descriptors and q qualifiers in common with a small default set y.

Usage

mesh_clean_bq(x, y, d, q)

Arguments

x

A character vector containing the PMID numbers of the articles of our search

y

A character vector containing the pmid numbers of publications that the user would like to compare with x.

d

An integer that describes the number of Descriptors that the user wants the two vectors to have at least in common.

q

An integer that describes the number of Qualifiers that the user wants the two vectors to have at least in common.

Examples


initial_search <- read.csv(system.file("extdata", "csv-randomized-set.csv", package = "screenmedR"))
initialPMID<-initial_search$PMID
knownPMID<-c("18822428","8276025","16452355","17329276","8346957")
mesh_clean_bq(initialPMID,knownPMID,11,2)


thdiakon/screenmedR documentation built on Nov. 22, 2022, 6:26 p.m.