R/analysis_functions.R

Defines functions hello pathway_analysis counts_qc

Documented in hello

hello <- function() {
  print("Hello, world!")
}

pathway_analysis <- function(){
  reticulate::use_virtualenv( "/home/bionerd/Harvard/Artem/INDRA/env/", required=TRUE )
}

counts_qc<-function(counts){
  #remove low count wells

  counts

  #remove

}
bioinfonerd/TFenricher documentation built on July 13, 2019, 3:05 a.m.