Opened 14 years ago

Last modified 14 years ago

#1440 closed task

BaseFileSet file format — at Initial Version

Reported by: Nicklas Nordborg Owned by: everyone
Priority: critical Milestone: BASE 2.15
Component: documentation Version:
Keywords: Cc:

Description

The BaseFileSet (BFS) file format is a new file format that is intended to be used for passing data between BASE and external plug-ins. The intention is that it should complement the existing BASEfile format, which is sometimes hard to parse by external programs (for example R).

The main idea is to use multiple files:

  • One parameter/metadata file that contains information about what kind of data that is found in the other files.
  • One assay information file that contains id, name, annotations, etc for each assay.
  • One reporter information file that contains id, name, annotations, etc, for each reporter.
  • One or more data files that contains the actual spot data.

A data file can contain either:

  • A single value per position for all assays. For example, one file can hold ch1 intensity, a second file holds ch2 intensity.
  • Multiple values per position for one assay. For example, one file holds both ch1 and ch2 intensity for one assay, a second file holds the same values for another assay.

This ticket is about documenting the file format for the four types of files. Working drafts should be attached to this ticket. The final BFS file format should be documented in the docbook documentation.

Change History (0)

Note: See TracTickets for help on using tickets.