This function takes the path to the directory with CLONET output, as well as a tab separated file with sample and gene info and generates a plot of celularity and ploidy levels in the samples
1 2 3 4 5 6 7 8 | plot_allelic_imbalance(
clonet_dir = "",
sample_data = "",
output_dir = "",
gene_data = "",
jobs = 1,
threads = 3
)
|
clonet_dir |
Path to clonet output directory |
sample_data |
Path to file with sample info |
output_dir |
Path to output directory. |
gene_data |
Path to file with gene info |
jobs |
Number of jobs to run. |
threads |
Number of threads. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.