hotgenes_csv: Exports hotgenes object to csv files

Description Usage Arguments Value Examples

View source: R/Hotgenes2csv.R

Description

Exports hotgenes object to csv files

Usage

1
2
3
4
5
6
7
hotgenes_csv(
  hotgenes = NULL,
  Exps_Out = TRUE,
  readouts = 1,
  sep = "\t",
  dir_out = NULL
)

Arguments

hotgenes

object created by DEseq2_export or Limma_export functions.

Exps_Out

logical, if TRUE (default), available expression data is also exported to csv file.

readouts

integer indicated the desired normalized data to be written to csv file. If 1 (default), the first method is exported

sep

field separator string

dir_out

string providing the desired directory for export. If not provided, the working directory will be used.

Value

multiple csv files

Examples

1
2
3
4
5
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
load(Example_Hotgenes_dir)
hotgenes_csv(Example_Hotgenes)

Rvirgenslane/Hotgenes documentation built on Aug. 22, 2020, 2:11 a.m.