xpore
xpore copied to clipboard
Add "chr", "gene_name" in xpore-dataprep, xpore-diffmod
{
<gene_id>: {
<genomic_position>: {
<kmer>:{
"norm_means": array of float with 2 decimal points,
"read_ids": array of string.
}
}
"chr": <chr>
"gene_name": <gene_name>
}
}
I use gene_id
instead of chr
and gene_name
because I want to keep the format of data.json to be consistent with when transcript_id
is used.
However, chr
and gene_name
may be included in the final result table?