sequences_filter: Filter sequecnes from alignments

Description Usage Arguments Value

View source: R/matrix.R

Description

Return a filtered alignment. Columns will be dropped that have fewer proportion of non-gaps then cutoff and genes will be dropped that are less than min_nbps long.

Usage

1
sequences_filter(alignment_list, cutoff = 0.9, min_nbps = 200)

Arguments

alignment_list

alignment list object

cutoff

Proportion of non-gaps

min_nbps

Minimum sequence length

Value

alignment_list


AntonelliLab/gaius documentation built on June 17, 2020, 8:07 a.m.