View source: R/get_fragment_profile.R
fragment_dist | R Documentation |
Get insert-size distribution table
fragment_dist(readbam_bin, maximum_length = 600, minimum_length = 20)
readbam_bin |
SampleBam Object from function read_bamfile |
maximum_length |
Int; Maximum length of fragment. cfDNA fragment longer than this value will not be considered; Default 600 |
minimum_length |
Int; Minimum length of fragment. cfDNA fragment shorter than this value will not be considered; Default 20 |
Distribution table of fragment length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.