orgDB
1
0
Entering edit mode
Fatima • 0
@036d2727
Last seen 29 days ago
South Korea

I want to know how to get orgDB to create KEGG pathway and GO analysis for soybean.

IlluminaDataTestFiles • 418 views
ADD COMMENT
0
Entering edit mode

When facing this issue in Bioconductor, ensuring compatibility between packages and dependencies is crucial. Have you tried updating all related libraries and checking for namespace conflicts? Sometimes, running a fresh session can resolve unexpected errors. If you share the specific error log, we may be able to pinpoint the cause more effectively. My younger brother needed thesis assistance, so I searched online "write my thesis" and found Academized. Their thesis writing service, which is available https://academized.com/write-my-thesis here, covers various subjects, and they ensure high-quality work. Their pricing is student-friendly, and they even offer 24/7 support. This site seems like a great option for students.

ADD REPLY
0
Entering edit mode
shepherl 4.1k
@lshep
Last seen 5 hours ago
United States

You can check the AnnotationHub to see if there are any existing. Otherwise you can check out the AnnotationForge package for creating your own.

ADD COMMENT
0
Entering edit mode

how to do that?

ADD REPLY
0
Entering edit mode

You should look at the documentation on the help pages for those packages. It should be clear enough there. But to speed things along:

> library(AnnotationHub)
> ah = AnnotationHub()
> query(ah, c("Glycine", "max"))
AnnotationHub with 11 records
# snapshotDate(): 2025-03-03
# $dataprovider: NCBI,DBCLS, ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/, Inparanoid8
# $species: Glycine max, Glycine max_subsp._soja
# $rdataclass: SQLiteFile, OrgDb, Inparanoid8Db
# additional mcols(): taxonomyid, genome, description,
#   coordinate_1_based, maintainer, rdatadateadded, preparerclass, tags,
#   rdatapath, sourceurl, sourcetype 
# retrieve records with, e.g., 'object[["AH10511"]]' 

             title                                 
  AH10511  | hom.Glycine_max.inp8.sqlite           
  AH91607  | MeSHDb for Glycine max (Soybean, v001)
  AH97874  | MeSHDb for Glycine max (Soybean, v002)
  AH100339 | MeSHDb for Glycine max (Soybean, v003)
  AH107104 | MeSHDb for Glycine max (Soybean, v004)
  ...        ...                                   
  AH114015 | MeSHDb for Glycine max (Soybean, v006)
  AH116642 | MeSHDb for Glycine max (Soybean, v007)
  AH117133 | MeSHDb for Glycine max (Soybean, v008)
  AH117368 | org.Glycine_max_subsp._soja.eg.sqlite 
  AH117372 | org.Glycine_max.eg.sqlite

So it does look like its available in the hubs. I will allow you to look at the documentation to find out how to download

ADD REPLY

Login before adding your answer.

Traffic: 535 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