|
315 | 315 | This function converts the output from the \link[snpStats]{read.plink} |
316 | 316 | function to a \code{VCF} class. \code{from} must be a list of length 3 |
317 | 317 | with named elements "map", "fam" and "genotypes". \code{seqSource} can |
318 | | - be a \code{\link[BSgenome]{BSgenome}} or an \link{FaFile} |
| 318 | + be a \code{\link[BSgenome]{BSgenome}} or an \link[Rsamtools]{FaFile} |
319 | 319 | used for reference sequence extraction. |
320 | 320 | } |
321 | 321 |
|
|
376 | 376 |
|
377 | 377 | Slots unique to \code{VCF} and subclasses, |
378 | 378 | \itemize{ |
379 | | - \item \code{fixed}: A \link{DataFrame} containing the REF, ALT, QUAL |
380 | | - and FILTER fields from a VCF file. |
381 | | - \item \code{info}: A \link{DataFrame} containing the INFO fields from |
382 | | - a VCF file. |
| 379 | + \item \code{fixed}: A \link[S4Vectors:DataFrame-class]{DataFrame} containing |
| 380 | + the REF, ALT, QUAL and FILTER fields from a VCF file. |
| 381 | + \item \code{info}: A \link[S4Vectors:DataFrame-class]{DataFrame} containing |
| 382 | + the INFO fields from a VCF file. |
383 | 383 | } |
384 | 384 |
|
385 | 385 | Slots inherited from \code{RangedSummarizedExperiment}, |
386 | 386 | \itemize{ |
387 | 387 | \item \code{metadata}: A \code{list} containing the |
388 | 388 | file header or other information about the overall experiment. |
389 | | - \item \code{rowRanges}: A \link{GRanges}-class instance defining the |
390 | | - variant ranges and associated metadata columns of REF, ALT, QUAL |
391 | | - and FILTER. While the REF, ALT, QUAL and FILTER fields can |
392 | | - be displayed as metadata columns they cannot be modified with |
393 | | - \code{rowRanges<-}. To modify these fields use \code{fixed<-}. |
394 | | - \item \code{colData}: A \link{DataFrame}-class instance describing the |
395 | | - samples and associated metadata. |
| 389 | + \item \code{rowRanges}: A \link[GenomicRanges:GRanges-class]{GRanges} class |
| 390 | + instance defining the variant ranges and associated metadata columns |
| 391 | + of REF, ALT, QUAL and FILTER. While the REF, ALT, QUAL and FILTER |
| 392 | + fields can be displayed as metadata columns they cannot be modified |
| 393 | + with \code{rowRanges<-}. To modify these fields use \code{fixed<-}. |
| 394 | + \item \code{colData}: A \link[S4Vectors:DataFrame-class]{DataFrame} class |
| 395 | + instance describing the samples and associated metadata. |
396 | 396 | \item \code{geno}: The \code{assays} slot from |
397 | 397 | \code{RangedSummarizedExperiment} has been renamed as \code{geno} |
398 | 398 | for the VCF class. This slot contains the genotype information |
|
413 | 413 | \author{Valerie Obenchain} |
414 | 414 |
|
415 | 415 | \seealso{ |
416 | | - \link{GRanges}, |
| 416 | + \link[GenomicRanges:GRanges-class]{GRanges}, |
417 | 417 | \link[S4Vectors]{DataFrame}, |
418 | 418 | \link[S4Vectors]{SimpleList}, |
419 | 419 | \link[SummarizedExperiment]{RangedSummarizedExperiment}, |
|
0 commit comments