Displaying 1 result from an estimated 1 matches for "mars500_1_df".
2009 Dec 30
1
Factor and Level Issue
...have attached the
>>> sample test file as well as the training file in case you would like to run
>>> it locally.
>>> ---------------------------------
>>> library(seqinr)
>>> library("kernlab")
>>>
>>
>>
>> > str(mars500_1_df)
>> 'data.frame': 256 obs. of 501 variables:
>> All of which are factors with 4 levels
>>
>>
>> testSeq_fa=read.fasta("temp1.fasta")
>>> testSeq_seq=t(getSequence(testSeq_fa))
>>> testSeq_df=as.data.frame(testSeq_seq,stringsAsFac...