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

baseLevel error in xtail running #11

Open
trumanLuan opened this issue Oct 29, 2018 · 1 comment
Open

baseLevel error in xtail running #11

trumanLuan opened this issue Oct 29, 2018 · 1 comment

Comments

@trumanLuan
Copy link

Hi,

Thanks for your contribution to xtail. Great job.
I'm using xtail to estimate differential translation, and i set baseLevel="NC" in my experiments.
But in step 5. Estimate the log2 ratio in second condition, xtail return error as following:

Error in relevel.factor(colData(dataSet)$condition, baseLevel) :
'ref' must be an existing level.

Could you tell me what happened with this parameter?
I also tried to set conditions as a factor, but it still failed with the same error info.
Thanks in advance.

Yizhao
Sun Yat-sen university

@zhengtaoxiao
Copy link
Member

Hi,
Thank you for using our package. It looks like the baseLevel is not found in condition. Please check if the baseLevel (NC for your experiments) was in the condition you fed into the xtail command. For example, if your condition is c("A","A","B","B"), the baseLevel should be "A" or "B".

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