Lncrna Tools¶
Configuration File: lncrna_tools.json
Tool Type: Local
Tools Count: 5
This page contains all tools defined in the lncrna_tools.json configuration file.
Available Tools¶
LNCipedia_get_lncrna (Type: miRNAGetTool)¶
Get detailed lncRNA information from RNAcentral including full RNA sequence, species, gene associ…
LNCipedia_get_lncrna tool specification
Tool Information:
Name:
LNCipedia_get_lncrnaType:
miRNAGetToolDescription: Get detailed lncRNA information from RNAcentral including full RNA sequence, species, gene associations, publication count, and source databases. Use a species-specific RNAcentral ID (format: URS_TAXID) or base URS ID with optional taxid. Key lncRNA IDs: URS0002A146E4_9606 (MALAT1, 7472 nt), URS00026A23F2_9606 (HOTAIR, 2273 nt), URS000075DAEC_9606 (NEAT1, 3756 nt). Returns the full nucleotide sequence which can be used for downstream analysis (structure prediction, conservation, etc.).
Parameters:
rnacentral_id(string) (required) RNAcentral URS identifier. Use species-specific format ‘URS_TAXID’ (e.g., ‘URS0002A146E4_9606’ for human MALAT1) or base URS ID with taxid parameter.taxid(integer) (optional) NCBI Taxonomy ID for species-specific lookup (e.g., 9606 for human). Optional if rnacentral_id already includes taxid.
Example Usage:
query = {
"name": "LNCipedia_get_lncrna",
"arguments": {
"rnacentral_id": "example_value"
}
}
result = tu.run(query)
LNCipedia_get_lncrna_publications (Type: miRNAGetTool)¶
Retrieve publications associated with a long non-coding RNA from RNAcentral. Returns publication …
LNCipedia_get_lncrna_publications tool specification
Tool Information:
Name:
LNCipedia_get_lncrna_publicationsType:
miRNAGetToolDescription: Retrieve publications associated with a long non-coding RNA from RNAcentral. Returns publication titles, authors, PubMed IDs, DOIs, and journal information. Use after LNCipedia_search_lncrna to get the RNAcentral URS ID, then retrieve associated literature. MALAT1 and HOTAIR are among the most-studied lncRNAs with hundreds of publications.
Parameters:
rnacentral_id(string) (required) RNAcentral URS identifier (e.g., ‘URS0002A146E4’ for MALAT1). Use base URS ID without taxid suffix.page_size(integer) (optional) Number of publications to return (1-50). Default: 10.
Example Usage:
query = {
"name": "LNCipedia_get_lncrna_publications",
"arguments": {
"rnacentral_id": "example_value"
}
}
result = tu.run(query)
LNCipedia_get_lncrna_xrefs (Type: miRNAGetTool)¶
Get cross-references for a long non-coding RNA from RNAcentral. Returns database links from LNCip…
LNCipedia_get_lncrna_xrefs tool specification
Tool Information:
Name:
LNCipedia_get_lncrna_xrefsType:
miRNAGetToolDescription: Get cross-references for a long non-coding RNA from RNAcentral. Returns database links from LNCipedia, NONCODE, LncBook, HGNC, RefSeq, GeneCards, MalaCards, Ensembl, and other sources. Includes external accession IDs, expert database URLs, and species information. Essential for mapping lncRNA IDs across databases and finding functional annotation data.
Parameters:
rnacentral_id(string) (required) RNAcentral URS identifier (e.g., ‘URS0002A146E4’ for MALAT1). Use base URS ID without taxid suffix.page_size(integer) (optional) Number of cross-references to return (1-50). Default: 10.
Example Usage:
query = {
"name": "LNCipedia_get_lncrna_xrefs",
"arguments": {
"rnacentral_id": "example_value"
}
}
result = tu.run(query)
LNCipedia_search_lncrna (Type: miRNASearchTool)¶
Search for long non-coding RNAs (lncRNAs) by name, accession, or keyword using EBI Search over RN…
LNCipedia_search_lncrna tool specification
Tool Information:
Name:
LNCipedia_search_lncrnaType:
miRNASearchToolDescription: Search for long non-coding RNAs (lncRNAs) by name, accession, or keyword using EBI Search over RNAcentral. RNAcentral aggregates lncRNA data from LNCipedia, NONCODE, LncBook, HGNC, RefSeq, GeneCards, and 50+ other databases. Supports filtering by species. Returns RNAcentral IDs, descriptions, sequence lengths, and source databases. Use to search for lncRNAs like MALAT1, HOTAIR, NEAT1, XIST, H19, or KCNQ1OT1. The human genome encodes 50,000+ lncRNA transcripts. Example: search ‘MALAT1’ returns URS0002A146E4_9606 (7472 nt, metastasis-associated lung adenocarcinoma transcript 1).
Parameters:
query(string) (required) Search query: lncRNA name (e.g., ‘MALAT1’, ‘HOTAIR’), gene symbol, accession, or keyword. Supports AND/OR operators.species(string) (optional) Species name filter (e.g., ‘Homo sapiens’, ‘Mus musculus’). Leave empty for all species.size(integer) (optional) Number of results to return (1-100). Default: 10.
Example Usage:
query = {
"name": "LNCipedia_search_lncrna",
"arguments": {
"query": "example_value"
}
}
result = tu.run(query)
LNCipedia_search_ncrna_by_type (Type: miRNASearchTool)¶
Search for any type of non-coding RNA by RNA type classification. Supports all RNA types in RNAce…
LNCipedia_search_ncrna_by_type tool specification
Tool Information:
Name:
LNCipedia_search_ncrna_by_typeType:
miRNASearchToolDescription: Search for any type of non-coding RNA by RNA type classification. Supports all RNA types in RNAcentral: miRNA, lncRNA, rRNA, tRNA, snRNA, snoRNA, piRNA, pre_miRNA, SRP_RNA, RNase_P_RNA, antisense_RNA, and more. Useful for browsing or discovering ncRNAs of a specific type, optionally filtered by species or keyword. Example: search for all human snoRNAs, or find piRNAs related to a specific gene.
Parameters:
query(string) (required) Search query: gene name, keyword, or accession. Use ‘*’ for all entries of the specified RNA type.rna_type(string) (optional) RNA type filter: miRNA, lncRNA, rRNA, tRNA, snRNA, snoRNA, piRNA, pre_miRNA, SRP_RNA, RNase_P_RNA, antisense_RNA, ribozyme, etc.species(string) (optional) Species name filter (e.g., ‘Homo sapiens’). Leave empty for all species.size(integer) (optional) Number of results to return (1-100). Default: 10.
Example Usage:
query = {
"name": "LNCipedia_search_ncrna_by_type",
"arguments": {
"query": "example_value"
}
}
result = tu.run(query)