Entering edit mode
5.1 years ago
mxlsherry1992
▴
80
Hi, if you know what parameter in STAR can restrict the minimum bases matched to the genome..?
Thanks
Hi, if you know what parameter in STAR can restrict the minimum bases matched to the genome..?
Thanks
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
i think outFilterMatchNmin is the parameter you are looking for
What was not clear after reading the documentation?