Hi,
I have downloaded RNA-seq data from GSE45510. for annotation file I have downloaded SOFT formatted family file(s) from GPL10999. Now, I want to read that file through below code:
annot= fread("GPL10999_family.soft", skip = "!platform_table_begin", data.table = F)
but I got below error:
Error in fread("GPL10999_family.soft", skip = "!platform_table_begin", :
File 'GPL10999_family.soft' does not exist or is non-readable.
Now, I want to know how can I get annotation file of this data set(GSE45510)? if downloading "GPL10999_family.soft" is wrong, so through which way I can get annotation of this data set?
I apprecite if anybody share hislher comment with me.
Best Regards,
annotation