Description Usage Arguments Value Author(s) See Also Examples
Convert a features object to a data frame
1 2 | ## S3 method for class 'feat'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
|
x |
an object of type |
row.names |
optional names for each feature |
optional |
logical, if |
... |
additional arguments to be passed to other methods |
a data frame containing features data
Melissa J. Hubisz and Adam Siepel
feat
for a description of features data frames,
and as.pointer.feat
for conversion in the other
direction.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.