R/get_geneProfile.R

get_geneProfile <-
function (ffile) {
  tmp <- read.delim(ffile, header = FALSE, row.names = 1)
  ans <- tmp[, 1]
  names(ans) <- rownames(tmp)
  invisible(ans)
}

Try the massiveGST package in your browser

Any scripts or data that you put into this service are public.

massiveGST documentation built on March 31, 2023, 8:59 p.m.