You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another question of mine. I was plotting the same sample around two sets of genes twice, once with 2000 bp flanks and once with 10000 bp flanks. It seems as if the average signal and variance differs even though it is the same data. Can you explain this?
These are my function calls:
getPlotSetArray(tracks="dataset.bw", features=c("genes-class1.bed", "genes-class2.bed"), refgenome="myGenome", xmin=2000, xmax=2000, bin=100)
getPlotSetArray(tracks="dataset.bw", features=c("genes-class1.bed", "genes-class2.bed"), refgenome="myGenome", xmin=10000, xmax=10000, bin=100)
Thanks in advance,
Katrin
The text was updated successfully, but these errors were encountered:
Can you please send me the sample data so I can try to reproduce this behaviour?
You can upload them here, or if they are big - use some file sharing service and post a link.
Hi,
Another question of mine. I was plotting the same sample around two sets of genes twice, once with 2000 bp flanks and once with 10000 bp flanks. It seems as if the average signal and variance differs even though it is the same data. Can you explain this?
These are my function calls:
getPlotSetArray(tracks="dataset.bw", features=c("genes-class1.bed", "genes-class2.bed"), refgenome="myGenome", xmin=2000, xmax=2000, bin=100)
getPlotSetArray(tracks="dataset.bw", features=c("genes-class1.bed", "genes-class2.bed"), refgenome="myGenome", xmin=10000, xmax=10000, bin=100)
Thanks in advance,
Katrin
The text was updated successfully, but these errors were encountered: