Skip to content

想知道具体参数的上下限,getRecordsAsMatrix和getRecords分别得到什么信息? #130

Description

@xiangyanghuakai666

hic = hicstraw.HiCFile(filepath)
hic.getChromosomes()
hic.getGenomeID()
hic.getResolutions()

mzd = hic.getMatrixZoomData(chrom1, chrom2, data_type, normalization, "BP", resolution)

numpy_matrix = mzd.getRecordsAsMatrix(gr1, gr2, gc1, gc2)
records_list = mzd.getRecords(gr1, gr2, gc1, gc2)

这里的gr1, gr2, gc1, gc2可以是0、整条染色体的长度吗?(我输入了:0,248956422,0,248956422,去查看第一条染色体的信息,会报错)
getRecordsAsMatrix和getRecords分别得到什么信息?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions