parse_geo_text_results: parse_geo_text_results

Description Usage Arguments

View source: R/parse_geo_text_results.R

Description

Search results from GEO can be downloaded in text form, and this function parses these into a table. More for convinience than anything, this could be useful if users want to incorporate search results they've generated on the GEO website. To use, select the "text" option for the download and save to a text file, then point this function at that file.

Usage

1
2
3
parse_geo_text_results(
  text_file = file.path(data_dir, "ds_ids_kidney_seqencing.txt")
)

Arguments

text_file

Text file location containing the "text" format of the GEO browser's results.


AndrewC160/ROMOPOmics documentation built on Jan. 27, 2021, 6:57 p.m.