Skip to content

tinyarray包get_count_txt函数问题反馈 #13

Description

@huangshenghao666

在使用这个函数get_count_txt("GSE193861",download = T)时,文件下载路径会变为最终会变为 "D:/xxx/xxx/_geo_rnaseq__2GSE193861_raw_counts_GRCh38.p13_NCBI.tsv.gz",在标准的文件名多了一个上级目录的前缀,原因是getwd函数获取的结果在最后并没有“/”,而在get_count_txt函数中下载的路径直接粗暴的用paste0连接在一起,正确的下载路径应该用我这种方式destfile <- file.path(destdir, paste0(gse, "_raw_counts_GRCh38.p13_NCBI.tsv.gz")),用file.path连接

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions