-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ballgown error pData #159
Comments
1.can you show your "phenotype.csv"? that's what i know. |
if it make sense ,tell me.thanks. |
Hi sjm042, I solved that issue by doing this: #Read the design_matrix file I could solve also the previous problem by arranging the file names in the file.csv the same way as Thanks again |
I use the same pipeline. |
Hello everyone,
I'm facing a problem with ballgown that I'm not able to solve by my self ..
here the command that I use
pheno_data = read.csv(file ="phenotype.csv", header = TRUE, sep = ";")
samples <- c("sample1",sample2,.....sample8)
pf_rna<-ballgown(dataDir=file.path("ballgown/"), samplePattern = samples, pData=pheno_data)
and here is the output
Mon Jul 8 22:38:10 2019
Mon Jul 8 22:38:10 2019: Reading linking tables
Mon Jul 8 22:38:11 2019: Reading intron data files
Mon Jul 8 22:38:12 2019: Merging intron data
Mon Jul 8 22:38:14 2019: Reading exon data files
Mon Jul 8 22:38:16 2019: Merging exon data
Mon Jul 8 22:38:19 2019: Reading transcript data files
Mon Jul 8 22:38:19 2019: Merging transcript data
Error in ballgown(dataDir = file.path("ballgown/"), samplePattern = samples, :
first column of pData does not match the names of the folders containing the ballgown data.
In addition: Warning message:
In ballgown(dataDir = file.path("ballgown/"), samplePattern = samples, :
Rows of pData did not seem to be in the same order as the columns of the expression data. Attempting to rearrange pData...
Do you have any suggestion to why it doesn't like the pData?
Thank you
The text was updated successfully, but these errors were encountered: