View source: R/mesh_clean_bq.R
mesh_clean_bq | R Documentation |
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.
mesh_clean_bq(x, y, d, q)
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. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.