Hi I\'ve had a look at a lot of other qns/answers and haven\'t been able to resolve coercing from list form to numeric form. If it is of use, the list is originally drawn from a
If the values are of type factor, then you should convert them by as.numeric(as.character(unlist(tmpseqsf[[1]])))
as.numeric(as.character(unlist(tmpseqsf[[1]])))