Hi,
Does anybody know of an R function that takes a decimal number as input, the FLAG number from a SAM file, and outputs a list of text stating whether the read has multiple alignments, is properly aligned, is mapped, etc.?
It should not be too hard to code, but if it is already present in some Bioconductor package, I would rather use that.
Thanks.
Best, C.
Tip of the day: to save typing, declare integer type with the
L
suffix as in1024L
, instead ofas.integer(1024)
.