Write_Multifiles: Write multiple output file

Description Usage Arguments Value Author(s)

Description

write multiple output file using split variable see ddply for more details

Usage

1
2
3
4
Write_Multifiles(dTable, split_variable, outfolder = ".",
  append_text = "significant_differentially_expressed_genes.txt",
  html_output = FALSE, weblink_col = "gene_id", weblink = "",
  genExcel = T)

Arguments

dTable

a dataframe

split_variable

colname in dTable to split the table using using values in this colum

outfolder

path to output folder otherwise "." or current working folder

append_text

text to add to the file name [default= "significant_differentially_expressed_genes.txt"]

html_output

save file also as sortable html table

genExcel

a logical value. Generate a excel table addtionally. [Default= TRUE]

Value

write output files.

Author(s)

praveen Baskran spemannpraveen@gmail.com


praveenbas/myMiscFunc documentation built on May 30, 2019, 10:35 p.m.