Description Usage Arguments Value
View source: R/filterInputDF.R
Takes formatted dataframe and filtered df
1 2 3 4 5 6 | filterInputDF(
df,
check_trans_values = TRUE,
remove_zero_contact = TRUE,
self_ligation_distance = 15000
)
|
df |
Input data frame. |
check_trans_values |
If TRUE, rows containing trans interactions dropped. |
remove_zero_contact |
If TRUE, rows wifh $freq value 0 dropped. |
self_ligation_distance |
Distance between two fragments regarded as self-ligation. Default 15kb. |
df with rows filtered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.