-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFormats
More file actions
24 lines (15 loc) · 885 Bytes
/
Formats
File metadata and controls
24 lines (15 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Converted GI object:
A written data frame from R that has 3 column and unique interactions in rows.
Tab separated.
Without quotation.
Without row numbers.
Columns respectively:
1- abNodes (string): a and b nodes separated by comma(,)
Node names has include its unique nodeClass(3 letter) separated by a dot(.) from its unique ID
2- Weight (int): Number of loops between a and b nodes.
Note that non-uniq rows must be summed in R.
3- Fdr (float): False-Discovery-Rate of the interactions.
colorPalette (python):
A python dictionary that contains nodeClasses as keys() and corresponded colors as values()
beds (python):
A python dictionary that contains nodeClasses as keys() and corresponding bed dictionaries as values(), created by readBed() function