Opened 4 years ago
Closed 4 years ago
#1266 closed task (fixed)
Run prepDE.py in the StringTie pipeline
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.27.4 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The prepDE.py
script (http://ccb.jhu.edu/software/stringtie/index.shtml?t=manual#deseq) is part of the StringTie package and produces files with hypothetical count for gene and transcripts. It uses information from the transcript.gtf produced by StringTie:
echo SAMPLEID stringtie/transcript.gtf > input.lst prepDE.py -i input.lst \ -g stringtie/gene_count.csv \ -t stringtie/transcript_count.csv
Note! We are investigating what to do with the --length
parameter. The default value is 75, but we have used different read lengths at different times (eg. 2x50, 2x75, 2x100).
The gene_count.csv
and transcript_count.csv
files should also be included in the release export.
Change History (8)
comment:1 by , 4 years ago
comment:8 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6001: