goseq error--"in names(tmp) = rep(names(map)"
2
0
Entering edit mode
xdzperfect • 0
@xdzperfect-8525
Last seen 8.7 years ago
Beijing Institute of Genomics ,Chinese …

Dear goseq developers:

      Hello ,my name is Xu,ZhengZheng ,a student of Beijing Institute of Gennomics ,Chinese Academics of Science. After I use edgeR to do difference Gene expression ,I happy to known that I can use R package(goseq) to do GO analysis, thanks for your good job for this package, But when I use it I come cross some problems,I'm confused about that,because I strictly follow the goseq manual;I don't known how to conquer them:

Question1:why pwf ojects come cross NA,but also still shows DE("1")?

http://pan.baidu.com/s/1ufoBW#path=%252FR_question&render-type=grid-view

Question2:when I use goseq(pwf,"hg38","refGene"),it pop-up code with errors:  

in names(tmp) = rep(names(map),times=as.numeric(summary(map)[,:attempt to set an attribute on NULL

http://pan.baidu.com/s/1ufoBW#path=%252FR_question&render-type=grid-view

the URL "http://pan.baidu.com/s/1ufoBW" has the problem picture and the rawdata and my analysis code and error;

thanks 

yours

sincerely!

 

goseq • 2.3k views
ADD COMMENT
1
Entering edit mode
@gordon-smyth
Last seen 15 minutes ago
WEHI, Melbourne, Australia

Most of the geneids in your data file are not actual gene symbols. There is no way to do a GO analysis unless you provide valid gene symbols or identifiers.

ADD COMMENT
0
Entering edit mode

thanks for your attention! but I do comfirmly that I use hg38 refGene from ucsc.

ADD REPLY
0
Entering edit mode

Hi, Gordon Smyth!

     thanks for your advice ,I know how to solove the first question.Can you tell me how to solve the sencond question ? thank you!

ADD REPLY
1
Entering edit mode
@nadia-davidson-5739
Last seen 5.0 years ago
Australia

Hi,

It looks like you are using gene symbols rather than refseq IDs. For questions 2, try running goseq(pwf,"hg38","geneSymbol") and see if that works. You should all pass "geneSymbol" to the nullp function rather than "refGene".

Cheers, Nadia.

ADD COMMENT
0
Entering edit mode

thank you for your advice, Let me have a try!

ADD REPLY

Login before adding your answer.

Traffic: 588 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6