FourCSeq problem with getZScores and multiple viewpoints
1
0
Entering edit mode
dzis • 0
@dzis-8446
Last seen 8.4 years ago
Poland

Hi,

I am using FourCseq with one 4C experiment with 2 biological replicates and 2 view points.:

DataFrame with 4 rows and 5 columns
    viewpoint condition replicate              bamFile sequencingPrimer
  <character>  <factor> <numeric>          <character>      <character>
1        FLC1         A         1 INDEX_1_3.sorted.bam            first
2        FLC1         A         2 INDEX_1_4.sorted.bam            first
3        FLC2         B         1 INDEX_1_5.sorted.bam            first
4        FLC2         B         2 INDEX_1_6.sorted.bam            first

 

When I run:

fcf <- getZScores(fc)

I get the following error:

Error in getZScores(fc) :
  None or more than one viewpoint are contained in the 'FourC' object.
         Use a 'FourC' object that contains only one viewpoint.

The pipeline doesnt support multiple view points?

Could you please help me with this if it is possible to run it with 2 viewpoints ?

Best Regards

Dimitris

 

FourCSeq getZScores viewpoints software error • 1.0k views
ADD COMMENT
0
Entering edit mode
dzis • 0
@dzis-8446
Last seen 8.4 years ago
Poland

I think that i found the solution which is :

 

fcf1 <- getZScores(fc[,c("FLC1_A_1", "FLC1_A_2")])
fcf2 <- getZScores(fc[,c("FLC2_B_1", "FLC2_B_2")])

i had to select each viewpoint with his replicates in order to have the Zscorres. Thanks for the inspiration !

ADD COMMENT

Login before adding your answer.

Traffic: 555 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