Skip to content

Commit 5dccc63

Browse files
committed
Create DataFormats.md
1 parent b5ff156 commit 5dccc63

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

DataFormats.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Data formats
2+
3+
## Annotation file
4+
GFF stands for 'general feature format' or 'gene finding format'; it is a tab-delimited file with 9 columns.
5+
There are several types of GFF files that use incompatible syntax. The original GFF format is GFF1. A variant called GTF is also used.
6+
GFF3 has been proposed to extend on GFF and to constrain the specification more tightly to avoid mutually-incompatible versions of GFF.
7+
The annotation file must be an **.gff** (Generic Feature Format Version 3 , GFF3) file.
8+
9+
Please see [http://www.sequenceontology.org/resources/gff3.html](http://www.sequenceontology.org/resources/gff3.html) for a detailed description of the Generic Feature Format (GFF).
10+
11+
12+
## Experimental files</b><br>
13+
14+
To upload you data files, create a tabulated text file (.txt) containing the following information:
15+
16+
![](http://tilingscan.uv.es/img/tutorial/12.png)
17+
18+
- Line 1: **"# Sequence [tabulation] sequence number (optional)"**. You just have to write the word sequence for the program to start reading your data. The sequence number is optional.
19+
- Line 2: **"# Name [tabulation] chr number"**. This will identify the chromosome the probes contain information for.
20+
- Line 3: **"#Numer of hits [tabulation] number of hits"**. This tells the program how many lines of probes it has to read. In the case of the example, it will read 94972 lines in a row until the next set of probes (Sequence 2).
21+
- Line 4: Leave blank space
22+
- Line 5: Probe position, followed by tabulation and signal intensity of the probe, ie **"probe [tabulation] signal"**.
23+
24+
25+
**NOTE**: In between sequences, you have to leave a blank space.
26+
27+
## Download example files
28+
29+
You can download an example data set [here](https://github.com/TilingScan/example-data/archive/master.zip).

0 commit comments

Comments
 (0)