GraphResults: Graphical depiction of results from AnalyzeBlastR

Usage Arguments Details

Usage

1
2
3
4
5
6
GraphChroms(chromdat,
            scaff.lim = T,
            dbchrom.lim = T,
            sample = 1,
            max.scaffs = 10,
            max.dbchroms = 10)

Arguments

chromdat

output from AnalyzeBlastR

scaff.lim

Boolean option whether or not to limit the number of scaffolds considered; if true, the limit is set by max.scaffs

dbchrom.lim

Same as above except for the number of database chromosomes

sample

Indicates the proportion of data to graph. Can save time and also reduce noisiness.

max.scaffs

Maximum number of scaffolds to infer homology for. Automatically takes largest.

max.dbchroms

Same as above except for database chromosomes.

Details

Produces two side by side plots. The left plot depicts color coded database chromosomes, while the right plot depicts the distribution of database hits on the query scaffolds. Note that due to the limited number of colors that can feasibly be distinguished at a single time, it is recommended to plot no more than 10 database chromosomes.


johnathanlo/chromPaintR documentation built on July 2, 2020, 7:29 p.m.