Hi,everyone
i also have a question when i do the peakannotation.
4: getGenomicAnnotation.internal(peaks, genomicRegion, type, sameStrand = sameStrand)
3: updateGenomicAnnotation(peaks, intronList, "Intron", anno, sameStrand = sameStrand)
2: getGenomicAnnotationpeak.gr, distance, tssRegion, TxDb, level,
genomicAnnotationPriority, sameStrand = sameStrand)
1: annotatePeak(a, tssRegion = c(-3000, 3000), TxDb = txdb)
> peakAnno <- annotatePeak(a,tssRegion=c(-3000, 3000), TxDb=txdb)
>> loading peak file... 2017-06-08 11:03:18
>> preparing features information... 2017-06-08 11:03:18
>> identifying nearest features... 2017-06-08 11:03:18
>> calculating distance from peak to TSS... 2017-06-08 11:03:18
>> assigning genomic annotation... 2017-06-08 11:03:18
Error in `[[<-`(`*tmp*`, name, value = c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, :
76282 elements in value to replace 150594 elements
此外: Warning message:
In .Seqinfo.mergexy(x, y) :
Each of the 2 combined objects has sequence levels not in the other:
- in 'x': AC156495, AC160949, AP008246, AP008247, Syng_TIGR_007, Syng_TIGR_009, Syng_TIGR_012, Syng_TIGR_022, Syng_TIGR_024, Syng_TIGR_031, Syng_TIGR_033, Syng_TIGR_036, Syng_TIGR_038
- in 'y': chrNA
Make sure to always combine/compare objects based on the same reference
genome (use suppressWarnings() to suppress this warning).
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
this is my installed R package,my friend also installed this package and analysis the same bed and txdb,It work. I don't know why ?