Description Usage Arguments Value Author(s) See Also Examples
View source: R/parseDomainInput.R
Get all domain annotations for one seed protein IDs.
1 | parseDomainInput(seed = NULL, inputFile = NULL, type = "file")
|
seed |
seed protein ID |
inputFile |
name of input file (file name or path to folder contains individual domain files) |
type |
type of data (file" or "folder"). Default = "file". |
A dataframe for protein domains including seed ID, its orthologs IDs, sequence lengths, feature names, start and end positions, feature weights (optional) and the status to determine if that feature is important for comparison the architecture between 2 proteins* (e.g. seed protein vs ortholog) (optional).
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 6 7 | seed <- "101621at6656"
inputFile <- system.file(
"extdata", "domainFiles/101621at6656.domains",
package = "PhyloProfile", mustWork = TRUE
)
type <- "file"
parseDomainInput(seed, inputFile, type)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.