Hi!

I've been using the refine.bio website to download normalized transcriptome data; each downloaded dataset consists in a compressed directory with an expression matrix in .tsv format, its metadata in .tsv format too and an aggregated metadata file in .json format.

I'm trying to associate the expression matrix with its metadata using R programming language, but I don't know how to do it, and I don't find the way in the site's documentation. I only know that I need reed these files with these commands:

> library(rjson)

>

> expression_df row.names = 1, stringsAsFactors = FALSE)

> metadata_list

More Antonio Manuel Parra Sevilla's questions See All
Similar questions and discussions