You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was wondering. What is the best way to incorporate biological replicates in RASQUAL study design? I have RNA-Seq/ATAC-Seq data for 100 individuals (2 biological replicates per individual)
The scenarios I can think of:
Perform the analysis on two sets of replicates and compare the results
Include replicates in RASQUAL study design (not sure what is the best approach here though)
I suppose in eQTL scenario all samples with the same allele at the locus are considered replicates, so I can probably just lump all the data together, but I wonder if there is a better way.
What do you do in situations like that?
All the best,
Agnieszka
The text was updated successfully, but these errors were encountered:
Unfortunately RASQUAL is not able to take advantage of replicated data structure. Naively I would merge the replicates into one and map QTLs to maximise the coverage depth of feature SNPs. Otherwise I would keep the pair of replicates and permute samples to construct an empirical null P-value distribution from which we can compute FDR threshold. Unfortunately, the permutation function to keep the replicated data structure is not implemented and you need to permute data by yourself.
Hi,
I was wondering. What is the best way to incorporate biological replicates in RASQUAL study design? I have RNA-Seq/ATAC-Seq data for 100 individuals (2 biological replicates per individual)
The scenarios I can think of:
I suppose in eQTL scenario all samples with the same allele at the locus are considered replicates, so I can probably just lump all the data together, but I wonder if there is a better way.
What do you do in situations like that?
All the best,
Agnieszka
The text was updated successfully, but these errors were encountered: