After successfully running tapir on UNIX and have plotted the pi profiles for all loci, I am trying now to plot loci PI per time interval in R (the python script won't run because I have an obsolete rpy2 version). However, when I execute:
pi <- dbGetQuery(con, "select loci.locus, epoch, sum_integral from loci, epoch where
loci.id = epoch.id")
I get the following error message:
Error in result_create(conn@ptr, statement) : no such table: epoch
When I look at the tables nested in my sql file, I get:
Dear TAPIR development team,
After successfully running tapir on UNIX and have plotted the pi profiles for all loci, I am trying now to plot loci PI per time interval in R (the python script won't run because I have an obsolete rpy2 version). However, when I execute:
I get the following error message: Error in result_create(conn@ptr, statement) : no such table: epoch
When I look at the tables nested in my sql file, I get:
So in short, it seems "epoch" is not being included on the SQLite database during analysis. Do you know how to sort this out?
Many thanks again for any help you could provide!
Best,
Oscar