Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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