I used the following script, it shows the following error
tblastn.results <- read.table(file.choose(), header=TRUE, sep=",")
install.packages("doBy")
library('doBy')
min.dataset <- summaryBy(evalue ~ subject.id,s.start,s.end,data=tblastn.results,FUN=min)
Error in .get_variables(formula, data, id, debug.info) :
object 's.start' not found