dba.count reduces binding matrix, why?
db <- dba(samplesheet)
This gives me:
db
9 Samples, 138044 sites in matrix (193226 total)
then I do db.cnt <- dba.count(db)
db.cnt
9 Samples, 55893 sites in matrix
I wonder why dba.count is removing more than half of the intervals?
• 8 views
Read more here: Source link