Skip to content

Commit

Permalink
B E A U T I F U L
Browse files Browse the repository at this point in the history
  • Loading branch information
Arya Kaul committed Feb 22, 2018
1 parent 6a1e6c9 commit aa52438
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ The -f argument is used to pass in a full path to what we deem a 'fragments file
separated by space or tab. All possible fragments need to be listed
in this file. One example file would look like below (excluding
the header which is not a part of input):

| chr | extraField | fragmentMid|marginalizedContactCount|mappable? (0/1)|
|---|---|---|---|---|
| 1 | 0 | 15000|234|1
Expand Down Expand Up @@ -248,6 +249,7 @@ following names:

The first file will report the results of equal occupancy binning in
five fields. An example of which is shown below:

| avgGenomicDist| contactProbability | standardError|noOfLocusPairs|totalOfContactCounts|
|---|---|---|---|---|
| 20077 | 2.38e-05 |2.11e-06|210|19574
Expand All @@ -258,6 +260,7 @@ The second file will have the exact same lines as in the input file
that contains the list of mid-range contacts. This input file had 5
fields as described above. The output from each step will append two
more columns to these fields, namely p-value and q-value.

| chr1 | fragmentMid1 | chr2|fragmentMid2|contactCount|p-value|q-value|
|---|---|---|---|---|---|---|
| 1 | 15000 | 1|35000|23|1.000000e+00 |1.000000e+00
Expand Down Expand Up @@ -296,4 +299,3 @@ The above copyright notice and this permission notice shall be included in all c

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

> Written with [StackEdit](https://stackedit.io/).

0 comments on commit aa52438

Please sign in to comment.