convert_motif_targets_human_old: convert_motif_targets_human_old

Description Usage Arguments Value

View source: R/convert_motif_targets_human_old.R

Description

convert HOMER motif target genes to human and add corresponding data - intended for cases when you want to perform GSEA on the HOMER motif target genes.

Usage

1
2
3
4
5
convert_motif_targets_human_old(
  motif_genes,
  expression_data,
  create_ranked_vector = T
)

Arguments

motif_genes

character vector of the motif target genes (fish).

expression_data

dataframe of the corresponding expression data for your genelist (usually output of FindMarkers). NOTE: the function assumes the gene names are in column 2 of this dataframe - if you're getting an error, check that first.

create_ranked_vector

if T, will create a ranked vector of the human orthologs and expression data - to be used for GSEA.

Value

if create_ranked_vector = T, will return a ranked vector to be used for GSEA. if F, a dataframe.


mvhunter1/mvhspatialplots documentation built on April 24, 2021, 10:52 a.m.