Skip to content

Commit

Permalink
segmentation chrom
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Feb 29, 2024
1 parent c2e2b9b commit 16403a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/rd.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if (length(args)>1) {
seg = data.frame(segments.summary(cnaSegments))
colnames(seg) = c("ID", "chr", "start", "end", "num.mark", "seg.mean", "seg.sd", "seg.median", "seg.mad")
seg$cn = 2^seg$seg.median * baseCN
seg$chr = factor(seg$chr, levels=chrs)
}

# Whole genome
Expand Down

0 comments on commit 16403a0

Please sign in to comment.