You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the GEO/airway_RNAseq/kegg_and_go_up_and_down.R, the kk=DOSE::setReadable(kk, OrgDb='org.Hs.eg.db',keytype='ENTREZID') should change into kk=DOSE::setReadable(kk, OrgDb='org.Hs.eg.db',keyType='ENTREZID'). Or, the code will be wrong.
The text was updated successfully, but these errors were encountered:
As the result of the default metaset,the last go analysis, go <- enrichGO(gene_down, OrgDb = "org.Hs.eg.db", ont="all") , did not have the result because of the default p value.
In the GEO/airway_RNAseq/kegg_and_go_up_and_down.R, the kk=DOSE::setReadable(kk, OrgDb='org.Hs.eg.db',keytype='ENTREZID') should change into kk=DOSE::setReadable(kk, OrgDb='org.Hs.eg.db',keyType='ENTREZID'). Or, the code will be wrong.
The text was updated successfully, but these errors were encountered: