Hello,
I would like to apply package ‘GOsummaries’ to my dataset. I set up my analysis following the instruction with one exception. I used EntrezIDs instead of ProbeIDs.
I have two lists of EntrezIDs (e.g.) :
list1:
head(list1) [1] "100302592" "27215" "378954" "100503548" "245536" "327768"
list2 :
head(list2) [1] "333883" "11801" "667410" "16186" "100316689" "380654"
gl = list(List = list(list1, list2))
str(gl) List of 1 $ List:List of 2 ..$ : chr [1:15] "100302592" "27215" "378954" "100503548" ... ..$ : chr [1:8] "333883" "11801" "667410" "16186" ...
gs = gosummaries(gl, organism = "mmusculus") Error in data.frame(Query = NA, gpr) : arguments imply differing number of rows: 1, 0
I am wondering if ‘GOsummaries’ works with 'EntrezIDs as well.
Thanks for your help.
Anita
Dear Raivo,
I have a question on the same line...basically I got the same error as Anita.
I'm trying to use Medicago truncatula Uniprot ids (eg. "G7I330","A0A072TRN7","A0A072TFR5").
I used the follow command:
Could you please give me some hint?
Thank you,
Marco