-
Notifications
You must be signed in to change notification settings - Fork 28
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
Problem with differential expression analysis #15
Comments
If there is missing output, then something went wrong. There may not be a specific error. Have you checked the full sbatch log file? |
The sbatch log file has 13 slurm.out files in comparison to my original 12 fastq files. The other log folders look intact as well. |
That makes sense. There should be an |
Yes, I think the main issue is that I am not seeing the deseq2.dds.rds file as I want to make graphs with my data. |
If it's missing, something went wrong. Check the full sbatch log file, especially where it ended. |
Unless you are talking about the logs-sbatch file, I do not have a full sbatch log file. However, the logs files that were outputted (logs-trimmomatic, logs-sbatch, logs-featureCounts, logs-align-star), all seem to have checked out. Was there supposed to be another logs file folder that somehow did not go through? |
In the |
Hey Igor, |
I can see you have 13 sbatch log files (as previously mentioned). The most recent one was likely generated by the |
I am looking at the file right now and there does seem to be an error. Here is the message: Error in checkForExperimentalReplicates(object, modelMatrix) : The design matrix has the same number of samples and coefficients to fit, Calls: DESeq ... estimateDispersions -> .local -> checkForExperimentalReplicates |
According to the message, you do not have replicates. You cannot perform differential expression without replicates. |
Hey Igor, |
Happy to hear everything is okay now. |
Hey Igor,
I am doing differential expression analysis on some DNA sequences, and I had some trouble with the sns/run rna-star-groups-dge command as it does not output any r data files or graphs for me to use. Even though I renamed the groups and there were no errors running the run rna-star or the rna-star-groups-dge command, I continuously get an empty r-data folder. Is there anything I can do?
The text was updated successfully, but these errors were encountered: