Package ubic.gemma.core.util.biomart
Class BioMartEnsemblNcbiObjectGeneratorTest
- java.lang.Object
-
- ubic.gemma.core.util.biomart.BioMartEnsemblNcbiObjectGeneratorTest
-
public class BioMartEnsemblNcbiObjectGeneratorTest extends Object
Class to test BioMartEnsemblNcbiObjectGeneration. Simple class but there is some logic connected to the many to many relationship between ensembl genes and entrez genes and map manipulation. Using awk on the file validate the numbers.- Author:
- ldonnison
-
-
Constructor Summary
Constructors Constructor Description BioMartEnsemblNcbiObjectGeneratorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGenerate()
Tests that given a taxon biomart file a BioMartEnsembleNcbi can be returned and that the genes are correctly mapped.
-
-
-
Method Detail
-
setUp
public void setUp() throws URISyntaxException, IOException
- Throws:
URISyntaxException
IOException
-
testGenerate
public void testGenerate()
Tests that given a taxon biomart file a BioMartEnsembleNcbi can be returned and that the genes are correctly mapped. Could be done through parser but thought do a quick test here. AWk commands are given to help give the counts to check validity of the numbers
-
-