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

Samples Column in Splicing Results #461

Open
GuoLabUCSD opened this issue Jun 24, 2023 · 2 comments
Open

Samples Column in Splicing Results #461

GuoLabUCSD opened this issue Jun 24, 2023 · 2 comments

Comments

@GuoLabUCSD
Copy link

Hi,

I had a few quick questions about how I should interpret the "Samples ()" columns in my results file. Do these columns just refer to how many samples contained the splicing event in the SJ.out.tab files? Based on the example below, would this mean that the event "SE_3_+_13661331_13663275_13663415_13667945_FBLN2" was found in the SJ.out.tab file for all 112 normals, but only 178/181 of the tumor samples? If so, does this mean that the following statistical tests for differential analysis of this event are comparing the 112 normals to the 178 tumors, and the 3 tumors that do not list the event are not included at all?

image

If this is the case, is there a way to see which specific tumor samples are being included in the analysis?

Thanks in advance!
-Joseph

@nuno-agostinho
Copy link
Owner

nuno-agostinho commented Jun 26, 2023

Hi @GuoLabUCSD,

Yes, your assumptions are correct. The samples column refers to the number of samples containing enough junction read counts to quantify the event (by default, psichomics only uses samples with at least 10 read counts supporting the event).

You can check which samples are not being used for AS quantification by going to the PSI table and looking at the samples with missing values (NA) for that event. For instance:

# Get PSI values for this event
eventPSI = psi["SE_3_+_13661331_13663275_13663415_13667945_FBLN2", ]

# Get name of samples with missing values
colnames(is.na(eventPSI))

Hope this helps, but feel free to ask me more questions if needed.

Kind regards,
Nuno

@GuoLabUCSD
Copy link
Author

Great, this helps! Thanks.

-Regards,
Joseph

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