Skip to content

Commit 10eb689

Browse files
authored
Update ShaunRdoc-r01_fullbrain4.2.Rmd
1 parent 86c9f6a commit 10eb689

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ShaunRdoc-r01_fullbrain4.2.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ output: html_document
77

88
```{r setup, include=FALSE}
99
knitr::opts_chunk$set(echo = TRUE)
10-
knitr::opts_knit$set(root.dir = 'H:/My Drive/r01')
1110
```
1211

1312
```{r}
@@ -26,7 +25,7 @@ library(ggbeeswarm)
2625
```
2726

2827
```{r, fig.height = 8, fig.width = 8}
29-
data0 <- import('H:/My Drive/r01/allmaps_fullbrain_relabeled.xlsx',sheet='fullbrain4.2.nohcp')
28+
data0 <- import('Dataset Maps.xlsx',sheet='Whole-brain Curated Maps')
3029
3130
data0[] <- lapply(data0, as.numeric)
3231
data0 <- apply(data0, 2, scale)
@@ -37,7 +36,7 @@ heatmap.2(data.matrix(correlation_matrix), dendrogram = c("none"), Rowv = NA, Co
3736
```
3837

3938
```{r, fig.height = 8, fig.width = 8}
40-
data_ns <- import('RDoCseedmaps_fullbrain.xlsx',sheet='Avg347_smoothedthresholded')
39+
data_ns <- import('Dataset Maps.xlsx',sheet='Wholebrain Held-out Maps')
4140
4241
columns_to_remove <- c("PVSRR_anticipation","PVSRL_probability","PVSRV_delay","CSP_visual", "CSP_auditory","CSP_somatosensory","CSCC_representation","CSCC_monitoring","CSCC_performance","CSWM_flexible","CSWM_capacity","SPMSU_mental_state","SSMA_planning","SSMA_selection","SSMA_dynamic","SSMA_sensory_action", "ARCRSW_circadian_sleep_wakefulness")
4342
data_ns <- data_ns[, !(names(data_ns) %in% columns_to_remove)]

0 commit comments

Comments
 (0)