Download and parse DESeq2 output from GSE184929
Usage
download_parse_file(download.path, output.path)
Arguments
- download.path
File url to be downloaded
- output.path
Filename used for saving downloaded file
Value
DESeq2 results as a data.frame.
Examples
if (FALSE) { # interactive()
download_parse_file()
}