Description Usage Arguments Value Examples
Read Tapestri multi-omics h5 file
1 | read_assay_h5(filename, assay_name, min_mutation_rate = 0.005)
|
filename |
h5 file path |
assay_name |
name of assay to load from h5 |
min_mutation_rate |
only read variants with mutations rate higher then treshold. Primarly done to reduce size of data in memory |
Tapestri multi-omics object
1 2 3 4 | ## Not run:
tapestri_raw = h5_reader(filename,min_mutation_rate = 0.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.