KChen-lab / MEDALT

Inference of Minimal Event Distance Aneuploidy Lineage Tree based on single cell copy number profile
MIT License
17 stars 2 forks source link

Error in `.rowNamesDF<-`(x, value = value) : duplicate 'row.names' are not allowed #11

Open Richard-Beck opened 1 year ago

Richard-Beck commented 1 year ago

Possible bug in DNAinput function - what if elements of region are not in the same order as they appear in data? Seems to be fixed if region <- region[unique(data[,1])] is added after line 7.