Hello,
I try to run SNV-DA on my 40 samples, while the first 20 samples are in group 1 and the last 20 samples are in group 2. I created the variant files manually in the format requested.
I used this command to run snvDA.R:
Rscript snvDA.R -M SNVM.unfiltered.mod.csv -A sensitive_vs_resistant
-D 20 -U sensitive -H resistant -G exonic -Z 3
-O -J -W 10 -V 10 -I 15 -T 5 -L 10 -B 1000 -E 40
But I got this error message:
Warning message:
replacing previous import ‘igraph::%>%’ by ‘rgl::%>%’ when loading ‘mixOmics’
Error in row.names<-.data.frame(*tmp*, value = value) :
duplicate 'row.names' are not allowed
Calls: rownames<- -> row.names<- -> row.names<-.data.frame
In addition: Warning message:
non-unique value when setting 'row.names': ‘0’
Execution halted
How can I fix it?
Thank you,
Hecate
Hello,
I try to run SNV-DA on my 40 samples, while the first 20 samples are in group 1 and the last 20 samples are in group 2. I created the variant files manually in the format requested.
I used this command to run snvDA.R:
Rscript snvDA.R -M SNVM.unfiltered.mod.csv -A sensitive_vs_resistant
-D 20 -U sensitive -H resistant -G exonic -Z 3
-O -J -W 10 -V 10 -I 15 -T 5 -L 10 -B 1000 -E 40
But I got this error message:
Warning message:
replacing previous import ‘igraph::%>%’ by ‘rgl::%>%’ when loading ‘mixOmics’
Error in
row.names<-.data.frame(*tmp*, value = value) :duplicate 'row.names' are not allowed
Calls: rownames<- -> row.names<- -> row.names<-.data.frame
In addition: Warning message:
non-unique value when setting 'row.names': ‘0’
Execution halted
How can I fix it?
Thank you,
Hecate