-
Notifications
You must be signed in to change notification settings - Fork 8
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
The hierarchical AutoGeneS #8
Comments
Hi Chuang, Thanks for your interest. Best, |
Hello Hana, Thank you for your suggestion, this make sense for me. Now I observed between the pareto solutions with low correlation, it loss the important biological markers that have very difference mean expression compared to others celltypes when I increase number of generation(i.e. 5000 to 8000). This observation in 20 celltypes I want to prediction. I don't have bulk sort or flow cytometry support and my result not robust. Par example, I am in situation figure below as the starting point, toward more fine subtype Bcells. I am beginning in deconvolution technique. I dont konw maximal power deconvolution tools, if we counter cell subtype, we must stop? I'm looking foward to your reply my naive questions. |
Hello Hana, I have a question about AutoGeneS*.
Each pareto solution is a set 400 genes.
Each pareto index has sum of true egal 400. Best, |
Hi Chuang, Unfortunately we don't support adding genes to the deconvolution, however we will consider it for future. Just search for nusvr and nnls. Hope this helps |
Hi Hana, Do you have a documentation for AutoGeneS+? I optimized my single cell data of 13 cell types and found highly correlated cell types. I ran the optimization on those cell types thus adding 10 more genes to the signature matrix- I am not sure how to deconvolute the bulk data now. I was trying something along these lines: [ag.AutoGeneS(data=signature_matrix_np), ag.deconvolve(numeric_bulk.T, model='nusvr')] but the ag is picking up vales from the new optimization which is on 2 cell types only.. |
Dear Author,
Thanks for this new API.
As you mentioned in your paper, the paragraph of Hierarchical optimization for highly correlated cell types.
"we ran AutoGeneS separated CD4+ and CD8+ T cells ......" as AutoGeneS*
I would like to run it on my data, It seems highly correlated in my reference i.e. subtype of memory B v.s. naive B cell.
With low correlation Pareto optimal solutions, I found very few markers.
I have about 100,000 cells and over 30 cell types as Reference initial, I had regroup some cell types for easy to deconvolution, but it doesn't work very well.
Now I want to use AutoGenS*, would you share your codes ?
Very nice feature selection method using GA.
Thanks in advance
Chuang
The text was updated successfully, but these errors were encountered: