Inconsistent Missing Values When Importing GFF3
0
0
Entering edit mode
Dario Strbenac ★ 1.5k
@dario-strbenac-5916
Last seen 22 hours ago
Australia

I have downloaded a gene transcript file from GENCODE genes and when I examine the transcript support level column, I notice that missing values are recorded as both "NA" and NA.

library(rtracklayer)
G25 <- import.gff3("gencode.v25.annotation.gff3")
> head(mcols(G25)[, "transcript_support_level"])
[1]  NA  "1" "1" "1" "1" "NA"

The missing values are in some cases inadvertently recorded as a character string.
 

rtracklayer NA • 772 views
ADD COMMENT

Login before adding your answer.

Traffic: 859 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6