Closed omarwagih closed 5 years ago
Current version (V1.5.5) fixes the analysis of smaller sequences, and other minor bugs. Please re-install the package and execute the code.
When:
Rs <- G4iMGrinder::G4iMGrinder(Name ="test", Sequence = 'AACAGAGGAAGGGGAGGGGC')
you will receive an error as the number or runs detected are not enough to build a quadruplex.
Error: M1B found no related runs on sequence, or they are not enough to build a quadruplex (rRuns < MinNRuns).
To accommodate the search for potential 3 run sequences, modify the variable 'min number of runs needed to define a Quadruplex' (MinNRuns):
Rs <- G4iMGrinder::G4iMGrinder(Name ="test", Sequence = 'AACAGAGGAAGGGGAGGGGC', MinNRuns = 3)
I'm trying to predict G-quadruplexes in shorter sequences e.g.
but I get: