TOC for all levels
ensembl-functgenomics
ensembl-functgenomics::DAS
ensembl-functgenomics::docs
ensembl-functgenomics::modules
ensembl-functgenomics::modules::Bio
ensembl-functgenomics::modules::Bio::EnsEMBL
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::Collection
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::DBSQL
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::Parsers
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::Utils
ensembl-functgenomics::scripts
ensembl-functgenomics::scripts::DAS
ensembl-functgenomics::scripts::array_mapping
ensembl-functgenomics::scripts::environments
ensembl-functgenomics::scripts::examples
ensembl-functgenomics::scripts::examples::solutions
ensembl-functgenomics::scripts::export
ensembl-functgenomics::scripts::external_features
ensembl-functgenomics::scripts::fasta
ensembl-functgenomics::scripts::import
ensembl-functgenomics::scripts::mapping
ensembl-functgenomics::scripts::miscellaneous
ensembl-functgenomics::scripts::pipeline
ensembl-functgenomics::scripts::regulatory_annotation
ensembl-functgenomics::scripts::regulatory_build
ensembl-functgenomics::scripts::rollback
ensembl-functgenomics::sql
ensembl-functgenomicsTop
Nothing here
ensembl-functgenomics::DASTop
efg_das
efg_feature_setefg_feature_set.pm
efg_result_setefg_feature_set.pm
efg_transportefg_transport.pm
ensembl-functgenomics::docsTop
Nothing here
ensembl-functgenomics::modulesTop
Nothing here
ensembl-functgenomics::modules::BioTop
Nothing here
ensembl-functgenomics::modules::Bio::EnsEMBLTop
Nothing here
ensembl-functgenomics::modules::Bio::EnsEMBL::FuncgenTop
AnnotatedFeatureA module to represent a feature mapping as predicted by the eFG pipeline.
ArrayA module to represent a nucleotide microarray.
ArrayChipA simple module to represent the concept/template of a chip/slide within an array, of which the physical manifestation is an ExperimentalChip.
CellTypeA module to represent a CellType.
ChannelA module to represent a single channel of an ExperimentalChip
CoordSystemBio::EnsEMBL::Funcgen::CoordSystem
DataSetA module to represent DataSet object.
DesignDefsBio::EnsEMBL::Funcgen::DesignDefs
ExperimentBio::EnsEMBL::Funcgen::Experiment
ExperimentalChipA module to represent a physical unique experimental chip.
ExperimentalSet(1)A module to represent ExperimentalSet object.
ExperimentalSubsetA module to represent ExperimentalSubset object.
ExternalFeatureA module to represent an externally curated feature mapping from an external_db.
FeatureSetA module to represent FeatureSet.
FeatureTypeA module to represent a FeatureType. i.e. the target of an experiment.
ImporterBio::EnsEMBL::Funcgen::Importer
ProbeA module to represent a nucleotide probe.
ProbeFeatureA module to represent an nucleotide probe genomic mapping.
ProbeSetA module to represent a probeset.
RegulatoryFeatureA module to represent a regulatory feature mapping as generated by the eFG regulatory build pipeline.
ResultFeature(1)A module to represent a lightweight ResultFeature object
ResultSetA module to represent ResultSet.
SetA module to represent a base Set object.
SetFeatureEnsembl specific set feature.
StorableBio::EnsEMBL::Funcgen::Storable
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::CollectionTop
ResultFeature(2)
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::DBSQLTop
AnnotatedFeatureAdaptorA database adaptor for fetching and storing AnnotatedFeature objects.
ArrayAdaptorA database adaptor for fetching and storing Funcgen Array objects.
ArrayChipAdaptorA database adaptor for fetching and storing Funcgen ArrayChip objects.
BaseAdaptorSimple wrapper class for Funcgen StorableAdaptors
BaseFeatureAdaptorAn Base class for all Funcgen FeatureAdaptors, redefines some methods to use the Funcgen DB
CellTypeAdaptorA database adaptor for fetching and storing Funcgen CellType objects.
ChannelAdaptorA database adaptor for fetching and storing Funcgen Channel objects.
CoordSystemAdaptorBio::EnsEMBL::Funcgen::DBSQL::CoordSystemAdaptor
DBAdaptorBio::EnsEMBL::Funcgen::DBSQL::DBAdaptor
DBEntryAdaptorMySQL Database queries to load and store external object references.
DataSetAdaptorA database adaptor for fetching and storing DataSet objects.
ExperimentAdaptorA database adaptor for fetching and storing Funcgen Experiment objects.
ExperimentalChipAdaptorA database adaptor for fetching and storing Funcgen ExperimentalChip objects.
ExperimentalSetAdaptorA database adaptor for fetching and storing ExperimentalSet objects.
ExternalFeatureAdaptorA database adaptor for fetching and storing ExternalFeature objects.
FeatureSetAdaptorA database adaptor for fetching and storing Funcgen feature sets.
FeatureTypeAdaptorA database adaptor for fetching and storing Funcgen FeatureType objects.
MetaCoordContainer
ProbeAdaptorA database adaptor for fetching and storing Probe objects.
ProbeFeatureAdaptorA database adaptor for fetching and storing ProbeFeature objects.
ProbeSetAdaptorA database adaptor for fetching and storing ProbeSet objects.
RegulatoryFeatureAdaptorA database adaptor for fetching and storing RegulatoryFeature objects.
ResultFeatureAdaptorA hybrid/chimaeric database adaptor for fetching and storing ResultFeature objects. This will automatically query the web optimised result_feature table if a data is present, else it will query the underlying raw data tables. How are we going to track the association between these two result sets? We could use the supporting_set table and DataSets, but this would require hijacking the product feature set field for a result set??!! This is not really a DataSet, but two associated result sets. Add type to result_set, result and result_feature. This would simply be a replicate pointing to the same cc_ids, but we can then simply test for the type and use a different table if possible. We can healtcheck the two sets to make sure they have the same cc_ids, analysis, feaure and cell types. How do we make the association? Query using the name, analysis, cell/feature types and different result_set type. Or we could add a parent_result_set_id This could utilise a Binner object which would do the necessary DB compaction based on the association Feature Collection methods. Are we going to binary pack the scores? We should just add another table result_feature_set. Need to left join on this table as might not be present. Would need update_result_feature_set method?
ResultSetAdaptorA database adaptor for fetching and storing ResultSet objects.
SetFeatureAdaptorA base database adaptor for SetFeature adaptors. storing SetFeature objects.
SliceAdaptorA database aware adaptor responsible for the creation of Slices in the context of eFG objects.
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::ParsersTop
ArrayDesignBio::EnsEMBL::Funcgen::Parsers::ArrayDesign
BaseExternalParser
BedBio::EnsEMBL::Funcgen::Parsers::Bed
ExperimentalSet(2)Bio::EnsEMBL::Funcgen::Parsers::Simple
GFFBio::EnsEMBL::Funcgen::Parsers::GFF
NimblegenBio::EnsEMBL::Funcgen::Parsers::Nimblegen
SangerBio::EnsEMBL::Funcgen::Parsers::Sanger
cisred
eQTLBio::EnsEMBL::Funcgen::Parsers::eQTL
miranda
redfly
vista
ensembl-functgenomics::modules::Bio::EnsEMBL::Funcgen::UtilsTop
EFGUtilsBio::EnsEMBL::Funcgen::Utils::EFGUtils
Encodeprovides some handy methods to deal with Encode regions.
HealthCheckerBio::EnsEMBL::Funcgen::Utils::Helper
HelperBio::EnsEMBL::Funcgen::Utils::Helper
ensembl-functgenomics::scriptsTop
Nothing here
ensembl-functgenomics::scripts::DASTop
Nothing here
ensembl-functgenomics::scripts::array_mappingTop
Nothing here
ensembl-functgenomics::scripts::environmentsTop
Nothing here
ensembl-functgenomics::scripts::examplesTop
Nothing here
ensembl-functgenomics::scripts::examples::solutionsTop
Nothing here
ensembl-functgenomics::scripts::exportTop
Nothing here
ensembl-functgenomics::scripts::external_featuresTop
Nothing here
ensembl-functgenomics::scripts::fastaTop
Nothing here
ensembl-functgenomics::scripts::importTop
Nothing here
ensembl-functgenomics::scripts::mappingTop
Nothing here
ensembl-functgenomics::scripts::miscellaneousTop
Nothing here
ensembl-functgenomics::scripts::pipelineTop
Nothing here
ensembl-functgenomics::scripts::regulatory_annotationTop
Nothing here
ensembl-functgenomics::scripts::regulatory_buildTop
Nothing here
ensembl-functgenomics::scripts::rollbackTop
Nothing here
ensembl-functgenomics::sqlTop