Hi,
I found a 2013 email thread about using STAR to map small RNA seq data and have tested it with my own dataset. Since the parameters from that email is rather old, I want to post and confirm if I need to make any changes, and if my outputs look good or not.
The parameters I used are below (part from previous email discussion and part from ENCODE project guideline):
--sjdbGTFfile ~/STARfiles/GENCODE_miRNA_subset.gtf \
--readFilesCommand zcat \
--outFileNamePrefix ~/155micro/STARoutput/SA-463-01/463-01- \
--outSAMtype BAM SortedByCoordinate \
--outSAMattributes Standard \
--alignEndsType EndToEnd \
--outFilterMismatchNmax 1 \
--outFilterMultimapScoreRange 0 \
--quantMode TranscriptomeSAM GeneCounts \
--outReadsUnmapped Fastx \
--outFilterMultimapNmax 10 \
--outSAMunmapped Within \
--outFilterScoreMinOverLread 0 \
--outFilterMatchNminOverLread 0 \
--outFilterMatchNmin 16 \
--alignSJDBoverhangMin 1000 \
--alignIntronMax 1
The input files were trimmed by cutadapt with --minimum-length 1
The Log.out report screenshot is below.
Since this is my first time using STAR for small RNAs, may I ask if my output looks fine/good/bad? If not good, is there any parameter I should tweak to improve?
Thanks a lot!
Yuquan