Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about bamQC #44

Open
etiennedanis opened this issue Jul 12, 2021 · 1 comment
Open

Question about bamQC #44

etiennedanis opened this issue Jul 12, 2021 · 1 comment

Comments

@etiennedanis
Copy link

Hi Jianhong,

Thank you again so much for creating ATACseqQC!

To get the report of all the QC metrics with bamQC, it looks like I should use:
bamQC(bamFile, outPath = NULL)

To get the bam files cleaned up, it looks like I should use:
bamQC(bamfile,
index = bamfile,
mitochondria = "chrM",
outPath = sub(".bam", ".clean.bam", basename(bamfile)),
doubleCheckDup = FALSE)

Am I correct?
Is there a way to get both the QC metrics and the bam files cleaned up at the same time?

Thank you very much in advance.
Best,
Etienne

@jianhong
Copy link
Owner

Sorry for the late reply.
I think this is correct and same as it shown in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants