Mercurial > repos > davidecangelosi > pipe_t
comparison README.md @ 25:46cb147d53df draft
planemo upload for repository https://github.com/igg-molecular-biology-lab/pipe-t.git commit 5e4b34d455815432f2e4318721ea71c5d2c840dd
author | davidecangelosi |
---|---|
date | Fri, 31 May 2019 08:08:04 -0400 |
parents | 5e8bf316343d |
children | 30ab487171ab |
comparison
equal
deleted
inserted
replaced
24:6ae13912ab03 | 25:46cb147d53df |
---|---|
114 ##### Input | 114 ##### Input |
115 To start any PIPE-T execution, users must upload two types of input files: | 115 To start any PIPE-T execution, users must upload two types of input files: |
116 - A List collection of tab-separated text files containing the resulting data of the RT-qPCR experiment (ListOfFile) | 116 - A List collection of tab-separated text files containing the resulting data of the RT-qPCR experiment (ListOfFile) |
117 - A tab-separated text file associating each filename in ListOfFile with a treatment group (FileTreatment). | 117 - A tab-separated text file associating each filename in ListOfFile with a treatment group (FileTreatment). |
118 | 118 |
119 File formats must be carefully checked before starting uploading the files in Galaxy. | |
120 Here, we list some hints about the fileTreatment file format | |
121 1. fileTreatment must be a tab-delimited txt file. | |
122 2. fileTreatment must have only two columns named sampleName and Treatment. | |
123 3. Be sure that sampleName matches the name and the extension of the files in ListOfFile | |
124 4. Omit any special symbol when you specify a sampleName or a Treatment. | |
125 | |
126 | |
127 Here, we list some hints about the ListOfFile list format: | |
128 1. Each file in ListOfFile must be a tab-separated text file. | |
129 2. Use the dot as decimal separator. | |
130 3. Be sure that no special symbol was introduced in the files. | |
131 4. Feature and column names must be the same in all input files | |
132 5. Each file in ListOfFile must refer to one sample. | |
133 6. Check that the feature type is specified as Target or Endogenous Control. | |
134 7. SDS and EDS are the only formats with a header in the first rows of the file. PIPE-T automatically discard these header rows before parsing the content of these files. For this reason, the first column of the columns row must start by the symbol # for a SDS file and by the word Well for a EDS file. | |
135 8. Be sure that each file contains at least the following column names: | |
136 - For format EDS: EXPFAIL, Target Name, Well Position, and CT, | |
137 - For format plain: flag as 4th column, feature as 6th column, type as 7th column, position as 3th column, and Ct as 8th column, | |
138 - For format SDS: Omit, Detector, Task, and Avg Ct, | |
139 - For format LightCycler: Name, Pos, and Cp, | |
140 - For format CFX: Content, Well, Cq Mean, | |
141 - For format OpenArray: ThroughHole.Outlier, Assay.Assay.ID, Assay.Assay.Type, ThroughHole.Address, and ThroughHole.Ct, | |
142 - For format BioMark: Call, Name 1, ID, and Value. | |
143 9. Be sure that flag of all features is one of the following values: | |
144 - For format EDS: Y or N, | |
145 - For format plain: Flagged or Passed, | |
146 - For format SDS: TRUE or FALSE, | |
147 - For format LightCycler: Y or N, | |
148 - For format CFX: Y or N, | |
149 - For format OpenArray: TRUE or FALSE, | |
150 - For format BioMark: Fail or Pass. | |
119 | 151 |
120 ##### Output | 152 ##### Output |
121 One single execution of PIPE-T produces the following output files: | 153 One single execution of PIPE-T produces the following output files: |
122 - A tab-separated text file containing the raw Ct values for every samples and transcript | 154 - A tab-separated text file containing the raw Ct values for every samples and transcript |
123 - A PNG file showing the distribution of the Ct values of every samples obtained after the Ct filtering and categorization step visualized as sequence of boxplots. | 155 - A PNG file showing the distribution of the Ct values of every samples obtained after the Ct filtering and categorization step visualized as sequence of boxplots. |