Closed panxiaoguang closed 4 years ago
I think the problem is related to the internet connection as i run the same lines and have the output of the three lines.
ProteinAcc<-"P42293"
GetProteinAnnontate(ProteinAcc,"comment(CATALYTIC ACTIVITY)")
"CATALYTIC ACTIVITY: Reaction=Endohydrolysis of (1->5)-alpha-arabinofuranosidic linkages in (1->5)-arabinans.; EC=3.2.1.99; Evidence={ECO:0000269|PubMed:20883454};
Levels: CATALYTIC ACTIVITY: Reaction=Endohydrolysis of (1->5)-alpha-arabinofuranosidic linkages in (1->5)-arabinans.; EC=3.2.1.99; Evidence={ECO:0000269|PubMed:20883454};"
GetProteinAnnontate(ProteinAcc,c("feature(SIGNAL)","families"))
" Signal.peptide Protein.families
P42293 SIGNAL 1..26; /evidence=ECO:0000255 Glycosyl hydrolase 43 family"
GetProteinAnnontate(ProteinAcc,c("feature(SIGNAL)","families","comment(CATALYTIC ACTIVITY)"))
" Signal.peptide Protein.families
P42293 SIGNAL 1..26; /evidence=ECO:0000255 Glycosyl hydrolase 43 family
Catalytic.activity
P42293 CATALYTIC ACTIVITY: Reaction=Endohydrolysis of (1->5)-alpha-arabinofuranosidic linkages in (1->5)-arabinans.; EC=3.2.1.99; Evidence={ECO:0000269|PubMed:20883454};"
I think the problem is related to the internet connection as i run the same lines and have the output of the three lines.
ProteinAcc<-"P42293" GetProteinAnnontate(ProteinAcc,"comment(CATALYTIC ACTIVITY)") "CATALYTIC ACTIVITY: Reaction=Endohydrolysis of (1->5)-alpha-arabinofuranosidic linkages in (1->5)-arabinans.; EC=3.2.1.99; Evidence={ECO:0000269|PubMed:20883454}; Levels: CATALYTIC ACTIVITY: Reaction=Endohydrolysis of (1->5)-alpha-arabinofuranosidic linkages in (1->5)-arabinans.; EC=3.2.1.99; Evidence={ECO:0000269|PubMed:20883454};" GetProteinAnnontate(ProteinAcc,c("feature(SIGNAL)","families")) " Signal.peptide Protein.families P42293 SIGNAL 1..26; /evidence=ECO:0000255 Glycosyl hydrolase 43 family" GetProteinAnnontate(ProteinAcc,c("feature(SIGNAL)","families","comment(CATALYTIC ACTIVITY)")) " Signal.peptide Protein.families P42293 SIGNAL 1..26; /evidence=ECO:0000255 Glycosyl hydrolase 43 family Catalytic.activity P42293 CATALYTIC ACTIVITY: Reaction=Endohydrolysis of (1->5)-alpha-arabinofuranosidic linkages in (1->5)-arabinans.; EC=3.2.1.99; Evidence={ECO:0000269|PubMed:20883454};"
yes,it's the internet problem