A function to find the target genes based on specific peaks.

getClusterTargetGenes(cluster_group, save_path = NA, file_prefix)

Arguments

cluster_group

A group-cluster file obtained by **plotClusterSpecificPeak**.

save_path

The path to save the sample specific peak pdf file.

file_prefix

The save file prefix.

Examples

 getClusterTargetGenes("F:/CAT/data/Specific_Peaks_Cluster_Group.txt",tss_file = "F:/CAT/data/nip_tss2.bed")
#> Error in getClusterTargetGenes("F:/CAT/data/Specific_Peaks_Cluster_Group.txt",     tss_file = "F:/CAT/data/nip_tss2.bed"): unused argument (tss_file = "F:/CAT/data/nip_tss2.bed")