You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Arm-level calls for each arm in each sample in the input (arm_level_calls.txt)
71
71
- Weighted average segment mean values for each arm in each sample in the input (weighted_average_segmeans.txt)
72
+
- Aneuploidy scores (range 0-1, fraction of arms amplified or deleted out of total called arms [call ≠ LOWCOV])
72
73
- Histogram of modeled noise in the segments in the input cohort (noise_hist.pdf)
73
74
- Parameters used to make arm-level calls (params.txt)
74
75
- Histogram of the segment means in the input cohort (segmean_hist.pdf)
@@ -84,7 +85,7 @@ ASCETS can also be run from within R Studio through calling the *ascets()* funct
84
85
- The following columns are required in this order (names can vary): sample, chromosome, segment start, segment end, number of markers, log2ratio
85
86
- See sample data for an example file
86
87
- Chromosome arm genomic coordinates (*cytoband* argument supplied as a data frame)
87
-
- We supply an example file in the repository for hg19 (original data from [bioMart](http://grch37.ensembl.org/biomart/martview/69a5479f5796c22ca786f81386e2d5e4)), but other coordinates can be supplied in the same format such as cytoband coordinates (also provided for hg19)
88
+
- We supply a example files in the repository for hg19/38 (original data from [bioMart](http://grch37.ensembl.org/biomart/martview/69a5479f5796c22ca786f81386e2d5e4)), but other coordinates can be supplied in the same format such as cytoband coordinates (also provided for hg19)
88
89
- Minimum arm breadth of coverage (BOC) to make a call (range 0.0 - 1.0; *min_cov* argument supplied as a numeric value)
89
90
- Optional, defaults to 0.5
90
91
- Specify 0.0 to allow any BOC
@@ -103,7 +104,8 @@ ASCETS can also be run from within R Studio through calling the *ascets()* funct
103
104
104
105
A list containing:
105
106
-*calls*: data frame containing aSCNA calls
106
-
-*weight_ave*: data frame arm weighted average segment means
107
+
-*weight_ave*: data frame containing arm weighted average segment means
108
+
-*aneu_scores*: data frame containing aneuploidy scores for each sample
107
109
-*amp_thresh*: numeric value representing amplification threshold that was used to make aSCNA calls
108
110
-*del_thresh*: numeric value representing deletion threshold that was used to make aSCNA calls
109
111
-*alteration_thresh*: numeric value representing fraction of arm that must be altered to call an aSCNA
0 commit comments