get_flt3itd | R Documentation |
get_flt3itd retrieves FLT3 ITD variants in an .h5 file
get_flt3itd(
h5f,
format = c("data.table", "GRanges"),
gr_coordinate_within = GRanges(seqnames = "chr13", ranges = IRanges(start = 28607990,
end = 28608531)),
insertion_size = c(6, 180)
)
h5f |
h5f |
format |
|
gr_coordinate_within |
A |
insertion_size |
A numeric vector with exactly two values. Specifies the minimum and maximum insertion size (in basepairs) introduced by an ITD mutation. |
A data.table
or a GRanges
object with FLT3-ITD variants.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.