MRCIEU / ieugwasr

R interface to the IEU GWAS database API
https://mrcieu.github.io/ieugwasr/
Other
67 stars 23 forks source link

Can I use ieugwasr_to_coloc( ) without samplesize? #49

Open chuting2000 opened 4 months ago

chuting2000 commented 4 months ago

The dataset of id2 is finn, which samplesize is NA, what can I do to extract it ? out <- ieugwasr_to_coloc(id1='ebi-a-GCST90002412', id2='finn-b-I9_HEARTFAIL', chrompos=chrpos,type1 = 'quant',type2 = 'cc') Error in tab2$n[is.na(tab2$n)] <- info2$sample_size : replacement has length zero

chuting2000 commented 4 months ago
image