You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
Thanks
The text was updated successfully, but these errors were encountered: