You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just stumbled onto your DAseq package and I am eager to give it a try. I am integrating multiple datasets across runs and I am wondering how I can use DAseq on these datasets as I did not see an integration step in your examples in the data.
DAseq will work on data after integration. For example, in the DAseq tutorial, X.melanoma is the PCA embedding of the data after integration, and this would be the input of the function getDAcells(). Harmony works on PCs directly, so I think you should input harmonized_pcs to DAseq.
Feel free to let me know if this is unclear or you have further questions.
This is a warning when DAseq calls the clustering function tclust (package info here). restr.fact is a parameter in the function tclust, which can be passed when calling the function getDAregions. Sometimes, changing restr.fact will lead to different DA regions.
I just stumbled onto your DAseq package and I am eager to give it a try. I am integrating multiple datasets across runs and I am wondering how I can use DAseq on these datasets as I did not see an integration step in your examples in the data.
I am using harmony to do the integration (https://portals.broadinstitute.org/harmony/)
Any ideas? Thanks in advance!
The text was updated successfully, but these errors were encountered: