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

Query about blacklists #22

Open
jantusan opened this issue Oct 10, 2024 · 1 comment
Open

Query about blacklists #22

jantusan opened this issue Oct 10, 2024 · 1 comment
Assignees

Comments

@jantusan
Copy link

Hello,

Thank you for developing this tool, I have found it really useful!

I was wondering if you could clarify that use of the --blacklist and --bedsubtract, in particular if they work in a similar way as the DeepTools parameter –blackListFileName. This is the explanation in the help:

 	--blacklist|-c <file>	Input file with list of chromosomes to blacklist during scaling analysis

	--bedsubtract|-u <int>	BED file with regions to subtract when computing coverage for normalization
				These coordinates should not overlap so reads are not counted multiple times

Thank you very much in advance,
Javier

@r78v10a07 r78v10a07 assigned r78v10a07 and pongorlorinc and unassigned r78v10a07 Dec 4, 2024
@pongorlorinc
Copy link
Collaborator

Hi Javier,

Sorry for the late reply.

The "--blacklist" can be used to specify chromosome names to be excluded for data scaling. Basically, if you want to exclude noisier chromosomes (such as scaffolds or MT DNA), they can be added in here.

The "--bedsubtract" on the other hand gives the option to specify regions that you want to exclude, that may be noisy. Such examples can be centromeric regions, and low mappability regions.

I hope this helps!

Best wishes
Lorinc

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

3 participants