object VCFHeaderUtils extends GlowLogging
- Alphabetic
- By Inheritance
- VCFHeaderUtils
- GlowLogging
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val INFER_HEADER: String
- val VCF_HEADER_KEY: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def createHeaderRDD(spark: SparkSession, files: Seq[String]): RDD[VCFHeader]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getUniqueHeaderLines(headers: RDD[VCFHeader], getNonSchemaHeaderLines: Boolean): Seq[VCFHeaderLine]
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.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseHeaderFromString(s: String): VCFHeader
-
def
readHeaderLines(spark: SparkSession, files: Seq[String], getNonSchemaHeaderLines: Boolean): Seq[VCFHeaderLine]
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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )