-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14fa09d
commit 9afa6b2
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# controlFreq | ||
The elaborate method for quantification of allele-specific expression. | ||
|
||
This R-package performs **sample overdispersion estimation** from RNA spike-ins and technical replication. | ||
|
||
## Installation: | ||
``` | ||
devtools::install_github("gimelbrantlab/controlFreq") | ||
``` | ||
Dependencies: [Qllelic](https://github.com/gimelbrantlab/Qllelic) | ||
|
||
## Usage: | ||
Please see Wiki page connected to this repository. | ||
|
||
* For allelic bias test and differential AI test, see [Qllelic R-package](https://github.com/gimelbrantlab/Qllelic) functions and *["Replicate sequencing libraries are important for quantification of allelic imbalance", A.Mendelevich et.al](https://www.nature.com/articles/s41467-021-23544-8)*. | ||
|
||
* For data preprocessing procedure used in the paper and relevant recommendations, see [fastq2allelictabs](https://github.com/gimelbrantlab/fastq2allelictabs) repository. | ||
|
||
![pic](https://github.com/gimelbrantlab/fastq2allelictabs/blob/main/schemes/ControlFreq_for_GitHub.png) | ||
|
||
Figure was made in biorender. |