You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am trying to run the UpsetR to get the intersection among 6 lists. I have got my input as csv file with the first row as the sets names and the rest are designed to look like that:
when ever I run something like this upset(data = positions,nsets = 6,sets = c("EGYREF","AFR","AMR","EAS","EUR","SAS"), set.metadata = colnames(positions),show.numbers = TRUE,empty.intersections = TRUE)
I get the error : Error in start_col:end_col : argument of length 0
I don't know what could be causing the issue, I would appreciate if you can help! @JakeConway
NB. the length of all the columns are not equal as there are some of them who has entries more than the other and obvioulsy I need to intersect them all...
The text was updated successfully, but these errors were encountered:
Hi I am trying to run the UpsetR to get the intersection among 6 lists. I have got my input as csv file with the first row as the sets names and the rest are designed to look like that:
![image](https://user-images.githubusercontent.com/16631169/201916672-eaf197b2-bb94-422c-acd7-714316599466.png)
when ever I run something like this
upset(data = positions,nsets = 6,sets = c("EGYREF","AFR","AMR","EAS","EUR","SAS"), set.metadata = colnames(positions),show.numbers = TRUE,empty.intersections = TRUE)
I get the error :
Error in start_col:end_col : argument of length 0
I don't know what could be causing the issue, I would appreciate if you can help! @JakeConway
NB. the length of all the columns are not equal as there are some of them who has entries more than the other and obvioulsy I need to intersect them all...
The text was updated successfully, but these errors were encountered: