Skip to content

Commit

Permalink
apply changes after reviewing
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed Sep 16, 2024
2 parents c78b012 + 9b879d8 commit af9fab9
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions PeddyAnalysis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Peddy Analysis Pipeline

This PeddyAnalysis workflow is designed to use gVCFs from multiple families to generating relatedness statistics within grouped samples. The pipeline helps analyze and visualize familial relationships and concordance with known pedigree information using Peddy.
This PeddyAnalysis workflow is designed to use gVCFs to generate relatedness statistics within familiy (Can process multiple families at a time and should submit at sample set level). The pipeline helps analyze and visualize familial relationships and concordance with known pedigree information using Peddy.

**NOTE: For prediction accuracy, gVCFs are encouraged for this analysis.**

Expand Down Expand Up @@ -32,11 +32,15 @@ This PeddyAnalysis workflow is designed to use gVCFs from multiple families to g

## Workflow Diagram

![Workflow Diagram](/Users/lining/Desktop/workflow.png)

![workflow](https://github.com/user-attachments/assets/b963f544-7516-41a6-a924-802300771437)


## Example Delivery

1. Summarized Peddy Statistics

#### 1. Summarized Peddy Statistics


| family_id | sample_a | sample_b | rel | hets_a | hets_b | shared_hets | ibs0 | ibs2 | n | pedigree_parents | pedigree_relatedness | predicted_parents | parent_error | sample_duplication_error | rel_difference |
| --------- | -------- | -------- | --------- | ------ | ------ | ----------- | ---- | ---- | ---- | ---------------- | -------------------- | ----------------- | ------------ | ------------------------ | -------------- |
Expand All @@ -52,6 +56,9 @@ This PeddyAnalysis workflow is designed to use gVCFs from multiple families to g
| SF0417467 | SDSM-TI | SDSM-VS | 0.01341 | 3739 | 3653 | 1141 | 546 | 2195 | 7859 | FALSE | 0 | FALSE | FALSE | FALSE | \-0.01341 |


2. Concordance
#### 2. Concordance


![concordance-check](https://github.com/user-attachments/assets/55e66e6d-da31-4860-8c03-6928ad4a7a03)


![Concordance Check](/Users/lining/Desktop/tag_1932/concordance-check.png)

0 comments on commit af9fab9

Please sign in to comment.