Description Usage Arguments Details Value See Also Examples
Extracts the sequence environments around the selected amino acid(s) in the chosen species.
1 |
data |
input data must be a dataframe (see details). |
sp |
the species of interest (it should be named as in the input dataframe). |
r |
a positive integer indicating the radius of the sequence segment considered as environment. |
aa |
the amino acid(s) which environments are going to be extracted. |
silent |
logical. When FALSE the program progress is reported to alleviate loneliness. |
Input data must be a dataframe where each row corresponds to an individual protein. The columns contain the sequence of the protein corresponding to the row in each species. Therefore, the columns' names of this dataframe must be coherent with the names of the OTUs being analyzed.
A list of environment sequences. Each element from the list is a vector with the environment sequences around an amino acid. So, the length list is the same as the length of aa.
otu.vector(), otu.space()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.