Mercurial > repos > shians > shrnaseq
diff hairpinTool.R @ 11:c0a76e30d61b
- Removed max on cpm filtering. Really shouldn't have been there in the first
place.
- Added explicit arguments to processHairpinReads in R.
author | shian_su <registertonysu@gmail.com> |
---|---|
date | Tue, 30 Sep 2014 16:36:12 +1000 |
parents | 8923d4ea858b |
children | ebb4cb1e8e35 |
line wrap: on
line diff
--- a/hairpinTool.R Tue Aug 12 14:42:27 2014 +1000 +++ b/hairpinTool.R Tue Sep 30 16:36:12 2014 +1000 @@ -359,7 +359,9 @@ if (inputType=="fastq") { # Use EdgeR hairpin process and capture outputs hpReadout <- capture.output( - data <- processHairpinReads(fastqPath, samplePath, annoPath, + data <- processHairpinReads(readfile=fastqPath, + barcodefile=samplePath, + hairpinfile=annoPath, barcodeStart=barStart, barcodeEnd=barEnd, hairpinStart=hpStart, hairpinEnd=hpEnd, verbose=TRUE)