quantsmooth chromosome sizes problem (genome release specification possible ?)
1
0
Entering edit mode
@bobstephens2005-6795
Last seen 9.6 years ago
United States

Using the quant smooth package to retrieve chromosome lengths produces this size for chromosome 18 (as example, others are also different): 76117153

however, both ensemble and ncbi give a value over 80 mbp for that chromosome. I used this command:

    chrlen<-lengthChromosome(chroms[i],"bases")
    print(paste("processing chrom ",chroms[i]," (",chrlen,")",sep=""))
    plot(c(0,chrlen),c(-2,nrow(lesions_list)+4.5),type="n",
         xaxt="n",yaxt="n",xlab="",ylab="",main=paste("Chromosome ",chroms[i],
         "(",peaks,")",sep=""))
    par(xpd=TRUE) #allow plotting outside margin
# draw chromosome at the bottom of plotting area...
    paintCytobands(chroms[i],units="bases",pos=c(1,2),width=1,legend=FALSE)

 

when I place hg19 based coordinates above the plot, the features extend beyond the end of the chromosome.

can we specify genome release version ? or supply our own bands files ?

thanks much !

Bob

 

quantsmooth • 1.3k views
ADD COMMENT
1
Entering edit mode
Jan Oosting ▴ 20
@jan-oosting-6829
Last seen 2.0 years ago
Netherlands

I have updated the quantsmooth package for the new version of Bioconductor to address this issue. 

In the new version you can either use the annotation for the last few human genome versions or supply the data yourself. 

ADD COMMENT

Login before adding your answer.

Traffic: 999 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6