public class RegionMention extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
begin
start position in text
|
protected int |
end
end position in text
|
protected ArrayList<String> |
genes
possible genes from this region with entrez ID
|
protected String |
region
region mention
|
Constructor and Description |
---|
RegionMention(String region,
int begin,
int end,
ArrayList<String> genes) |
protected String region
protected int begin
protected int end
Copyright © 2016. All rights reserved.