powered by
Sequence similarity plot
simplot( file, query, window = 200, step = 20, group = FALSE, id, sep, sd = FALSE )
alignment fast file
query sequence
sliding window size (bp)
step size to slide the window (bp)
whether grouping sequence
position to extract id for grouping; only works if group = TRUE
separator to split sequence name; only works if group = TRUE
whether display standard deviation of similarity among each group; only works if group=TRUE
ggplot object
# NOT RUN { fas <- system.file("extdata/GVariation/sample_alignment.fa", package="ggmsa") simplot(fas, 'CF_YL21') # }
Run the code above in your browser using DataLab