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
I apologize if this is the wrong place to ask this question or if it's been asked already but I am having an issue with ballgown. I'm trying to perform the analysis on data that is associated with the Pertea et al, 2016 nature protocol paper. My issue is with step 9. Here Is my code
The error I get is Error in ballgown(dataDir = "ballgown", samplePattern = "ERR", pData = pheno_data) : is.null(pData) | class(pData) == "data.frame" are not all TRUE
However if I run all(pheno_data$ids ==list.files("ballgown")) I get TRUE. So I'm a bit confused. Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I apologize if this is the wrong place to ask this question or if it's been asked already but I am having an issue with ballgown. I'm trying to perform the analysis on data that is associated with the Pertea et al, 2016 nature protocol paper. My issue is with step 9. Here Is my code
library(ballgown) library(RSkittleBrewer) library(genefilter) library(dplyr) library(devtools) pheno_data <-read.csv("geuvadis_phenodata.csv") bg_chrX = ballgown(dataDir = "ballgown", samplePattern = "ERR", pData = pheno_data)
The error I get is
Error in ballgown(dataDir = "ballgown", samplePattern = "ERR", pData = pheno_data) : is.null(pData) | class(pData) == "data.frame" are not all TRUE
However if I run
all(pheno_data$ids ==list.files("ballgown"))
I getTRUE
. So I'm a bit confused. Any help is appreciated.The text was updated successfully, but these errors were encountered: