-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add points to the graph #5
Comments
No because it would be a disaster. There are 17,685 genes for each metaedge. Additionally, for a specific metaedge, the degree of each gene varies substantially. Perhaps you would like to see prediction rather than confidence intervals? However, these would be quite wide than therefore visually problematic. |
Here is the line of code that draws the regression: ggplot2::geom_smooth(method='gam', formula=formula("y ~ s(x, bs='cs')"), linetype=0, n=1000, sp=50) Figuring this out was painful because of poor documentation. I am not sure what it does. Maybe you can help explain. Here are links to the |
Quick GAM/smoothing spline explanation: ISLR - Chapter 7 |
@a-pankov, you can add page numbers to pdf urls by appending |
@a-pankov, so we used a 'smooth cubic spline'? Can you confirm or deny? Is it natural? |
Can you add points to Figure 1?
Also can you add which method you used for the regression.
The text was updated successfully, but these errors were encountered: