mskcc / facets

Algorithm to implement Fraction and Copy number Estimate from Tumor/normal Sequencing.
139 stars 65 forks source link

how to install and use #166

Open shujch opened 3 years ago

shujch commented 3 years ago

there can not use devtools, how can I install and use facets?

HenrikBengtsson commented 3 years ago

Try with remotes;

remotes::install_github("mskcc/facets", build_vignettes = TRUE)
HenrikBengtsson commented 3 years ago

See also Issue #164

veseshan commented 3 years ago

Thanks @HenrikBengtsson