powered by
dropDuplicatedMapLocs(object)
data(snp_exp) g <- rowRanges(snp_exp) ## duplicate the first row g[length(g)] <- g[1] rowRanges(snp_exp) <- g snp_exp2 <- dropDuplicatedMapLocs(snp_exp)
Run the code above in your browser using DataLab