DRrefit | R Documentation |
This function refits the diploid region of input copy number profiles (segments - BED file)
DRrefit(
segments_chort,
chrlist,
maxCN = 6,
clust_method = "ward.D2",
verbose = FALSE
)
segments_chort |
data.frame formatted with correct column names |
chrlist |
list of normal chromosome arms (pathology-specific) |
maxCN |
threshold of max copy number to consider. By default is 6 |
clust_method |
clustering method. By default is "ward.D2" |
verbose |
print information about the processes of the function. By default is FALSE |
Return two data frames, one is the DRrefit-corrected segments and the other is the samples report. See the vignette for data frame descriptions.
data("TCGA_BRCA_CN_segments")
chr_list <- c("10q","11p","12p","19q","1p","21q","2q","3p","4p","4q","6p","6q","7p" )
results <- DRrefit(segments_chort = TCGA_BRCA_CN_segments,
chrlist = chr_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.