Francis Leblanc
Results
2
comments of
Francis Leblanc
Same issue here
The problem is with the add_label() function; ``` function (merged, snp) { merged$label = ifelse(merged$rsid %in% snp, merged$rsid, "") return(merged) } ``` Which returns row.names if you have a factor....