Description Usage Arguments Value
View source: R/ASE_functions.R
Calculates allelic imbalance from merged counts over given replicates (ai(sum_reps(gene))).
1 | CountsToAI(df, reps = NA)
|
df |
A dataframe of genes/transcripts and parental counts for technical replicates in columns. |
reps |
An optional parameter for a range op replicates for consideration (default = all replicates in df). |
mean(mean(m_1,...,m_6))_SNP / mean(mean(m_1+p_1,...,m_6+p6))_SNP.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.