Object

io.projectglow.vcf

VCFHeaderUtils

Related Doc: package vcf

Permalink

object VCFHeaderUtils extends GlowLogging

Linear Supertypes
GlowLogging, LazyLogging, LazyLogging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VCFHeaderUtils
  2. GlowLogging
  3. LazyLogging
  4. LazyLogging
  5. Logging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val INFER_HEADER: String

    Permalink
  5. val VCF_HEADER_KEY: String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createHeaderRDD(spark: SparkSession, files: Seq[String]): RDD[VCFHeader]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getUniqueHeaderLines(headers: RDD[VCFHeader], getNonSchemaHeaderLines: Boolean): Seq[VCFHeaderLine]

    Permalink

    Find the unique desired header lines from an RDD of VCF headers.

    Find the unique desired header lines from an RDD of VCF headers. If lines of the same class found with the same ID, we pick one unless they are incompatible. If there are incompatible lines, IllegalArgumentException is thrown. Incompatible lines are: - FORMAT or INFO lines with the same ID but different types or counts - contig lines with the same ID but different lengths

    headers

    VCF headers to parse header lines from

    getNonSchemaHeaderLines

    If false, parses only INFO and FORMAT lines. If true, also parses contig and filter lines.

  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def parseHeaderFromString(s: String): VCFHeader

    Permalink
  21. def readHeaderLines(spark: SparkSession, files: Seq[String], getNonSchemaHeaderLines: Boolean): Seq[VCFHeaderLine]

    Permalink

    A convenience function to parse the headers from a set of VCF files and return the desired header lines.

    A convenience function to parse the headers from a set of VCF files and return the desired header lines.

    files

    VCF files to parse header lines from

    getNonSchemaHeaderLines

    If false, parses only INFO and FORMAT lines. If true, also parses contig and filter lines.

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GlowLogging

Inherited from LazyLogging

Inherited from LazyLogging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped