Description Usage Arguments Details Value See Also Examples
Computes the matrix representing the species vector subspace.
1 |
data |
input data must be a dataframe (see details). |
r |
a positive integer indicating the radius of the sequence segment considered as environment. |
aa |
the amino acid(s) to be used to encoded the species. |
silent |
logical. If FALSE, the running progress is reported. |
Input data must be a dataframe where each row corresponds to an individual protein, and each column identifies a species. Therefore, the columns' names of this dataframe must be coherent with the names of the OTUs being analyzed. The dimension of the vector representing each species will depend on the settings. For instance, if we choose a single amino acid and a radius of 10 for the sequence environment, then we will get a vector of dimension 400 (20 amino acids x 20 positions). If we opt for the 20 amino acids and r = 10, then the vector will be of dimension 8000 (400 for each amino acid * 20 amino acids). Please, note that r is selected in the function env.sp() that will provide the input dataframe for the current function.
A matrix representing the species vector subspace.
env.sp(), otu.vector()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.