-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
46 lines (31 loc) · 1.36 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
VERSE supports the following modes of RNA-Seq quantification:
1. Original featureCounts (Default)
2. HTSeq Union (-z 1)
3. HTSeq Intersection-strict (-z 2)
4. HTSeq Intersection-nonempty (-z 3)
5. VERSE Union-strict (-z 4)
6. VERSE Cover-length (-z 5)
Supported Quantification Schemes:
Hierarchical Assign: assign reads to feature types according to their priority.
Independent Assign: assign reads to feature types independently in a single run.
*** Installation ***
You can type "make" to see instructions.
For Linux OS:
make -f Makefile.Linux
For Mac OS, use command:
make -f Makefile.MacOS
*** Usage ***
Please run "./verse" to see the details.
A sample command:
./verse -a testdata/test.gtf -t 'exon' -g gene_id -z 3 -s 1 -o testdata/intersection_nonempty.stranded.paired testdata/PE.sam
A sample hierarchical assign command:
./verse -a testdata/test.gtf -t 'exon;intron;xine' -g gene_id -z 3 -o testdata/intersection_nonempty.unstranded.paired.hierarchical testdata/PE.sam
***************
VERSE is developed based on the framework of featureCounts(SUBREAD), which is written by Drs Yang Liao and Wei Shi.
This work is supervised and generously supported by Dr. Stephen Fisher and Professor Junhyong Kim.
Please contact Qin Zhu if you have any questions.
***************
by Qin Zhu
Junhyong Kim Lab
University of Pennsylvania
2015, 2016