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

MAGeCK is pulling conditions instead of unique sample names #172

Open
jeremymsimon opened this issue Jul 15, 2024 · 0 comments
Open

MAGeCK is pulling conditions instead of unique sample names #172

jeremymsimon opened this issue Jul 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jeremymsimon
Copy link

Description of the bug

I have an experimental setup with biological triplicates of my conditions: treated_5hr, treated_7hr, and control. My sample names as specified in the samplesheet look like

treated_5hr_1
treated_5hr_2
treated_5hr_3
treated_7hr_1
treated_7hr_2
treated_7hr_3
control_1
control_2
control_3

However my MAGeCK-count log shows my sample labels as

--sample-label treated_5hr,treated_5hr,treated_5hr,treated_7hr,treated_7hr,treated_7hr,control,control,control

As a result, I can't tell my replicates apart in my counts tables (count_table.count.txt , count_table.count_normalized.txt)

sgRNA   Gene    treated_5hr     treated_5hr     treated_5hr     treated_7hr     treated_7hr     treated_7hr     control control control
sgRNA1976       CD28    303     315     134     207     374     438     399     281     329
sgRNA56069      POTEB2  350     652     587     555     501     784     558     785     509
sgRNA37077      ZC2HC1C 224     53      43      121     0       57      308     73      76
sgRNA7735       KRT5    571     458     393     396     533     811     339     278     352
sgRNA9783       OPRM1   164     39      67      167     386     120     177     145     107
[...]

Is there an additional metadata column I can pass in my samplesheet, or is there another parameter somewhere I've missed? Or is this somehow pulling names from the condition column instead?

Command used and terminal output

No response

Relevant files

No response

System information

No response

@jeremymsimon jeremymsimon added the bug Something isn't working label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant