filter_genes_with_refined_peak_annotation: Filter genes based on peak calling refined annotation

Description Usage Arguments Value

View source: R/diff_analysis_gene_set_enrichment.R

Description

Filter genes based on peak calling refined annotation

Usage

1
2
3
4
5
6
7
filter_genes_with_refined_peak_annotation(
  refined_annotation,
  peak_distance,
  signific,
  over,
  under
)

Arguments

refined_annotation

A data.frame containing each gene distance to real peak

peak_distance

Minimum distance to an existing peak to accept a given gene

signific

Indexes of all significantly differential genes

over

Indexes of all significantly overexpressed genes

under

Indexes of all significantly underexpressed genes

Value

List of significantly differential, overexpressed and underexpressed genes close enough to existing peaks


ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.