Cnv.positions#
missionbio.mosaic.cnv.Cnv.positions
- Cnv.positions(chrom: Optional[str] = None, start: Optional[int] = None, end: Optional[int] = None) DataFrame #
Returns the sorted positions of the amplicons
- Parameters:
- chromstr, optional
Amplicons on this chromosome will be selected
- startint, optional
Amplicons with start positions less than this will be selected
- endint, optional
Amplicons with end positions greater than this will be selected
- Returns:
- np.ndarray
The positions of the amplicons
< Class Cnv