I have a dataframe with 10 columns and 7.000 rows and I want create a new dataframe that has a specific value of one column, I try with subset.data.frame
but I have this error:
Error in subset.default(peak.anno_4$ENTREZID == c("171832", "172856", :
argument "subset" is missing, with no default
In addition: Warning message:
In peak.anno_4$ENTREZID == c("171832", "172856", "177870", "173051", :
longer object length is not a multiple of shorter object length
Can someone suggest a solution?