Error in data.frame!!!

I don’t understand the error and why I got an error

Error in data.frame(df, Condition = substr(df$Samples, 1, 4)) :
arguments imply differing number of rows: 489222, 0

Probably there is no such thing as df$Samples so the length is zero (not 489222)

Do you have any solution for resolve it?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.