This is a test version of Biostars. For the public version, visit https://www.biostars.org.
STAR mapping parameter

Hi, if you know what parameter in STAR can restrict the minimum bases matched to the genome..?

Thanks

rna-seq

i think outFilterMatchNmin is the parameter you are looking for

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

Log in to answer this question.