Type Members
-
type
ReadFilter = (AlignmentRecord) ⇒ Boolean
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
applyFilters(reads: RDD[AlignmentRecord]): RDD[AlignmentRecord]
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
companion: View.type
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getFilters(n: Int, matchValue: Boolean = true): List[(AlignmentRecord) ⇒ Boolean]
-
def
hashCode(): Int
-
def
initializeMetrics(sc: SparkContext): Option[MetricsListener]
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraceEnabled(): Boolean
-
def
log: Logger
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
-
def
logDebug(msg: ⇒ String): Unit
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
-
def
logError(msg: ⇒ String): Unit
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
-
def
logInfo(msg: ⇒ String): Unit
-
def
logName: String
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
-
def
logTrace(msg: ⇒ String): Unit
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
-
def
logWarning(msg: ⇒ String): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
printMetrics(totalTime: Long, metricsListener: Option[MetricsListener]): Unit
-
def
run(sc: SparkContext, job: Job): Unit
-
def
run(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Logging
Inherited from Runnable
Inherited from AnyRef
Inherited from Any
The
adam viewcommand implements some of the functionality ofsamtools view, specifically the -f, -F, -c, and -o options, in an optionally distributed fashion.It is agnostic to its input and output being SAM, BAM, or ADAM files; when printing to stdout it prints SAM.