Upload scripts/parse_barkai_checseq.R with huggingface_hub
Browse files
scripts/parse_barkai_checseq.R
CHANGED
|
@@ -213,7 +213,7 @@ gse222268_meta = Biobase::pData(gse@phenoData) %>% as_tibble() %>%
|
|
| 213 |
instrument_model, library_selection) %>%
|
| 214 |
mutate(description = ifelse(description == "", library_selection, description)) %>%
|
| 215 |
dplyr::rename(accession = geo_accession) %>%
|
| 216 |
-
select(-library_selection)
|
| 217 |
|
| 218 |
gse222268_meta %>%
|
| 219 |
write_parquet(here("/home/chase/code/hf/barkai_compendium/GSE222268_metadata.parquet"),
|
|
@@ -224,3 +224,5 @@ gse222268_meta %>%
|
|
| 224 |
)
|
| 225 |
)
|
| 226 |
|
|
|
|
|
|
|
|
|
| 213 |
instrument_model, library_selection) %>%
|
| 214 |
mutate(description = ifelse(description == "", library_selection, description)) %>%
|
| 215 |
dplyr::rename(accession = geo_accession) %>%
|
| 216 |
+
select(-library_selection, -instrument_model, -extract_protocol_ch1)
|
| 217 |
|
| 218 |
gse222268_meta %>%
|
| 219 |
write_parquet(here("/home/chase/code/hf/barkai_compendium/GSE222268_metadata.parquet"),
|
|
|
|
| 224 |
)
|
| 225 |
)
|
| 226 |
|
| 227 |
+
|
| 228 |
+
|