Dear All, I am currently using Basic4Cseq package to analyse my 4C data.. the analysis pipeline seems fine .. I used two "4-based" cutters to generate my library .. the following report summarise the analysis results:
> getReadDistribution(eData, useFragEnds = TRUE, outputName = "")
[1] "total reads: 121278275"
[1] "reads on the viewpoint chromosome: 86345883 (71.2% of total reads)"
[1] "reads in the viewpoint region: 30200101 (24.9% of total reads)"
[1] "covered fragment ends in the viewpoint region: 54.68%"
However, when I tried to export wiggle file fo IGV using printWigFile
I got the following error message:
Error in fragEnds[, 1] : incorrect number of dimensions
does anyone have an idea to solve this? many many thanks
Hi Carolin, I run already
exportVisualizationFragmentData
and the output looks quite good .. here is some lines:Hi,
ok, did you mask the actual chromosome identifier in your output data, or does your original data indeed say "chr" (and not "chr1", or "chr12"...)? If it's the latter, this may be the reason for the wig export problem. Could you please check if the chromosome identifiers look "normal" when you try something like this: fragmentData = rawFragments(expData) head(fragmentData)
Best, Carolin
ta_awwad [bioc] schrieb am 2019-03-07:
Hi, I just Masked the chromosome number .. sorry for not mentioning that
the pipeline used is:
Hi! Were you able to solve this error?