Changes between Version 1 and Version 2 of Ticket #887


Ignore:
Timestamp:
May 10, 2016, 2:20:36 PM (8 years ago)
Author:
Nicklas Nordborg
Comment:

For efficient calculations it is desirable to process the data gene symbol by gene symbol. Thus, the data must come sorted in gene symbol order.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #887 – Description

    v1 v2  
    1515  - `genematrix_data.txt`: Sum of FPKM values per gene symbol.
    1616   * The first line is a header line with raw bioassay names.
    17    * The first column is the gene symbol (in no particular order).
     17   * The first column is the gene symbol (in ~~no particular~~ '''alphabetical''' order).
    1818  - `is.NM.gene.txt`: TRUE/FALSE flag for each gene indicating if the refSeq ID starts with `NM_` or not.
    1919   * No header line.