-
Notifications
You must be signed in to change notification settings - Fork 4
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
Lineage information input in the command line usage of CEFCON #6
Comments
Besides, I also would like to ask the information input of differential gene expression. Can you specify the input format, like what is row and column information? Is there any matching rules between the input lineage file, differential gene expression file and the expression matrix file? |
What‘s more, what is the input data format of expression matrix? raw count or normalized by seurat or scanpy? Can I input TPM or log(TP10K+1) data? |
I'm sorry for any inconvenience when using CEFCON. I've been taking the time lately to update some of the code as well as the previous readme file instructions to enhance ser-friendliness. To briefly address your question, if you just use the command-line version, the input expression matrix is guaranteed to belong to a separate lineage. Thus, you may need to execute it individually for each lineage. Please let me know if any part requires further clarification or if you have additional queries. |
Thanks for your detailed reply. @WPZgithub |
I have provided the code script for obtaining differential expression information. Please refer to MAST_script.R, which uses the MAST method. |
Sorry, I still cannot understand the meaning of the input differential gene expression. If I input only one lineage as a csv file, what are the comparing pairs for me to calculate the foldchange for genes? And if you use the abs(logFoldChange), why does not the direction or the sign of foldchange matter? Should I calculate the pseudotime as the MAST script shown? |
And do I need to obtain the score (logFC) for all genes? or only need significant genes? or the differential genes needs to be the same as the expression matrix (that seems the case in the example data)? |
Hi, @WPZgithub
I have a question on lineage information input in the command line usage of CEFCON. As I'm not familiar with the python, I prefer to use the command line tools for CEFCON. But if I input an expression matrix as a csv file, I realize I did not input the lineage information and found no other arguments if I specify the input_expData as the csv file purely.
I guess the information was included in the single cell object like the python package SCANPY AnnData object. But since the CEFCON offered the option to input the csv file, how can I input the lineage information with the csv file to construct the lineage specific GRN?
Many thanks if early reply can be received!
The text was updated successfully, but these errors were encountered: