Error in C(1, 2) : object not interpretable as a factor
C<-METTL14_MATRIX[,C(1,2)]
Error in C(1, 2) : object not interpretable as a factor
是c()写成C()的缘故...
C<-METTL14_MATRIX[,C(1,2)]
Error in C(1, 2) : object not interpretable as a factor
是c()写成C()的缘故...