Changes between Version 3 and Version 5 of Ticket #887
- Timestamp:
- May 11, 2016, 2:36:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #887
- Property Status new → assigned
-
Ticket #887 – Description
v3 v5 21 21 * Second column is `TRUE` or `FALSE`. 22 22 23 * Cohort data (in folder `cohortTables`): A set of tab-separated files with data for each raw bioassay and the parent items it is derived from. Each file starts with a header line. Each row contains data for one raw bioassay. The first column (`rba`) is always the name of the raw bioassay. 23 * Cohort data (in folder `cohortTables`): A set of tab-separated files with data for each raw bioassay and the parent items it is derived from. Each file starts with a header line. Each row contains data for one raw bioassay. The first column (`rba`) is always the name of the raw bioassay. Columns ending with `.A.` are annotation columns. Date values are formatted as `YYYY-MM-DD` unless otherwise noted. 24 24 - `cohortRawbioassay.txt`: Data from the raw bioassay level. Columns: 25 25 * `ID`: Internal ID in BASE … … 31 31 * `Array.design`: Name of the array design 32 32 * `Software`: Name of the software used to generate the raw data 33 * `Import.date`: Date the raw data was created (in YYYY-MM-DD format)34 * `AnalysisResult..A.` : !Successful/Failed35 * `DataFilesFolder..A.` : Path to folder in project archive file server where data files are located33 * `Import.date`: Date the raw data was created 34 * `AnalysisResult..A.` 35 * `DataFilesFolder..A.` 36 36 * `FPKM.tracking.file..F.`: Path to the `isoforms.fpkm_tracking` file in the BASE file system 37 - `cohortAligned`: Data from the `AlignedSequences` parent item. Columns: 38 * TODO 37 - `cohortAligned.txt`: Data from the `AlignedSequences` parent item. Columns: 38 * `ID`: Internal ID in BASE 39 * `Name`: Name of item 40 * `Type`: Type of item (!AlignedSequences) 41 * `Software`: Name of the software used for alignment 42 * `Registered`: Date the item was registered in BASE 43 * `AnalysisResult..A.` 44 * `DataFilesFolder..A.` 45 * `ALIGNED_PAIRS..A.` 46 * `READ_PAIRS_EXAMINED..A.` 47 * `READ_PAIR_DUPLICATES..A.` 39 48 - `cohortMasked.txt`: Data from the `MaskedSequences` parent item. Columns: 40 * TODO 49 * `ID`: Internal ID in BASE 50 * `Name`: Name of item 51 * `Type`: Type of item (!MaskedSequences) 52 * `Software`: Name of the software used for masking 53 * `Registered`: Date the item was registered in BASE 54 * `PM_READS..A.` 41 55 - `cohortMerged.txt`: Data from the `MergedSequences` parent item. Columns: 42 56 * TODO