Popeye | R Documentation |
The function assign the chromosomal arm to each segment.
Popeye(segments)
segments |
data.frame formatted with correct column names (see package vignette) |
Return a data frame containg segments with the arm annotation.
data("TCGA_BRCA_CN_segments")
data <- TCGA_BRCA_CN_segments[1:9] #as it already presents the arm column
data_annotated <- Popeye(segments = data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.