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

what information should be in the cell_type column? #11

Open
kaizen89 opened this issue Feb 27, 2020 · 2 comments
Open

what information should be in the cell_type column? #11

kaizen89 opened this issue Feb 27, 2020 · 2 comments

Comments

@kaizen89
Copy link

Hi.
I have a count dataframe to which I added the cluster information to the cell_type column.
However the DEG function ecaluates length(unique(data$cell_type)) and stops if different than 1. does this mean that I can only have one cell type per data object?

@kaizen89 kaizen89 changed the title what information should be in the cell_type what information should be in the cell_type column? Feb 27, 2020
@ywang65
Copy link
Collaborator

ywang65 commented Mar 1, 2020

DEG function is designed to find differential expressed genes in one cell type between two time points. You can do a filtering for you data object before running this function.

@kaizen89
Copy link
Author

kaizen89 commented Mar 1, 2020

The documentation is a bit confusing then.
It says "Differential expressed genes will becalled within each cell type". But actually it should be only one cell type.
Woule it ne possible to provide example data for the main functions to illustrate the documentation?
Thank you

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