Skip to content

Commit 7a96a2a

Browse files
committed
code added to collect PMID of all screened articles
1 parent cfb2d29 commit 7a96a2a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

R/Flowchart.Rmd

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "Flowchart"
33
author: "Milou Sep"
44
date: "2/4/2021"
55
output: html_document
6+
editor_options:
7+
chunk_output_type: console
68
---
79

810
```{r setup, include=FALSE}
@@ -57,6 +59,7 @@ search1_human <- search1_human_uPMID[1:(length(search1_human_uPMID)-2)]# remove
5759
n.s1.H = length(search1_human) #292
5860
n.s1.H
5961
```
62+
6063
```{r}
6164
file.remove("data/Review PTSD Cognition AbstractScreening_Overeenstemming EG & MS v15.11.2016.xlsx")
6265
```
@@ -135,7 +138,11 @@ file.remove(c(#"data/TRACE Dataset v28.2.19.xlsx",
135138
"data/pmid.animal.s3.learn.22.5.20.txt", "data/pmid.human.s3.learn.22.5.20.txt"))
136139
```
137140

138-
141+
# Collect Unique PMID screening search 1, 2 and 3
142+
```{r }
143+
c(search1_animal, search1_human, animal_search2_uniq, human_search2_uniq, unique.search3.animal, unique.search3.human) -> screened_articles
144+
write.csv2(screened_articles, 'processed_data/screened_articles.csv')
145+
```
139146

140147
## Conclusions:
141148
- Total unique animal papers screened: 178 (S1) + 114 (S2) + 252 (S3) =

0 commit comments

Comments
 (0)