We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toolkit/ngs_toolkit/atacseq.py
Line 72 in 1dfa4d0
Running analysis.get_peak_genomic_location() leads to inconsistent number of regions between background and real peak set.
Dataset: projects/pad-map (feel free to use)
See:
In [15]: [f'{i}: shape {getattr(analysis, i).shape}' for i in analysis.dict if isinstance(getattr(analysis, i), pd.core.fram ...: e.DataFrame)] Out[15]: ['comparison_table: shape (425, 5)', 'gene_annotation: shape (211108, 6)', 'closest_tss_distances: shape (211468, 6)', 'region_annotation: shape (211105, 4)', <----- 'region_annotation_b: shape (211104, 4)', <---- 'region_annotation_mapping: shape (395590, 4)', 'region_annotation_b_mapping: shape (339561, 4)', 'chrom_state_annotation: shape (211108, 4)', 'chrom_state_annotation_b: shape (211108, 4)', 'chrom_state_annotation_mapping: shape (250895, 4)', 'chrom_state_annotation_b_mapping: shape (223218, 4)']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
toolkit/ngs_toolkit/atacseq.py
Line 72 in 1dfa4d0
Running analysis.get_peak_genomic_location() leads to inconsistent number of regions between background and real peak set.
Dataset: projects/pad-map (feel free to use)
See:
In [15]: [f'{i}: shape {getattr(analysis, i).shape}' for i in analysis.dict if isinstance(getattr(analysis, i), pd.core.fram
...: e.DataFrame)]
Out[15]:
['comparison_table: shape (425, 5)',
'gene_annotation: shape (211108, 6)',
'closest_tss_distances: shape (211468, 6)',
'region_annotation: shape (211105, 4)', <-----
'region_annotation_b: shape (211104, 4)', <----
'region_annotation_mapping: shape (395590, 4)',
'region_annotation_b_mapping: shape (339561, 4)',
'chrom_state_annotation: shape (211108, 4)',
'chrom_state_annotation_b: shape (211108, 4)',
'chrom_state_annotation_mapping: shape (250895, 4)',
'chrom_state_annotation_b_mapping: shape (223218, 4)']
The text was updated successfully, but these errors were encountered: