Skip to content

Commit

Permalink
Update SupplementaryMaterial_3.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkog authored Jan 29, 2022
1 parent 8d46721 commit b237f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimRVseq/SupplementaryMaterial_3.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b237f88

Please sign in to comment.