Popeye: Popeye

View source: R/Popeye.R

PopeyeR Documentation

Popeye

Description

The function assign the chromosomal arm to each segment.

Usage

Popeye(segments)

Arguments

segments

data.frame formatted with correct column names (see package vignette)

Value

Return a data frame containg segments with the arm annotation.

Examples

data("TCGA_BRCA_CN_segments")
data <- TCGA_BRCA_CN_segments[1:9] #as it already presents the arm column
data_annotated <- Popeye(segments = data)

andrea-poletti-unibo/BOBaFIT documentation built on Jan. 29, 2024, 7:23 a.m.