Class IdMapper
java.lang.Object
org.snpeff.pdb.IdMapper
Map protein ID to transcript ID and vice versa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IdMapperEntry ime) voidaddAll(Collection<IdMapperEntry> imes) getByPdbId(String id) getByPdbId(String id, String chainId) voidvoidsetVerbose(boolean verbose) toString()static StringtranscriptIdNoVersion(String trId) Remove version form transcript IDtranscriptIds(List<IdMapperEntry> ids)
-
Constructor Details
-
IdMapper
public IdMapper()
-
-
Method Details
-
transcriptIdNoVersion
-
transcriptIds
-
add
-
addAll
-
getByPdbId
-
getByPdbId
-
getByTrId
-
getEntries
-
load
-
setVerbose
public void setVerbose(boolean verbose) -
toString
-