RolyPolyCoily / NGSv2

NGS教本v2
7 stars 6 forks source link

p91 遺伝子対応表と遺伝子名の対応情報を取得のところでうまくいきません。 #11

Closed shun1w closed 2 years ago

shun1w commented 2 years ago

mart <- biomaRt::useMart(biomart = "ENSEMBL_MART_ENSEMBL", dataset = "hsapiens_gene_ensembl", host = 'ensembl.org') を使うとhttps://を使用する様に表示がでます。 これはhttps://ensembl.orgを使用することで乗り切れましたが次の t2g <- biomaRt::getBM(attributes = c("ensembl_transcript_id", "ensembl_gene_id", "external_gene_name"), mart = mart) で .processResults(postRes, mart = mart, hostURLsep = sep, fullXmlQuery = fullXmlQuery, でエラー: The query to the BioMart webservice returned an invalid result. The number of columns in the result table does not equal the number of attributes in the query. Please report this on the support site at http://support.bioconductor.org となってしまい次に進めません。どなたかご教授いただけませんでしょうか?