You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/YfctVA6Dhp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discus...@googlegroups.com.
HelenHi Altuna,I would say there are duplicate coordinates in my files where there is coverage at the same position for both the + and - strand. Is this likely to cause the error? I'd have thought this would be a common occurrence in this type of data.
Meantime I will send you a subset of the data..Thanks for your quick reply.
On Tue, Mar 25, 2014 at 8:52 PM, Altuna Akalin <aak...@gmail.com> wrote:
Please make sure there are no duplicate coordinates in your files. If the problem persists please send a subset of the dataset that reproduces the problem. I can not reproduce this with the example dataset in the package> You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
On Tuesday, March 25, 2014, Helen <hel...@gmail.com> wrote:
> Hello,
>
> I am getting an error most of the time with the unite function. The default unite works fine, but if I specify min.per.group I usually get the error below.
> I have installed the development version from github (as was suggested in another post) but I still have the same problem.
>
> An example of my input and the error message are below.
>
> Any help would be appreciated.
>
> Regards
> Helen
>
>> file.listFull = list("69827_EA2_liver_noXY.call","69828_EA2_liver_noXY.call","72364_EA2_liver_noXY.call","69829_EA2_liver_noXY.call","69830_EA2_liver_noXY.call","72365_EA2_liver_noXY.call" ,"75535_ED2_liver_noXY.call","75536_ED2_liver_noXY.call","75541_ED2_liver_noXY.call","75538_ED2_liver_noXY.call","75539_ED2_liver_noXY.call","75542_ED2_liver_noXY.call")
>
>> myobjFull = read(file.listFull, sample.id = list ("69827EA2","69828EA2","72364EA2","69829EA2","69830EA2","72365EA2","75535ED2","75536ED2","75541ED2","75538ED2","75539ED2","75542ED2"), assembly = "mm10", treatment = c(0,0,0,1,1,1,0,0,0,1,1,1), context = "CpG")
>
>> fil.myobFull=filterByCoverage(myobjFull,lo.count=20,lo.perc=NULL, hi.count=NULL,hi.perc=99.9)
>
>> full.min3=unite(fil.myobFull,min.per.group=3L, destrand=TRUE)
> Error in vecseq(f__, len__, if (allow.cartesian) NULL else as.integer(max(nrow(x), :
> Join results in 2067386 rows; more than 2067384 = max(nrow(x),nrow(i)). Check for duplicate key values in i, each of which join to the same group in x over and over again. If that's ok, try including `j` and dropping `by` (by-without-by) so that j runs for each group to avoid the large allocation. If you are sure you wish to proceed, rerun with allow.cartesian=TRUE. Otherwise, please search for this error message in the FAQ, Wiki, Stack Overflow and datatable-help for advice.
>
>
> --
> To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
> To post to this group, send email to methylkit_...@googlegroups.com.
> Visit this group at http://groups.google.com/group/methylkit_discussion.
> For more options, visit https://groups.google.com/d/optout.
> --
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/YfctVA6Dhp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discussion+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
"*** NB: by=.EACHI is now explicit. See README to restore previous behaviour."
It is 27 samples, divided into two groups and subsetted into regions using regionCounts(). Promoters and TSSes regions work, Exons and Introns dont.
Any help much appreciated.
/S
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@googlegroups.com.
> length(gene.obj$exons)
[1] 470552
> length(unique(gene.obj$exons))
[1] 241297
> length(gene.obj$promoters)
[1] 31745
> length(unique(gene.obj$promoters))
[1] 31745
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsubscrib...@googlegroups.com.
To post to this group, send email to methylkit_...@googlegroups.com.
Visit this group at http://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@googlegroups.com.