-
Notifications
You must be signed in to change notification settings - Fork 16
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
Clarification concerning CF_EM info tag #17
Comments
Hi- Thanks for your question. The CF_EM tag comes from FACETS' function emcncf which returns, among other things, a dataframe (cncf) with columns:
this where the CF_EM tag comes from. Since I only reformat the output of facets, what applies to the facets package applies also to my wrapper, cnv_facets.R If I correctly remember, I got the description of cf.em from the vignettes where it says (emphasis mine):
TL;DR Your understanding is probably correct. I'm going to close the issue just now but feel free to reopen. Best |
Hi After running some tests on simulated datasets it is apparent that the CF_EM value is not adjusted for purity, which fits with with the above info "For clonal copy number alterations, φ equals tumor purity." Therefore I believe the CF_EM value does need to be adjusted for purity in order to get the "somatic cellular fraction". |
Dear Dario
Thank you for the very useful FACETS interface. However, I would like to have a clarification concerning the CF_EM info tag.
According to your readme file,
However, according to R FACETS package,
Therefore, since R FACETS package corrects cellular fraction for the tumor purity,
Please let me know if I have misunderstood your readme file.
The text was updated successfully, but these errors were encountered: