RNAcentral

class openomics.database.annotation.RNAcentral(path='ftp://ftp.ebi.ac.uk/pub/databases/RNAcentral/current_release/', file_resources=None, col_rename={'GO terms': 'go_id', 'ensembl_gene_id': 'gene_id', 'external id': 'transcript_id', 'gene symbol': 'gene_name'}, species=9606, npartitions=0, verbose=False)[source][source]

Bases: openomics.database.base.Database

Attributes Summary

Methods Summary

load_dataframe(file_resources[, npartitions])

param file_resources

Attributes Documentation

COLUMNS_RENAME_DICT = {'GO terms': 'go_id', 'ensembl_gene_id': 'gene_id', 'external id': 'transcript_id', 'gene symbol': 'gene_name'}[source]

Methods Documentation

load_dataframe(file_resources, npartitions=None)[source][source]
Parameters
  • file_resources

  • npartitions