Skip to content

Commit ac6fbe3

Browse files
authored
Update README.md
1 parent a4eb920 commit ac6fbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ The schematic diagram below describes the various stages of the PROPERseqTools p
1010
- At the stage of protein-protein interactions identification, for each chimeric read pair, we apply various statistical test and cutoffs inculding chi-square test, an odds ratio cutoff and a positive read count cutoff to to finally identify protein-protein interactions.
1111
## Workflow
1212
1. Raw read pairs from the PROPER-seq experiment are present in `.fastq` files.
13-
2. Cutadpt is applied to the read pairs remove 3' linker sequences and 5' adapter sequences.
13+
2. Cutadpt is applied to remove 3' linker sequences and 5' adapter sequences from the read pairs.
1414
3. Fastp is then applied to remove low-quality reads whose mean quality is lower than Q20 and too short reads whose length is shorter than 20 bp.
1515
3. The remaing read pairs are output as pre-processed read pairs in `.fastq` files.
1616
4. The pre-processed read pairs are mapped to transcriptome with BWA separately. ‘-a’ option is enabled to keep all found alignments using default threshold of BWA. This is used in the later filtering of potential homologous read pairs.
1717
5. The mapped read pairs are then deduplicated based on the external coordinates of their primary alignments.
1818
6. The deduplicated read pairs are output as mapped read pairs. Their transcriptome alignment information is stored in both `.bed` and `.bam` files.
19-
7. The transcriptome alignment information of is utilized to check if two ends’ primary alignments are mapped to different protein-coding genes. The selected read pairs are further checked to see if both ends have over 50% of their read bases matches the reference transcriptome based on the CIGAR string and if both ends have no shared lesser alignments.
19+
7. The transcriptome alignment information of mapped read pairs is utilized to check if two ends’ primary alignments are mapped to different protein-coding genes. The selected read pairs are further checked to see if both ends have over 50% of their read bases matches the reference transcriptome based on the CIGAR string and if both ends have no shared lesser alignments.
2020
8. The read pairs passing the quality checks output as chimeric read pairs from the library in `chimericReadPairs.csv`.
2121
9. With chimeric read pairs from the positive library from data processing step 3 as input, for each gene pair appeared in the positive library, we applied chi-square test as shown in Figure 4B. Benjamini-Hochberg adjustment is applied to correct all the p-values. Gene pairs with an adjusted p-value less than 0.05 and with an odds ratio larger than 1 are kept. Gene pairs with mapped chimeric read pair count in the positive library larger than 4 times the average number of mapped chimeric read pairs per gene pair in the positive library are kept. The average number of mapped chimeric read pairs per gene pair in the positive library, [X], is computed as Supplementary Equation 3.
2222
10. The kept gene pairs are output as protein-protein interactions in `proteinProteinInteractions.csv`.

0 commit comments

Comments
 (0)