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

Time course code issue #20

Closed
saraa30 opened this issue May 25, 2020 · 1 comment
Closed

Time course code issue #20

saraa30 opened this issue May 25, 2020 · 1 comment

Comments

@saraa30
Copy link

saraa30 commented May 25, 2020

Hello to everyone!

I am analyzing some RNA seq data in order to learn this technique. I want to make a time course with this data, and I have a problem.
After introducing this code:

tcgsa_result <- TcGSA::TcGSA.LR(expr = expr_jf,
gmt = gmt_jf,
design = design_jf,
subject_name = "Patient_ID",
time_name = "TimePoint", time_func="linear", crossedRandom=FALSE)

This error appears:

1/0 gene sets analyzed

Error in estim_expr[[gs]] <- NA :
attempt to select less than one element in integerOneIndex
Además: Warning message:
In TcGSA::TcGSA.LR(expr = expr_jf, gmt = gmt_jf, design = design_jf, :
The size of the gene set is problematic (too many or too few genes)

I have tried to solve it by using your TcGSA guide, but I am uncapable.
Thanks a lot for your time.
Regards,
Sara.

@borishejblum
Copy link
Collaborator

borishejblum commented May 25, 2020

Hi Sara,

Thanks for your interest in our work.

  1. TcGSA fits a mixed-effect linear model to longitudinal gene expression and has been developped to analyze microarray measurement. Thus it is not particularly well suited for RNA-seq data.

  2. Your error is likely due to the format of gmt_jf not being the right one. Have a look at the documentation regarding the GMT format.

Best,
Boris

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