Skip to content
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

Loading Data #162

Open
nourelislam opened this issue Oct 20, 2019 · 1 comment
Open

Loading Data #162

nourelislam opened this issue Oct 20, 2019 · 1 comment

Comments

@nourelislam
Copy link

nourelislam commented Oct 20, 2019

Hi,

I am using ballgown for differential expression to data from Stringtie, but by just loading the data by this command
bg = ballgown(dataDir = "ballgown", samplePattern = "RNAseq", pData=pheno_data)
I got the following error and I couldn't solve this problem so far.
the error :
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
line 554 did not have 12 elements

Please Help

@wyoibc
Copy link

wyoibc commented Oct 20, 2019

This type of error usually suggests a file formatting issue where some fields are left empty and without the use of an explicit delimiter (e.g. delim = '\t'), an error such as this one is listed.

Given the number of row (554) and number of columns (12), the problem is with your count data. Might have to retrace your steps back to find where the formatting issue was incorporated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants