saezlab / CollecTRI

Gene regulatory network containing signed transcription factor-target gene interactions
GNU General Public License v3.0
55 stars 6 forks source link

OmnipathR::collectri(organism=9606L, genesymbols=TRUE, loops=TRUE) ERROR #22

Open LorNic97 opened 1 day ago

LorNic97 commented 1 day ago

Hi Saezlab, Thanks for your precious work and for developing this tool! Unfortunately when I follow this command:

OmnipathR::collectri(organism=9606L, genesymbols=TRUE, loops=TRUE)

I get this error: Error in map_int(): ℹ In index: 1. Caused by error in map_int(): ℹ In index: 1. Caused by error in full_join(): ! Can't join x$ncbi_tax_id with y$ncbi_tax_id due to incompatible types. ℹ x$ncbi_tax_id is a . ℹ y$ncbi_tax_id is a .

Could you help me solve this issue? Thanks in advance!