STAR mapping parameter
Hi, if you know what parameter in STAR can restrict the minimum bases matched to the genome..?
Thanks
• 2,761 views
•
link
1 answer
this is sth. you can start with. We used these for testing with smal RNA mapping:
outFilterMatchNmin = alignment will be output only if the number of matched bases is higher than or equal to this value.
outFilterMatchNminOverLread = sam as outFilterMatchNmin, but normalized to the read length
outFilterScoreMinOverLread = same as outFilterScoreMin, but normalized to read length
• 0 views
•
link
Log in to answer this question.
i think outFilterMatchNmin is the parameter you are looking for
What was not clear after reading the documentation?