Tximeta error in analysis of downloaded data
1
0
Entering edit mode
真妃 • 0
@6e6b83e1
Last seen 12 months ago
Japan

Hi, R users. I am trying to analyze scRNA-seq data that I downloaded from database. The dataset contained following data.

・.Rhistory ・alvein.log ・featureDump.txt ・quants_mat.gz ・quants_mat_cols.txt ・quants_mat_rows.txt ・quants_tier_mat.gz ・whitelist.txt

I thoght this is the data that raw data was analyzed with alvein. So, to import these data with Tximeta, I ran following code at the directory that contains the data.

se <- tximeta("quants_mat.gz, type="alevin")

Then, the following error returned.

エラー: lexical error: invalid char in json text.
                                       ./cmd_info.json
                     (right here) ------^

What can I do to solve this problem? What should I check?

Thanks a lot.

tximeta • 742 views
ADD COMMENT
0
Entering edit mode

You're missing closing quotes after .gz.

Try se <- tximeta("quants_mat.gz", type="alevin")

ADD REPLY
0
Entering edit mode

Thank you very much for your reply. I am sorry but I made a mistake when I post here.

I tried se se <- tximeta("quants_mat.gz", type="alevin"), but the same error returned...

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 13 hours ago
United States

Some answers here:

https://www.google.com/search?q=site%3Asupport.bioconductor.org+%22invalid+char+in+json+text%22

ADD COMMENT
0
Entering edit mode

thank you, the problem was solved.

ADD REPLY

Login before adding your answer.

Traffic: 440 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6