Closed iamnicogomez closed 5 years ago
Hi Nico
Thanks for repporting this problem. Unfortunately there was a but which resulted in this problem. It was fixed in v1.5.1. You can download the latest version by copying the following code into your R session:
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_github("kvittingseerup/IsoformSwitchAnalyzeR", build_vignettes = TRUE)
Remember to restart your R session after the installation.
I suspect that this is actually user error, not an issue, but as I am still new to programming, I don't know the preferred place to post this.
I am starting with a Salmon quantified RNA-seq dataset with 3 conditions (3 biological replicates each)
My designMatrix is defined as
which produces this:
I also define the comparisons list with the following:
Then I use importRdata:
... which gives me the following:
Importantly:
Then I run isoformSwitchAnalysisPart1:
Which gives me:
Where are the other comparisons I listed in comparisonsToMake? Thank you, Nico