You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R[write to console]: Error in METHOD(x, i) :
Subsetting operation on CompressedGRangesList object 'x' produces a
result that is too big to be represented as a CompressedList object.
Please try to coerce 'x' to a SimpleList object first (with 'as(x,
"SimpleList")').
Error in METHOD(x, i) :
Subsetting operation on CompressedGRangesList object 'x' produces a
result that is too big to be represented as a CompressedList object.
Please try to coerce 'x' to a SimpleList object first (with 'as(x,
"SimpleList")').
This is the size of my pairsGuideSet:
PairedGuideSet object with 110196 pairs and 4 metadata columns:
The text was updated successfully, but these errors were encountered:
abearab
changed the title
addSpacerAlignmentsIterativeaddSpacerAlignmentsIterative error while using PairedGuideSet object as input
Feb 15, 2023
abearab
changed the title
addSpacerAlignmentsIterative error while using PairedGuideSet object as input
Alignments error while using PairedGuideSet object as input
Feb 15, 2023
Yes, addSpacerAlignmentsIterative should work on PairedGuideSet objects, but it seems the data are too big to be handled for the underlying CompressedGRangesList class from the GRanges package; I'll work on a fix, but in the meantime, I'd suggest to do some filtering on your individual gRNAs before pairing them to reduce the size of the object, or alternatively, split your PairedGuideSet object into a list of PairedGuideSet objects and apply the functional sequentially.
Is it possible to run
addSpacerAlignmentsIterative
onPairedGuideSet
object?! I an error running this code:This is the size of my
pairsGuideSet
:The text was updated successfully, but these errors were encountered: