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

How does Psiclass generate the psiclass_vote.gtf file? #43

Open
dgodin19 opened this issue Dec 29, 2024 · 2 comments
Open

How does Psiclass generate the psiclass_vote.gtf file? #43

dgodin19 opened this issue Dec 29, 2024 · 2 comments

Comments

@dgodin19
Copy link

Hi,

I was able to run psiclass to create gtfs for each of my samples, but was wondering how a consensus was calculated for the psiclass_vote.gtf file.

@mbeavitt
Copy link
Contributor

From the paper: https://www.nature.com/articles/s41467-019-12990-0#Sec10

"Selecting a global set of transcripts.

PsiCLASS selects a set of meta-annotations from the individual samples’ sets of transcripts by voting. Each transcript is assigned a score equal to the transcript’s average estimated abundance across the samples (i.e., every sample has one vote, weighted by the transcript’s abundance level; default cutoff: 1.0). As different cutoff parameters values might work best for data with specific characteristics, the user can readily adjust or recalibrate the voting parameters postassembly, starting from the already computed sets of transcripts for the individual samples."

@mourisl
Copy link
Collaborator

mourisl commented Dec 29, 2024

@mbeavitt Thanks for answering. @dgodin19 To be more accurate, it calculates the average coverage value across the samples (the "cov" field in the GTF file), and you can use the "--vd" option to control the threshold.

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

3 participants