Description Usage Arguments Details Value Warning Author(s) Examples
View source: R/downloadProteinAnnotation.R
Download a whole organism protein sequence database and sequence features from Interpro, Uniprot, and compute disorderdness and sequence complexity.
1 2 3 4 5 6 7 | downloadProteinAnnotation(organism = "HUMAN",
maindatadir = ".",
ProtFeaturesFile = "ProtFeatures.rda",
RBDmapFTfile = "RBDmapFT.rda",
UniprotVersionFile = "UniprotVersion.rda",
idmappingfile,
fastafile)
|
organism |
The name of the organism. One out of ARATH, CAEEL, CHICK, DANRE, DROME, HUMAN, RAT, YEAST |
maindatadir |
The directory for output files. |
ProtFeaturesFile |
Output file for protein features used for mRNA-interactome capture. |
RBDmapFTfile |
Output file for protein features with protein position used by RBDmap. |
UniprotVersionFile |
Outputfile containing version information of Uniprot and Interpro. |
idmappingfile |
Unused. Will be filled according to organism. |
fastafile |
Unused. Will be filled according to organism. |
Protein sequence database is downloaded from Uniprot as well as Uniprot sequence features and Interpro domains. Disorderdned is computed by iupred and sequence complexity by the function getComplexity.
Nothing is returned, but the function as a site effect the function saves the three files ProtFeaturesFile, RBDmapFTfile and UniprotVersionFile.
The download can take up to several hours to be completed.
Bernd Fischer
1 | ## downloadProteinAnnotation("YEAST")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.