Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…neTfSites into develop
  • Loading branch information
liefeld committed Dec 11, 2023
2 parents 4c9ae10 + d874fec commit 305601a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/v1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,26 @@ TBD

<span style="color: red;">*</span> indicates required parameter

### Inputs and Outputs

- **input data**<span style="color: red;">*</span>
- This is a [ state what the format and content is supposed to be] file containing raw PBM data in tsv format.
- **IUPAC**<span style="color: red;">*</span>
- IUPAC DNA definition of the transcription factor site
- **out filename**<span style="color: red;">*</span>
- Out file name for the annotated PBM data
- Out file name for the annotated PBM data.
- **out graph filename**<span style="color: red;">*</span>
- Out file name for the graph of normalized affinities.

### Other Parameters
- **IUPAC**<span style="color: red;">*</span>
- IUPAC DNA definition of the transcription factor site .
- **forward column**
- (1-indexed) Column of the forward DNA sequence in the pbm file.
- **mfi column**
- (1-indexed) Column of the MFI in the pbm file.
- **header seq**
- (True/False) s there a header sequence in the raw PBM file?
- **IUPAC 8mers only**
- (True/False) Only report 8mers abiding by IUPAC in the output
- (True/False) Only report 8mers abiding by IUPAC in the output.
- **min normalize**
- (True/False) Normalize with min affinity set to 0.001

Expand Down Expand Up @@ -70,6 +76,7 @@ AAAAAAAT 0.125
AAAAAACA 0.123
```
2. PNG: Histogram plots of normalized affinities.


## Example Data
Expand Down

0 comments on commit 305601a

Please sign in to comment.