RSamtools get picard tags
0
0
Entering edit mode
20 months ago
noodle ▴ 580

Hi all,

I'm trying to retrieve the duplicate tags (DT:Z:SQ and DT:Z:LB) picard adds with RSamtools via the below in R, but I'm not successful, someone might know how to change this to retrieve this info?

DT = ScanBamParam(tag=c("DT"), what="flag")
bam.DT = scanBam(bamFile, param=DT)
str(bam.DT[[1]][["tag"]])
List of 1

$ DT: NULL
RSamtools samtools R RStudio • 357 views
ADD COMMENT

Login before adding your answer.

Traffic: 1324 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6