powered by
Get ggplot2 files to facilitate free combination in patchwork
combi_p2( order_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, shape = "RoundRect", r = 0.3, legend_size = 6 )
list
The path of order file (.txt/.csv).
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.
RoundRect or Rect.
The radius of rounded corners.
The size of legend.
Shiqi Zhao
order_path <- system.file("extdata", "order.csv", package = "BioVizSeq") gff_path <- system.file("extdata", "idpro.gff3", package = "BioVizSeq") plot_file <- combi_p2(order_path, gff_path = gff_path)
Run the code above in your browser using DataLab