--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@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/groups/opt_out.
> gene.obj = read.bed("Galaxy3-[GFF-to-BED_on_data_2].bed")
Warning message:
In findGeneric(f, parent.frame()) :
'read' is a formal generic function; S3 methods will not likely be found
> gene.obj
GRanges with 323305 ranges and 2 metadata columns:
seqnames ranges strand | score name
<Rle> <IRanges> <Rle> | <integer> <character>
[1] GL349624 [310947, 311690] + | 0 gene
[2] GL349624 [310947, 311690] + | 0 mRNA
[3] GL349624 [310884, 310967] + | 0 five_prime_UTR
[4] GL349624 [311086, 311112] + | 0 five_prime_UTR
[5] GL349624 [311113, 311285] + | 0 CDS
... ... ... ... ... ... ...
[323301] GL349929 [179986, 180981] - | 0 five_prime_UTR
[323302] GL349929 [179715, 179985] - | 0 CDS
[323303] GL349929 [179009, 179621] - | 0 CDS
[323304] GL349929 [177549, 178666] - | 0 three_prime_UTR
[323305] GL349929 [178667, 178670] - | 0 CDS
---
seqlengths:
GL349621 GL349622 GL349623 GL349624 ... GL373500 GL373518 GL373533 GL373541
NA NA NA NA ... NA NA NA NA
> annotate.WithGenicParts(myDiff25p,gene.obj)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘annotate.WithGenicParts’ for signature ‘"methylDiff", "GRanges"’
Regards,
Kalyan
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/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, 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_discus...@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.
> annotation.obj <- GRangesList(gene.obj,mRNA.obj,exon.obj,CDS.obj,five.obj,three.obj)
> annotate.WithGenicParts(myDiff25pbaseall, annotation.obj)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘countOverlaps’ for signature ‘"GRanges", "NULL"’
> head (annotation.obj)
GRangesList of length 6:
[[1]]
GRanges with 55589 ranges and 2 metadata columns:
seqnames ranges strand | score name
<Rle> <IRanges> <Rle> | <integer> <character>
[1] Chr01 [27355, 28320] - | 0 gene
[2] Chr01 [58975, 67527] - | 0 gene
[3] Chr01 [67770, 69968] + | 0 gene
[4] Chr01 [90152, 95947] - | 0 gene
[5] Chr01 [90289, 91197] + | 0 gene
... ... ... ... ... ... ...
[55585] Chr20 [47843311, 47845032] - | 0 gene
[55586] Chr20 [47850624, 47854548] + | 0 gene
[55587] Chr20 [47863582, 47888358] - | 0 gene
[55588] Chr20 [47870688, 47870967] + | 0 gene
[55589] Chr20 [47890889, 47901292] - | 0 gene
...
<5 more elements>
---
seqlengths:
Chr01 Chr02 Chr03 Chr04 Chr05 Chr06 ... Chr15 Chr16 Chr17 Chr18 Chr19 Chr20
NA NA NA NA NA NA ... NA NA NA NA NA NA
Well, this is only one possible way for this error (actually I reproduced the error message by doing above). In case you have already loaded the "GenomicRanges" library and still see the error message, methylKit community would be glad to see the sessionInfo().