Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fei-hgi committed Jul 11, 2023
1 parent ea1136b commit 9ebe45e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,15 @@ install.packages("/path/of/MAVEQC.tar.gz", type = "source")
* *vep_anno, library_name and library_type are not necessary, leave them blank if not available*

### library dependent counts -- tsv or tsv.gz
| ID | NAME | SEQUENCE | COUNT | UNIQUE | SAMPLE |
| - | - | - | - | - | - |
| id1 | name1 | ACTTTTCT | 32 | 1 | sample1 |
| id2 | name2 | ATCTTTCT | 132 | 0 | sample1 |
| id3 | name3 | ATTCTTCT | 2 | 1 | sample1 |
| ID | NAME | SEQUENCE | LENGTH | COUNT | UNIQUE | SAMPLE |
| - | - | - | - | - | - | - |
| id1 | name1 | ACTTTTCT | 276 | 32 | 1 | sample1 |
| id2 | name2 | ATCTTTCT | 275 | 132 | 0 | sample1 |
| id3 | name3 | ATTCTTCT | 275 | 2 | 1 | sample1 |

* *please use the same headers in the example*
* *please make sure library dependent sequences match with valiant meta file, and sorted by the position in the meta file*
* *please make sure library dependent sequences match with valiant meta file*
* *please refer to [pyQUEST](https://github.com/cancerit/pyQUEST#library-dependent-counts)*

### library independent counts -- tsv or tsv.gz
| SEQUENCE | LENGTH | COUNT |
Expand All @@ -97,9 +98,10 @@ install.packages("/path/of/MAVEQC.tar.gz", type = "source")
| ATTCTTCT | 275 | 2 |

* *please use the same headers in the example*
* *please refer to [pyQUEST](https://github.com/cancerit/pyQUEST#library-dependent-counts)*

### valiant meta file
Please use the valiant output file
Please use the VaLiAnT output file, refer to [VaLiAnT](https://github.com/cancerit/VaLiAnt)

### vep annotation file
Please use one to one mapping file
Expand Down

0 comments on commit 9ebe45e

Please sign in to comment.