How to identify the number of surrogate variables for SVA?
I know that SVA has a num.sv function that estimates the number of surrogate variables, but sometimes it estimates too many and sometimes too few. How can one tell?
sva
batch-effect
• 3,436 views
•
link
updated
by
Ram
•
written
by
chengzhao41
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
SVA vs limma model
written by rk.khayami94 •I'm trying to remove batch effect from my data using the `sva` package. The process described [here](https://bioconductor.org/packages/devel/bioc/vignettes/sva/inst/doc/sva.pdf) is like this: ``` library(bladderbatch) data(bladderdata) pheno = …
-
How to get a screeplot of surrogate variables from sva()
written by RNAseqerHello, I am looking to generate a screeplot of my surrogate variables generated by the function svaseq(), however the sva package no longer provides a …
-
SVA variable of interest in eQTL analysis
written by Colari19I'd like to include surrogate variables from SVA in a MatrixeQTL model to account for unknown sources of variation in the expression data. SVA assumes …
-
How to avoid overfitting using SVA?
written by AspireThe sva package enables estimation of surrogate variables from the data itself, so that unwanted sources of variation can be removed. How can one make …
-
Surrogate variables in eQTL studies
written by roddHi folks! I've got two questions about including surrogate variables in expression analyses. In the GTEx documentation, they say: > "A set of covariates identified …
-
sva output interpretation
written by elbHi guys, is there someone who can explain me the meaning of the sva output as from the sva R library? In other words I …
-
Taking surrogate variable into account before running PCA
written by wamiqsaifi •I ran SVA to get surrogate variables. I want to visualise my data taking into consideration the surrogate variables. I came to know tha modifying …
-
Checking potential batch effects with svaseq
written by Tobias.WohlandI tried to validate whether the batch effects in my rna-seq experiment are real or not. You can find more info regarding the experiment in …
-
Find surrogate variables with svaseq()
written by Tobias.WohlandHi, I'm currently struggling with an RNA-Seq experiment, especially with the batch-effects which potentially effects my analysis. I want to use svaseq() from the sva-package …
-
sva + egdeR - differential expression analysis - RNA-seq data
written by mrodrigues.fernanda •Dear list, I am performing an RNA-seq analysis for differential gene expression and I have a question regarding the use of the package sva for …
Also wondering the same thing. Did you get an answer, chengzhao41?