How can I create ChipDb for Solanum lycopersicum?
1
0
Entering edit mode
knishida ▴ 20
@knishida-8230
Last seen 4.2 years ago
United States

Hi

I would like to create ChipDb package for Solanum lycopersicum.

It seems there is already Solanum lycopersicum OrgDb in AnntationHub.

And I have an ID mapping table for my probeIDs and ENTREZ IDs.

I think makeDBPackage creates sqlite database from such a table.

makeDBPackage needs schema for the argument, but there is no available dbschema for Solanum lycopersicum.

How can I create ChipDb for Solanum lycopersicum?

 

 

 

annotation • 1.0k views
ADD COMMENT
4
Entering edit mode
@james-w-macdonald-5106
Last seen 9 hours ago
United States

You use makeChipPackage() from AnnotationForge, which will determine the correct schema (in this case the NOCHIPSCHEMA_DB) automatically.

ADD COMMENT
0
Entering edit mode

Thanks James.

makeChipPackage()

almost works well.

But I could NOT find the way to assign multiple ENTREZ IDs for a probe ID.

It seems ChipDb has is_multiple column and the value is 1 when the probe ID has multiple ENTREZ IDs.

How can I assign multiple ENTREZ IDs for a probe ID ?

ADD REPLY
1
Entering edit mode

It's as simple as you might expect. You put the probe ID in twice (on two different lines).

ProbeID_X   12345
ProbeID_X    45322
ADD REPLY
0
Entering edit mode

Thanks again James!

It works well!.

Now I have added the is_multiple 1 column to my db.

 

ADD REPLY

Login before adding your answer.

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