Calculate all CINmetrics on a given dataframe
CINmetrics(
cnvData,
segmentMean_tai = 0.2,
segmentMean_cna = (log(1.7, 2) - 1),
segmentMean_base_segments = 0.2,
segmentMean_break_points = 0.2,
segmentMean_fga = 0.2,
numProbes = NA,
segmentDistance_cna = 0.2,
minSegSize_cna = 10,
genomeSize_fga = 2873203431
)dataframe containing following columns: Sample, Start, End, Num_Probes, Segment_Mean
numerical value for the minimum segment_mean cutoff/ threshold for Total Aberration Index calculation. Default is 0.2
numerical value for the minimum segment_mean cutoff/ threshold for Copy Number Aberration calculation. Default is 0.2
numerical value for the minimum segment_mean cutoff/ threshold for Base segments calculation. Default is 0.2
numerical value for the minimum segment_mean cutoff/ threshold for Break points calculation. Default is 0.2
numerical value for the minimum segment_mean cutoff/ threshold for Fraction of genome altered calculation. Default is 0.2
Number of Probes
Segment distance threshold
Minimum segment size
Size of the genome derived from Affymetrix 6.0 array probe. Default is 2873203431 calculated based on hg38 **excluding sex chromosomes**
All Chromosomal INstability metrics
# NOT RUN {
CINmetrics(cnvData = maskCNV_BRCA)
# }
Run the code above in your browser using DataLab