setting up the inputs-FASTQ.csv file #51
-
Hi everyone, I have a dataset of four patients with matched tumor-normal samples. Of the four patients, two have multiple tumor samples. I have two questions about the set up of the input csv file. The simplified structure of my input csv is as follows: "Patient 1: N1, T1, T2, T3; Patient 2: N1, T1, T2, T3 ..." but I'm not sure if this is correct.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The metapipeline only requires one input CSV containing all of the patients, so no need to split per patient.
The metapipeline will also handle creating the pairing based on sample IDs as long as the |
Beta Was this translation helpful? Give feedback.
The metapipeline only requires one input CSV containing all of the patients, so no need to split per patient.
The metapipeline will also handle creating the pairing based on sample IDs as long as the
state
column in the input CSV is properly set for the samples (ie. for each patient, the normal sample is marked asnormal
and the tumor samples are marked astumor
).