Свойство | Тип | Описание | |
---|---|---|---|
numberOfGCbins | int |
Метод | Описание | |
---|---|---|
GetCountsByGC ( List |
Assumes the bins are sorted by genomic coordinates
|
|
GetOnTargetBins ( IEnumerable |
Get the on-target bins by intersecting the manifest.
|
public static GetCountsByGC ( List |
||
bins | List |
Bins whose counts are to be normalized |
manifest | NexteraManifest | |
countsByGC | List |
An array of lists. Each array element (0-100) will hold a list of counts whose bins have the same GC content. |
counts | List |
Will hold all of the autosomal counts present in 'bins' |
Результат | void |
public static GetOnTargetBins ( IEnumerable |
||
bins | IEnumerable |
|
manifest | NexteraManifest | |
Результат | IEnumerable |