dynverse / dyneval

Metrics to compare two or more trajectories ⚖
2 stars 2 forks source link

dyngen produces duplicate gene names #10

Closed rcannood closed 6 years ago

rcannood commented 7 years ago
.datasets_location = "~/Workspace/dynverse/dynresults/dyngen_v4/"
tasks <- load_datasets(8) %>%
  filter(
    platform_id == "fluidigm_c1",
    takesetting_type == "snapshot",
    ti_type == "consecutive_bifurcating",
    model_replicate %in% c(1,2))
any(duplicated(colnames(tasks$counts[[1]])))
[1] TRUE
rcannood commented 7 years ago

I included a temporary fix in 6cedd1a9aacd9684579725f12911096f8cbe4b99, but this should still be fixed.

zouter commented 6 years ago

Fixed :)