From b237f883e36d7dd7ff305c8db3c1700979cb84f5 Mon Sep 17 00:00:00 2001 From: Jinko Graham Date: Fri, 28 Jan 2022 21:53:26 -0800 Subject: [PATCH] Update SupplementaryMaterial_3.Rmd --- SimRVseq/SupplementaryMaterial_3.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimRVseq/SupplementaryMaterial_3.Rmd b/SimRVseq/SupplementaryMaterial_3.Rmd index d3314cc..b6a671f 100644 --- a/SimRVseq/SupplementaryMaterial_3.Rmd +++ b/SimRVseq/SupplementaryMaterial_3.Rmd @@ -529,7 +529,7 @@ table(cRV_data[cRV_data$is_CRV == TRUE, ]$chrom) According to the above outputs, 108 RVs are sampled as cRVs. Their cumulative derived-allele frequency in the population is 0.001. The table summarizes the number of cRVs on each chromosome. For example, only one cRV is on chromosome 1; 21 cRVs reside in chromosome 2 and so forth. -Then we add the \texttt{is\_CRV} column to all 22 mutation data frames in \texttt{slim\_out} object as follows. +Then we add the \texttt{is\_CRV} column to all 22 mutation data frames in the \texttt{slim\_out} object as follows. ```{r} # Add is_CRV column to all 22 mutation data frames