Skip to content

Blacklisted regions in applyFilter function without providing a bed file #128

@alexvasilikop

Description

@alexvasilikop

Hello,

I was wondering which regions QDNAseq is using by default in applyFilters is used with the option blacklist = TRUE. We are using it like the following without providing any BED files for the blacklisted regions. Are there some regions blacklisted by default ? ( I noticed some are missing after applying the filters).

readCounts <- binReadCounts(bins, bamfiles = InputFile)
readCounts <- estimateCorrection(readCounts)
readCounts <- applyFilters(readCounts, residual = TRUE, blacklist = TRUE, chromosomes = NA)    # includes both X & Y
copyNumbers <- correctBins(readCounts)
copyNumbersNormalized <- normalizeBins(copyNumbers)
copyNumbersSmooth <- smoothOutlierBins(copyNumbersNormalized)

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions