A function to get the target genes of triads peak.

getTriadsTargetGenes(triads_data, save_path = NA, file_prefix = NA)

Arguments

triads_data

The triads result obtained by **getTriads**.

save_path

The path to save the result.

file_prefix

The prefix of the file.

Examples

  getTriadsTargetGenes(triads_data = res)
#> Error in checkGeAnno(): Necessary Annotation not exist. Please **addAnnotation** first.