Does anyone know how to solve this error? I have never seen this error before and my current script has been working fine up until this point.
> t2g <- biomaRt::getBM(
+ attributes = c("ensembl_transcript_id", "transcript_version",
+ "ensembl_gene_id", "external_gene_name", "description",
+ "transcript_biotype"), mart = mart)
No encoding supplied: defaulting to UTF-8.
Error in biomaRt::getBM(attributes = c("ensembl_transcript_id", "transcript_version", :
The query to the BioMart webservice returned an invalid result: biomaRt expected
a character string of length 1. Please report this to the mailing list.
Tagging: Emily_Ensembl