loadYeastUniProtInfo | R Documentation |
Function reads file uniprot.txt
from current directory which contains information
on yeast proteins in the Swiss UniProt database. uniprot.txt
is fetched from the
Swiss uniprot site with command getYeastUniProtInfo
loadYeastUniProtInfo(
path = "uniprot.txt",
skip = 58,
n_max = 6726,
colwidths = c(75, 20, 11, 12, 11, 5, 4, 3),
colnames = c("gene", "ORF", "swiss-prot-AC", "swiss-prot-name", "SGD-rec", "size-AA",
"3D", "chromosome")
)
path |
The directory path to read the file
Defaults to |
skip |
|
colwidths |
|
max |
|
names |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.