knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
phydoser is a package to aid in the design a single-cell sequencing follow-up experiment from a previous bulk sequencing experiment. The main functions of phydoser include:
phydose determines the number of cells to sequence in a follow-up single-cell experiment generateDistFeat finds the distinguishing feature family of each tree in the input set CalcU calculates the clonal prevalance matrix plotTree plots the tree along with any specified distinguishing featuresReadJoint reads in an input file into the data structures supported by phydoseTo install phydoser, you will first need to install the devtools package:
install.packages("devtools")
Then you can easily install phydoser from Github:
#development version devtools::install_github("elkebir-group/phydoser")
library(phydoser)
phydoser comes with three test datasets that you can use to explore the packages capabilities: AML38, phydata, and multsample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.