Skip to content

Commit

Permalink
updated vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
E-R committed Dec 9, 2019
1 parent ab3c16f commit 34bfb65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified vignettes/figs/fig2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/tca-vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Finally, we will apply the function 'tensor' for estimating the cell-type-specif

```r
# subset the estimates of the model parameters
mdl.tca.sub <- tcasub(tca.mdl, features = c(hit), log_file = "GSE42861.tcasub.log")
tca.mdl.sub <- tcasub(tca.mdl, features = c(hit), log_file = "GSE42861.tcasub.log")

# estimate cell-type-specific methylation for the associated site
Z_hat <- tensor(X = X[hit,], tca.mdl.sub, log_file = "GSE42861.tensor.log")
Expand Down

0 comments on commit 34bfb65

Please sign in to comment.