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

User-defined pseudo-bulk samples? #30

Open
borshago opened this issue Apr 22, 2021 · 1 comment
Open

User-defined pseudo-bulk samples? #30

borshago opened this issue Apr 22, 2021 · 1 comment

Comments

@borshago
Copy link

Hi,

I have data with cells from various individuals representing two different groups, and I'm interested in comparing the same cell types between the groups. I would like to use the individuals as replicates when running DEXSeq for DTU. Is there an easy way to modify the existing code so that the pseudo-bulk samples correspond to all the cells of interest in the available individuals?

Best,
Daniel

@rj-patrick
Copy link
Contributor

Hi @borshago,

Thanks for the suggestion. I've made a modification to DUTest so that you can define a set of replicates for the input. When running DUTest, instead of defining population.1 and population.2, you can input a list (where each element in the list is a vector of cell IDs) through the parameters replicates.1 and replicates.2. I.e. the length of the list will correspond to the number of individuals in your data.

Let me know if you have any issues. I will try to add an example to the Vignette in the near future.

Cheers,
Ralph

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