Francis Leblanc

Results 2 comments of Francis Leblanc

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....