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 in group not continuous" when trying to upload counts matrix #52

Open
skudashev opened this issue Jun 8, 2023 · 1 comment

Comments

@skudashev
Copy link

skudashev commented Jun 8, 2023

Hello,

I am trying to use a counts matrix generated with Salmon. I have not used any scaling normalisation when creating the matrix:
cts <- tximport(files, countsFromAbundance = "no", type = "salmon", tx2gene=tx2gene[,c("transcript_id", "gene_id")] counts <- cts$counts
However, when I try generating a new project in tappas, I get an error message saying that the matrix must contain raw counts.

Could you please help me understand what I can do to make this data suitable for tappas?

Kind regards,

Sofia

@aarzalluz
Copy link
Member

Hi @kudasonya.

This is probably not the source of the error, since tappAS can handle double values as counts for analysis (I've used it with the abundances output by RSEM, which are not integer).

Could you print a snapshot of what your expression matrix looks like? Perhaps there is other formatting error happening.

Best,

Ángeles

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