Ordered small (100) Gene list showing error
0
0
Entering edit mode
mashranga • 0
@mashranga-10056
Last seen 6.7 years ago

When i am trying to apply to 100 ordered gene list, it return a error.

Can any one please advice to solve the issue ?

My code

library(OrderedList)
data(OL.data)
list1 <- as.character(OL.data$map$prostate)[1:100]
list2 <- c(sample(list1[1:50]),sample(list1[51:100]))
y <-  compareLists(list1,list2)
Error in 1:n : result would be too long a vector
In addition: Warning message:
In max(nn) : no non-missing arguments to max; returning -Inf
OrderedList • 947 views
ADD COMMENT

Login before adding your answer.

Traffic: 464 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6