Skip to content

Issues with bam index, padding, plotting and getting gene counts #116

Description

@mpaya

I was testing the package and run into some conflicts:

  1. When loading the file.bam, file.bai was not recognized but file.bam.bai was. According to the documentation, both types should have been recognized.

  2. Including padding_size throws the error Some regions are outside max chromosome length and can't be used.

  3. When plotting separate replicates or add a design to indicate them together, values seem to be summed (each file was ~25 and combined ~50). Is there an option to get the mean?

  4. I was trying to extract gene counts to replicate the division by expression level shown in the paper. As regions, I used gene features from a gff and transformed into a GRanges object. But when I use get coverage or get counts in metagene, no gene names are present to have a counts table linking each region name to the counts as calculated by metagene.

  5. I called the object used for regions my_genes (a GRanges object with genes from a gff transformed to txdb), but the plot added "_regions" on the group labels. Is there an option in metagene for this suffix be removed from the labels? Or be customized? i.e., on one experiment to show the labels from two columns on the samples (s1, s2), and in another to show the regions from a single sample (r1, r2, r3), instead of (s1_r1, s1_r2, s1_r3). So far, I'd just think about hard-coding with ggplot.

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions