Open Shians opened 2 years ago
cluster_regions() will fail if any regions requested has an invalid chr. This is due to query_methy() failing to return an entry for the invalid region, causing a mismatch in rows.
cluster_regions()
chr
query_methy()
cluster_regions()
will fail if any regions requested has an invalidchr
. This is due toquery_methy()
failing to return an entry for the invalid region, causing a mismatch in rows.