Dear sir, I am struggling with a problem.Please help me. Now I have a dataframe with these columns-
V7 V8 V9 V10 0 1 G 82 0 1 CGT c(90, 92, 96) 0 1 GA c(78, 92) 0 1 GAG c(90, 92, 92) 0 1 G 88 0 1 A 96 0 1 ATT c(90, 96, 92) 0 1 T 94 0 1 C 97 the values in column V10 corresponds to A,C,G T in column V9.I want only those whose score is more than 91.so output of above should be- V7 V8 V9 V10 0 1 GT c(90, 92, 96) 0 1 A c(78, 92) 0 1 AG c(90, 92, 92) 0 1 A 96 0 1 TT c(90, 96, 92) 0 1 T 94 0 1 C 97 Can you please tell me the solution. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.