hotgenes_csv | R Documentation |
Exports hotgenes object to csv files
hotgenes_csv(
hotgenes = NULL,
Exps_Out = TRUE,
readouts = 1,
sep = "\t",
dir_out = NULL
)
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. |
multiple csv files
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
load(Example_Hotgenes_dir)
hotgenes_csv(Example_Hotgenes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.