FourCseq: mixed amount of replication/samples
2
0
Entering edit mode
Theo ▴ 10
@theodoregeorgomanolis-7993
Last seen 4 days ago
Germany
This is a simple question but let's say that I got the following samples

Condition1_rep1
Condition1_rep2
Condition1_rep3

Condition2_rep1
Condition2_rep2

Condition3_rep1
Condition3_rep2
Condition3_rep3
Condition3_rep4

Your code on the DataFrame function for creating a data frame (colData) needs (if I am not mistaken) data in same amounts of replicates (has that "each" condition). Can I create the coldata by colData<-read.table("file.csv"), where file.csv a table with mixed amount of replicates for a given partition, as seen in the DSeq2 example?

Best Theodoros

 

fourcseq • 865 views
ADD COMMENT
0
Entering edit mode
felix.klein ▴ 150
@felixklein-6900
Last seen 5.8 years ago
Germany

Hello Theodore,

you can create the colDate in the way your experiment has been caried out. And if you have the required information in a csv file then you should use it as import. For simplicity I made use of the each function, but I could have used c(1,2, 1,2,3, ...) instead.

Cheers,

Felix

ADD COMMENT
0
Entering edit mode
Theo ▴ 10
@theodoregeorgomanolis-7993
Last seen 4 days ago
Germany

Great, thank you

ADD COMMENT

Login before adding your answer.

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