ProfileList {PeakSegJoint} | R Documentation |
ProfileList
Description
Convert a data.frame or list of profiles
to a list that can be
passed to .Call("PeakSegJointHeuristic...").
Usage
ProfileList(profiles)
Arguments
profiles |
List of data.frames with columns chromStart, chromEnd, count, or single data.frame with additional column sample.id. |
Value
Named list of data.frames with columns chromStart, chromEnd, count.
Author(s)
Toby Dylan Hocking
[Package PeakSegJoint version 2024.6.27 Index]