featureCounts {SMRUCC.genomics.SequenceModel.SAM.featureCount} .NET clr documentation

featureCounts

Description

BAM feature counts for multiple samples, as generated by the featureCounts tool from the Subread package.

Declare

            
# namespace SMRUCC.genomics.SequenceModel.SAM.featureCount
export class featureCounts {
   Chr: string;
   End: string;
   Geneid: string;
   Length: integer;
   SampleCounts: list;
   Start: string;
   Strand: string;
}

        

.NET clr type reference tree

  1. use by property member SampleCounts: list

[Package {$package} version {$version} Index]