Learn R Programming

PeakSegJoint (version 2022.4.6)

featureMatrixJoint: featureMatrixJoint

Description

Compute the feature matrix for this joint segmentation problem.

Usage

featureMatrixJoint(profile.list)

Arguments

profile.list

Value

Numeric feature matrix (samples x features).

Examples

Run this code
# NOT RUN {
library(PeakSegJoint)
data(H3K36me3.TDH.other.chunk1, envir=environment())
lims <- c(43000000, 43200000) # left
some.counts <-
  subset(H3K36me3.TDH.other.chunk1$counts,
         lims[1] < chromEnd & chromStart < lims[2])
profile.list <- ProfileList(some.counts)
featureMatrixJoint(profile.list)
# }

Run the code above in your browser using DataLab