-
Notifications
You must be signed in to change notification settings - Fork 54
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
First/Last sample in each grouping always return nan #110
Comments
The nan inclusion levels would happen if there's an error reading a value from the The code gets the inclusion levels from certain columns of the It expects the number of values in those two columns to match with the number of bam files in Can you post your |
Hi @EricKutschera, Thanks for your reply. Below the data you requested: So IncLevel1/2 don't seem to have any missing float number, except that the first and last number in each are not read when i run the script for some reason. Probably I must have made some mistake in the grouping file? Thanks in advance for the help |
The command you posted before had |
Ha! Excel strikes again. |
Hi,
Thanks for the fantastic tool.
I am writing as I noticed that despite not having any NA in my inclusion levels, my first and last samples within each group compared always return 'nan'. If I compare fewer/different samples, I keep seeing this phenomena.
Changing the script code shows that the first and last sample's inclusion levels are not returned, suggesting an indexing issue perhaps?
I am running in base from the local server:
apps/samtools/1.17
and the following from my conda environment:
rmats2sashimiplot 3.0.0 pypi
python 2.7.15 h5a48372_1011_cpython conda-forge
My script is pretty stardard:
rmats2sashimiplot --b1 comparison_group1.txt --b2 comparison_group2.txt --event-type SE -e filtered_rmats_SE_output.jcec --l1 name_group1 --l2 name_group2 --exon_s 1 --intron_s 1 -c gencode.gff3 --group-info grouping.gf -o output_folder
The text was updated successfully, but these errors were encountered: