powered by
Get ggplot2 files to facilitate free combination in patchwork
combi_p( tree_path, gff_path = NULL, meme_path = NULL, pfam_path = NULL, cdd_path = NULL, fa_path = NULL, smart_path = FALSE, plantcare_path = NULL, promoter_length = NULL, renamefile = NULL, groupfile = NULL, shape = "RoundRect", r = 0.3, legend_size = 6 )
list
The path of tree file (.newick).
The path of .gff/gtf file.
The path of .meme/mast file.
The path of pfam result file (.tsv).
The path of cdd result file (.txt).
The path of protein file (.fa/fasta).
Do SMART or not. (TRUE or FALSE)
The path of plantcare file (.tab).
The length of promoter.
Rename file. Two cols: new_name and old_name.
Group information. Two cols: label and Group.
RoundRect or Rect.
The radius of rounded corners.
The size of legend.
Shiqi Zhao
tree_path <- system.file("extdata", "idpep.nwk", package = "BioVizSeq") plot_file <- combi_p(tree_path)
Run the code above in your browser using DataLab