assemblystat | R Documentation |
assemblystat()
generates basic assembly stats which includes
N50 size, N90 size and Genome assembly size. This function also
generates Assembly Size vs N50 plot and Assembly Size vs N50 plot
assemblystat(
fastalocation,
outputType = "png",
width = 700,
height = 700,
res = 150,
geom_point_size = 3,
n50colorfill = "#0072B2",
n90colorfill = "#D55E00"
)
fastalocation |
Location of the folder with only fasta files. The files
must have extensions with either |
outputType |
Output result file in pdf/tiff/jpeg/png format (default="tiff") |
width |
width of the device (default=2000) |
height |
height of the device (default=2000) |
res |
Nominal resolution in ppi (default=250) |
geom_point_size |
point size (default=3) |
n50colorfill |
Hex color code of N50 plot (default= "#0072B2") |
n90colorfill |
Hex color code of N90 plot (default= "#D55E00") |
assemblystat()
assemblystat("/home/user/CPgeneProfiler/testData/fasta", outputType="png", width = 700, height = 700, res = 150, geom_point_size=3, n50colorfill = "#0072B2", n90colorfill = "#D55E00")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.