I have a table with chromosomes bins of 1Mb size and the density of expressed genes. I would like to smooth the densities and get the values. Could somebody suggest how to do that?
I am not sure, but may be something like this? fit <- ksmooth(genes$pos, genes$value, bandwidth = 10^6)
But I also want to take into account each chromosome
Dear all, I have a file of differentially expressed genes like this which I created myself, with `log2foldchange`, `padj value` ad pathway lists. gene log2FoldChange …
Hi! I have a question related to this post: https://www.biostars.org/p/70577/ My goal is to check whether different libraries have statistically significant differences int the density …
<p>Hi, </p> <p>Newbie here. I am interested plotting gene densities from my RNAseq data. I have a file with chromosome locations and read numbers for …
Hi
Could you tell me how did you make table with chromsones bins 1Mb size and the density of expressed genes.
Thanks