Closed jiawei-zhong closed 2 years ago
Thanks for using SCAFE.
Feel free to drop us a message if you need help or have suggestions.
Hi,
There is clearer after download demo data. So it seems that you use scafe.workflow.cm.aggregate to generate consensus/high-confident regions that share in all libraries. Did you consider the libraries that are from two groups (like control vs. disease)? Cause I think using consensus/high-confident regions would sacrifice some difference between groups.
Another thing: the scafe.tool.sc.count demo code lacks --reference.
Thanks!
Thanks Jiawei for the suggestions! Yes, scafe.workflow.cm.aggregate is to generate CRE by aggregating all libraries. For finding differences between groups of libraries, we would recommend defining a common set of CRE and use differential expression to identify differences, similar to gene expression which you will only use on set of reference across all samples. Also, corrected the scafe.tool.sc.count demo code!
Thanks!
Hi,
When I use "scafe.workflow.cm.aggregate" of new version (v1.0.0), I don't know the format of lib_list_path. Like this?
Which file should I use in the result of scafe.workflow.cm.aggregate? I can't find any file that link each cCREs ID of each library together.
Another problem in scafe.tool.cm.prep_genome. The downloaded reference contains glm directory but self-generating reference doesn't have it. Cound you please tell me how to generate the glm model?
Thanks!